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