Class Beneficiary
java.lang.Object
travel.wink.sdk.booking.engine.model.Beneficiary
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-20T22:26:28.213326+07:00[Asia/Bangkok]")
public class Beneficiary
extends Object
Beneficiary
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of beneficiary payment. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountIdentifier(String accountIdentifier) amountDueInCaptureCurrency(Moneys amountDueInCaptureCurrency) amountDueInDisplayCurrency(Moneys amountDueInDisplayCurrency) amountDueInInternalCurrency(Moneys amountDueInInternalCurrency) amountDueInSourceCurrency(Moneys amountDueInSourceCurrency) amountDueInSupplierCurrency(Moneys amountDueInSupplierCurrency) boolean@NotNull StringaccountIdentifier of beneficiary from payment@NotNull @Valid MoneysGet amountDueInCaptureCurrency@NotNull @Valid MoneysGet amountDueInDisplayCurrency@NotNull @Valid MoneysGet amountDueInInternalCurrency@NotNull @Valid MoneysGet amountDueInSourceCurrency@NotNull @Valid MoneysGet amountDueInSupplierCurrency@NotNull Beneficiary.TypeEnumgetType()The type of beneficiary payment.inthashCode()voidsetAccountIdentifier(String accountIdentifier) voidsetAmountDueInCaptureCurrency(Moneys amountDueInCaptureCurrency) voidsetAmountDueInDisplayCurrency(Moneys amountDueInDisplayCurrency) voidsetAmountDueInInternalCurrency(Moneys amountDueInInternalCurrency) voidsetAmountDueInSourceCurrency(Moneys amountDueInSourceCurrency) voidsetAmountDueInSupplierCurrency(Moneys amountDueInSupplierCurrency) voidsetType(Beneficiary.TypeEnum type) toString()type(Beneficiary.TypeEnum type)
-
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
-
Beneficiary
public Beneficiary()
-
-
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
-