Package travel.wink.sdk.extranet.model
Class BeneficiarySupplier
java.lang.Object
travel.wink.sdk.extranet.model.BeneficiarySupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-18T08:52:26.126132332+07:00[Asia/Bangkok]")
public class BeneficiarySupplier
extends Object
BeneficiarySupplier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of beneficiary payment. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountIdentifier(UUID accountIdentifier) amountDueInCaptureCurrency(MoneysSupplier amountDueInCaptureCurrency) amountDueInDisplayCurrency(MoneysSupplier amountDueInDisplayCurrency) amountDueInInternalCurrency(MoneysSupplier amountDueInInternalCurrency) amountDueInSourceCurrency(MoneysSupplier amountDueInSourceCurrency) amountDueInSupplierCurrency(MoneysSupplier amountDueInSupplierCurrency) boolean@NotNull @Valid UUIDaccountIdentifier of beneficiary from payment@NotNull @Valid MoneysSupplierGet amountDueInCaptureCurrency@NotNull @Valid MoneysSupplierGet amountDueInDisplayCurrency@NotNull @Valid MoneysSupplierGet amountDueInInternalCurrency@NotNull @Valid MoneysSupplierGet amountDueInSourceCurrency@NotNull @Valid MoneysSupplierGet amountDueInSupplierCurrency@NotNull BeneficiarySupplier.TypeEnumgetType()The type of beneficiary payment.inthashCode()voidsetAccountIdentifier(UUID accountIdentifier) voidsetAmountDueInCaptureCurrency(MoneysSupplier amountDueInCaptureCurrency) voidsetAmountDueInDisplayCurrency(MoneysSupplier amountDueInDisplayCurrency) voidsetAmountDueInInternalCurrency(MoneysSupplier amountDueInInternalCurrency) voidsetAmountDueInSourceCurrency(MoneysSupplier amountDueInSourceCurrency) voidsetAmountDueInSupplierCurrency(MoneysSupplier amountDueInSupplierCurrency) voidtoString()
-
Field Details
-
JSON_PROPERTY_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_AMOUNT_DUE_IN_SOURCE_CURRENCY
- See Also:
-
JSON_PROPERTY_AMOUNT_DUE_IN_DISPLAY_CURRENCY
- See Also:
-
JSON_PROPERTY_AMOUNT_DUE_IN_SUPPLIER_CURRENCY
- See Also:
-
JSON_PROPERTY_AMOUNT_DUE_IN_INTERNAL_CURRENCY
- See Also:
-
JSON_PROPERTY_AMOUNT_DUE_IN_CAPTURE_CURRENCY
- See Also:
-
-
Constructor Details
-
BeneficiarySupplier
public BeneficiarySupplier()
-
-
Method Details
-
accountIdentifier
-
getAccountIdentifier
accountIdentifier of beneficiary from payment- Returns:
- accountIdentifier
-
setAccountIdentifier
-
type
-
getType
The type of beneficiary payment.- Returns:
- type
-
setType
-
amountDueInSourceCurrency
-
getAmountDueInSourceCurrency
Get amountDueInSourceCurrency- Returns:
- amountDueInSourceCurrency
-
setAmountDueInSourceCurrency
-
amountDueInDisplayCurrency
-
getAmountDueInDisplayCurrency
Get amountDueInDisplayCurrency- Returns:
- amountDueInDisplayCurrency
-
setAmountDueInDisplayCurrency
-
amountDueInSupplierCurrency
-
getAmountDueInSupplierCurrency
Get amountDueInSupplierCurrency- Returns:
- amountDueInSupplierCurrency
-
setAmountDueInSupplierCurrency
-
amountDueInInternalCurrency
-
getAmountDueInInternalCurrency
Get amountDueInInternalCurrency- Returns:
- amountDueInInternalCurrency
-
setAmountDueInInternalCurrency
-
amountDueInCaptureCurrency
-
getAmountDueInCaptureCurrency
Get amountDueInCaptureCurrency- Returns:
- amountDueInCaptureCurrency
-
setAmountDueInCaptureCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-