Package travel.wink.sdk.booking.model
Class Beneficiary
java.lang.Object
travel.wink.sdk.booking.model.Beneficiary
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-18T16:39:43.246970048+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(UUID accountIdentifier) amountDueInCaptureCurrency(BookingUserSpecifiedCurrencyTotal amountDueInCaptureCurrency) amountDueInDisplayCurrency(BookingUserSpecifiedCurrencyTotal amountDueInDisplayCurrency) amountDueInInternalCurrency(BookingUserSpecifiedCurrencyTotal amountDueInInternalCurrency) amountDueInSourceCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSourceCurrency) amountDueInSupplierCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSupplierCurrency) boolean@NotNull @Valid UUIDaccountIdentifier of beneficiary from payment@NotNull @Valid BookingUserSpecifiedCurrencyTotalGet amountDueInCaptureCurrency@NotNull @Valid BookingUserSpecifiedCurrencyTotalGet amountDueInDisplayCurrency@NotNull @Valid BookingUserSpecifiedCurrencyTotalGet amountDueInInternalCurrency@NotNull @Valid BookingUserSpecifiedCurrencyTotalGet amountDueInSourceCurrency@NotNull @Valid BookingUserSpecifiedCurrencyTotalGet amountDueInSupplierCurrency@NotNull Beneficiary.TypeEnumgetType()The type of beneficiary payment.inthashCode()voidsetAccountIdentifier(UUID accountIdentifier) voidsetAmountDueInCaptureCurrency(BookingUserSpecifiedCurrencyTotal amountDueInCaptureCurrency) voidsetAmountDueInDisplayCurrency(BookingUserSpecifiedCurrencyTotal amountDueInDisplayCurrency) voidsetAmountDueInInternalCurrency(BookingUserSpecifiedCurrencyTotal amountDueInInternalCurrency) voidsetAmountDueInSourceCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSourceCurrency) voidsetAmountDueInSupplierCurrency(BookingUserSpecifiedCurrencyTotal 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
public Beneficiary amountDueInSourceCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSourceCurrency) -
getAmountDueInSourceCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid BookingUserSpecifiedCurrencyTotal getAmountDueInSourceCurrency()Get amountDueInSourceCurrency- Returns:
- amountDueInSourceCurrency
-
setAmountDueInSourceCurrency
public void setAmountDueInSourceCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSourceCurrency) -
amountDueInDisplayCurrency
public Beneficiary amountDueInDisplayCurrency(BookingUserSpecifiedCurrencyTotal amountDueInDisplayCurrency) -
getAmountDueInDisplayCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid BookingUserSpecifiedCurrencyTotal getAmountDueInDisplayCurrency()Get amountDueInDisplayCurrency- Returns:
- amountDueInDisplayCurrency
-
setAmountDueInDisplayCurrency
public void setAmountDueInDisplayCurrency(BookingUserSpecifiedCurrencyTotal amountDueInDisplayCurrency) -
amountDueInSupplierCurrency
public Beneficiary amountDueInSupplierCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSupplierCurrency) -
getAmountDueInSupplierCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid BookingUserSpecifiedCurrencyTotal getAmountDueInSupplierCurrency()Get amountDueInSupplierCurrency- Returns:
- amountDueInSupplierCurrency
-
setAmountDueInSupplierCurrency
public void setAmountDueInSupplierCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSupplierCurrency) -
amountDueInInternalCurrency
public Beneficiary amountDueInInternalCurrency(BookingUserSpecifiedCurrencyTotal amountDueInInternalCurrency) -
getAmountDueInInternalCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid BookingUserSpecifiedCurrencyTotal getAmountDueInInternalCurrency()Get amountDueInInternalCurrency- Returns:
- amountDueInInternalCurrency
-
setAmountDueInInternalCurrency
public void setAmountDueInInternalCurrency(BookingUserSpecifiedCurrencyTotal amountDueInInternalCurrency) -
amountDueInCaptureCurrency
public Beneficiary amountDueInCaptureCurrency(BookingUserSpecifiedCurrencyTotal amountDueInCaptureCurrency) -
getAmountDueInCaptureCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid BookingUserSpecifiedCurrencyTotal getAmountDueInCaptureCurrency()Get amountDueInCaptureCurrency- Returns:
- amountDueInCaptureCurrency
-
setAmountDueInCaptureCurrency
public void setAmountDueInCaptureCurrency(BookingUserSpecifiedCurrencyTotal amountDueInCaptureCurrency) -
equals
-
hashCode
public int hashCode() -
toString
-