Class ApiSegment
java.lang.Object
company.tap.commondependencies.ApiModels.ApiBaseModel
company.tap.commondependencies.ApiModels.ApiSegment
public class ApiSegment extends ApiBaseModel
-
Field Summary
Fields Modifier and Type Field Description ApiBankAccountbank_account@NotNull @NotBlank java.lang.Stringbase_currency@NotNull @NotBlank java.lang.Stringbusiness_entity_id@NotNull @NotBlank java.lang.Stringbusiness_idApiOperatoroperatorjava.lang.Stringsegment_codejava.lang.Stringsettlement_byApiWalletwalletFields 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 ApiSegment() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
business_id
@NotNull @NotBlank public @NotNull @NotBlank java.lang.String business_id -
business_entity_id
@NotNull @NotBlank public @NotNull @NotBlank java.lang.String business_entity_id -
base_currency
@NotNull @NotBlank public @NotNull @NotBlank java.lang.String base_currency -
wallet
-
bank_account
-
settlement_by
public java.lang.String settlement_by -
operator
-
segment_code
public java.lang.String segment_code
-
-
Constructor Details
-
ApiSegment
public ApiSegment()
-