Class ApiEntity
java.lang.Object
company.tap.commondependencies.ApiModels.ApiBaseModel
company.tap.commondependencies.ApiModels.ApiEntity
public class ApiEntity extends ApiBaseModel
-
Field Summary
Fields Modifier and Type Field Description ApiBankAccountbank_accountjava.util.List<ApiBankAccount>bank_accountsApiAddressbillingAddressjava.util.List<ApiBranch>branches@NotNull java.lang.Stringcountryjava.lang.Stringcurrency_codejava.util.List<ApiDocuments>documentsbooleanis_licensed@NotNull ApiTextlegal_nameApiLicenselicensejava.lang.Stringlicense_numberbooleannot_for_profitApiOperatoroperatorApiSettlementsettlementjava.lang.Stringsettlement_bybooleantaxablejava.lang.StringtaxNumberjava.util.List<ApiWallet>walletsFields inherited from class company.tap.commondependencies.ApiModels.ApiBaseModel
apiVersion, count, created, featureVersion, has_more, id, liveMode, merchantId, object, page, status -
Constructor Summary
Constructors Constructor Description ApiEntity() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
legal_name
-
is_licensed
public boolean is_licensed -
license_number
public java.lang.String license_number -
license
-
not_for_profit
public boolean not_for_profit -
country
@NotNull public @NotNull java.lang.String country -
currency_code
public java.lang.String currency_code -
taxable
public boolean taxable -
taxNumber
public java.lang.String taxNumber -
settlement_by
public java.lang.String settlement_by -
settlement
-
documents
-
wallets
-
branches
-
bank_account
-
operator
-
bank_accounts
-
billingAddress
-
-
Constructor Details
-
ApiEntity
public ApiEntity()
-