Package io.trippay.sdk.payment.model
Class BeneficiaryAggregateData
java.lang.Object
io.trippay.sdk.payment.model.BeneficiaryAggregateData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-06T15:20:29.359634909+07:00[Asia/Bangkok]")
public class BeneficiaryAggregateData
extends Object
BeneficiaryAggregateData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of payment to beneficiary -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountIdentifier(UUID accountIdentifier) accountName(String accountName) boolean@NotNull @Valid UUIDBeneficiary account identifier@NotNull StringBeneficiary account name@NotNull DoubleAmount sold in supplier currency@NotNull LongTotal items sold@NotNull BeneficiaryAggregateData.TypeEnumgetType()Type of payment to beneficiaryinthashCode()voidsetAccountIdentifier(UUID accountIdentifier) voidsetAccountName(String accountName) voidvoidsetTotalItemsSold(Long totalItemsSold) voidtoString()totalItemsSold(Long totalItemsSold)
-
Field Details
-
JSON_PROPERTY_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_ACCOUNT_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_TOTAL_ITEMS_SOLD
- See Also:
-
JSON_PROPERTY_AMOUNT
- See Also:
-
-
Constructor Details
-
BeneficiaryAggregateData
public BeneficiaryAggregateData()
-
-
Method Details
-
accountIdentifier
-
getAccountIdentifier
Beneficiary account identifier- Returns:
- accountIdentifier
-
setAccountIdentifier
-
accountName
-
getAccountName
Beneficiary account name- Returns:
- accountName
-
setAccountName
-
type
-
getType
Type of payment to beneficiary- Returns:
- type
-
setType
-
totalItemsSold
-
getTotalItemsSold
Total items sold- Returns:
- totalItemsSold
-
setTotalItemsSold
-
amount
-
getAmount
Amount sold in supplier currency- Returns:
- amount
-
setAmount
-
equals
-
hashCode
public int hashCode() -
toString
-