Package travel.wink.sdk.booking.model
Class BeneficiaryBooker
java.lang.Object
travel.wink.sdk.booking.model.BeneficiaryBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-18T08:51:50.359362831+07:00[Asia/Bangkok]")
public class BeneficiaryBooker
extends Object
BeneficiaryBooker
-
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(MoneysBooker amountDueInCaptureCurrency) amountDueInDisplayCurrency(MoneysBooker amountDueInDisplayCurrency) amountDueInInternalCurrency(MoneysBooker amountDueInInternalCurrency) amountDueInSourceCurrency(MoneysBooker amountDueInSourceCurrency) amountDueInSupplierCurrency(MoneysBooker amountDueInSupplierCurrency) boolean@NotNull @Valid UUIDaccountIdentifier of beneficiary from payment@NotNull @Valid MoneysBookerGet amountDueInCaptureCurrency@NotNull @Valid MoneysBookerGet amountDueInDisplayCurrency@NotNull @Valid MoneysBookerGet amountDueInInternalCurrency@NotNull @Valid MoneysBookerGet amountDueInSourceCurrency@NotNull @Valid MoneysBookerGet amountDueInSupplierCurrency@NotNull BeneficiaryBooker.TypeEnumgetType()The type of beneficiary payment.inthashCode()voidsetAccountIdentifier(UUID accountIdentifier) voidsetAmountDueInCaptureCurrency(MoneysBooker amountDueInCaptureCurrency) voidsetAmountDueInDisplayCurrency(MoneysBooker amountDueInDisplayCurrency) voidsetAmountDueInInternalCurrency(MoneysBooker amountDueInInternalCurrency) voidsetAmountDueInSourceCurrency(MoneysBooker amountDueInSourceCurrency) voidsetAmountDueInSupplierCurrency(MoneysBooker 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
-
BeneficiaryBooker
public BeneficiaryBooker()
-
-
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
-