-
Field Summary
Fields 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 |
ApiWallet() |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
base_currency
public java.lang.String base_currency
-
country
public java.lang.String country
-
settlement_by
public java.lang.String settlement_by
-
primary_wallet
public boolean primary_wallet
-
business_id
@NotEmpty(message="Please provide a business_id")
public @NotEmpty(message="Please provide a business_id") java.lang.String business_id
-
business_entity_id
@NotEmpty(message="Please provide a business_entity_id")
public @NotEmpty(message="Please provide a business_entity_id") java.lang.String business_entity_id
-
is_merchant
public boolean is_merchant
-
-
-
isNonResident
public boolean isNonResident
-
-
balance
public java.util.HashMap<java.lang.String,java.lang.String> balance
-
segmentId
public java.lang.String segmentId
-
createdBySegmentId
public java.lang.String createdBySegmentId
-
customerId
public java.lang.String customerId
-
wallet_name
@NotEmpty(message="Please provide a wallet_name")
public @NotEmpty(message="Please provide a wallet_name") java.lang.String wallet_name
-
email
public java.lang.String email
-
Constructor Details
-
ApiWallet
public ApiWallet()