Class BeneficiaryBooker

java.lang.Object
travel.wink.sdk.booking.model.BeneficiaryBooker

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-03-24T11:13:07.607433685+07:00[Asia/Bangkok]") public class BeneficiaryBooker extends Object
BeneficiaryBooker
  • Field Details

    • JSON_PROPERTY_ACCOUNT_IDENTIFIER

      public static final String JSON_PROPERTY_ACCOUNT_IDENTIFIER
      See Also:
    • JSON_PROPERTY_TYPE

      public static final String JSON_PROPERTY_TYPE
      See Also:
    • JSON_PROPERTY_AMOUNT_DUE_IN_SOURCE_CURRENCY

      public static final String JSON_PROPERTY_AMOUNT_DUE_IN_SOURCE_CURRENCY
      See Also:
    • JSON_PROPERTY_AMOUNT_DUE_IN_DISPLAY_CURRENCY

      public static final String JSON_PROPERTY_AMOUNT_DUE_IN_DISPLAY_CURRENCY
      See Also:
    • JSON_PROPERTY_AMOUNT_DUE_IN_SUPPLIER_CURRENCY

      public static final String JSON_PROPERTY_AMOUNT_DUE_IN_SUPPLIER_CURRENCY
      See Also:
    • JSON_PROPERTY_AMOUNT_DUE_IN_INTERNAL_CURRENCY

      public static final String JSON_PROPERTY_AMOUNT_DUE_IN_INTERNAL_CURRENCY
      See Also:
    • JSON_PROPERTY_AMOUNT_DUE_IN_CAPTURE_CURRENCY

      public static final String JSON_PROPERTY_AMOUNT_DUE_IN_CAPTURE_CURRENCY
      See Also:
  • Constructor Details

    • BeneficiaryBooker

      public BeneficiaryBooker()
  • Method Details

    • accountIdentifier

      public BeneficiaryBooker accountIdentifier(UUID accountIdentifier)
    • getAccountIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getAccountIdentifier()
      accountIdentifier of beneficiary from payment
      Returns:
      accountIdentifier
    • setAccountIdentifier

      public void setAccountIdentifier(UUID accountIdentifier)
    • type

    • getType

      @Nonnull @NotNull public @NotNull BeneficiaryBooker.TypeEnum getType()
      The type of beneficiary payment.
      Returns:
      type
    • setType

      public void setType(BeneficiaryBooker.TypeEnum type)
    • amountDueInSourceCurrency

      public BeneficiaryBooker amountDueInSourceCurrency(MoneysBooker amountDueInSourceCurrency)
    • getAmountDueInSourceCurrency

      @Nonnull @NotNull @Valid public @NotNull @Valid MoneysBooker getAmountDueInSourceCurrency()
      Get amountDueInSourceCurrency
      Returns:
      amountDueInSourceCurrency
    • setAmountDueInSourceCurrency

      public void setAmountDueInSourceCurrency(MoneysBooker amountDueInSourceCurrency)
    • amountDueInDisplayCurrency

      public BeneficiaryBooker amountDueInDisplayCurrency(MoneysBooker amountDueInDisplayCurrency)
    • getAmountDueInDisplayCurrency

      @Nonnull @NotNull @Valid public @NotNull @Valid MoneysBooker getAmountDueInDisplayCurrency()
      Get amountDueInDisplayCurrency
      Returns:
      amountDueInDisplayCurrency
    • setAmountDueInDisplayCurrency

      public void setAmountDueInDisplayCurrency(MoneysBooker amountDueInDisplayCurrency)
    • amountDueInSupplierCurrency

      public BeneficiaryBooker amountDueInSupplierCurrency(MoneysBooker amountDueInSupplierCurrency)
    • getAmountDueInSupplierCurrency

      @Nonnull @NotNull @Valid public @NotNull @Valid MoneysBooker getAmountDueInSupplierCurrency()
      Get amountDueInSupplierCurrency
      Returns:
      amountDueInSupplierCurrency
    • setAmountDueInSupplierCurrency

      public void setAmountDueInSupplierCurrency(MoneysBooker amountDueInSupplierCurrency)
    • amountDueInInternalCurrency

      public BeneficiaryBooker amountDueInInternalCurrency(MoneysBooker amountDueInInternalCurrency)
    • getAmountDueInInternalCurrency

      @Nonnull @NotNull @Valid public @NotNull @Valid MoneysBooker getAmountDueInInternalCurrency()
      Get amountDueInInternalCurrency
      Returns:
      amountDueInInternalCurrency
    • setAmountDueInInternalCurrency

      public void setAmountDueInInternalCurrency(MoneysBooker amountDueInInternalCurrency)
    • amountDueInCaptureCurrency

      public BeneficiaryBooker amountDueInCaptureCurrency(MoneysBooker amountDueInCaptureCurrency)
    • getAmountDueInCaptureCurrency

      @Nonnull @NotNull @Valid public @NotNull @Valid MoneysBooker getAmountDueInCaptureCurrency()
      Get amountDueInCaptureCurrency
      Returns:
      amountDueInCaptureCurrency
    • setAmountDueInCaptureCurrency

      public void setAmountDueInCaptureCurrency(MoneysBooker amountDueInCaptureCurrency)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object