Package travel.wink.sdk.extranet.model
Class BeneficiarySupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.BeneficiarySupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-06T14:58:42.579815638+07:00[Asia/Bangkok]")
public class BeneficiarySupplierDetails
extends Object
BeneficiarySupplierDetails
-
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(MoneysSupplierDetails amountDueInCaptureCurrency) amountDueInDisplayCurrency(MoneysSupplierDetails amountDueInDisplayCurrency) amountDueInInternalCurrency(MoneysSupplierDetails amountDueInInternalCurrency) amountDueInSourceCurrency(MoneysSupplierDetails amountDueInSourceCurrency) amountDueInSupplierCurrency(MoneysSupplierDetails amountDueInSupplierCurrency) boolean@NotNull @Valid UUIDaccountIdentifier of beneficiary from payment@NotNull @Valid MoneysSupplierDetailsGet amountDueInCaptureCurrency@NotNull @Valid MoneysSupplierDetailsGet amountDueInDisplayCurrency@NotNull @Valid MoneysSupplierDetailsGet amountDueInInternalCurrency@NotNull @Valid MoneysSupplierDetailsGet amountDueInSourceCurrency@NotNull @Valid MoneysSupplierDetailsGet amountDueInSupplierCurrency@NotNull BeneficiarySupplierDetails.TypeEnumgetType()The type of beneficiary payment.inthashCode()voidsetAccountIdentifier(UUID accountIdentifier) voidsetAmountDueInCaptureCurrency(MoneysSupplierDetails amountDueInCaptureCurrency) voidsetAmountDueInDisplayCurrency(MoneysSupplierDetails amountDueInDisplayCurrency) voidsetAmountDueInInternalCurrency(MoneysSupplierDetails amountDueInInternalCurrency) voidsetAmountDueInSourceCurrency(MoneysSupplierDetails amountDueInSourceCurrency) voidsetAmountDueInSupplierCurrency(MoneysSupplierDetails 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
-
BeneficiarySupplierDetails
public BeneficiarySupplierDetails()
-
-
Method Details
-
accountIdentifier
-
getAccountIdentifier
accountIdentifier of beneficiary from payment- Returns:
- accountIdentifier
-
setAccountIdentifier
-
type
-
getType
The type of beneficiary payment.- Returns:
- type
-
setType
-
amountDueInSourceCurrency
public BeneficiarySupplierDetails amountDueInSourceCurrency(MoneysSupplierDetails amountDueInSourceCurrency) -
getAmountDueInSourceCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid MoneysSupplierDetails getAmountDueInSourceCurrency()Get amountDueInSourceCurrency- Returns:
- amountDueInSourceCurrency
-
setAmountDueInSourceCurrency
-
amountDueInDisplayCurrency
public BeneficiarySupplierDetails amountDueInDisplayCurrency(MoneysSupplierDetails amountDueInDisplayCurrency) -
getAmountDueInDisplayCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid MoneysSupplierDetails getAmountDueInDisplayCurrency()Get amountDueInDisplayCurrency- Returns:
- amountDueInDisplayCurrency
-
setAmountDueInDisplayCurrency
-
amountDueInSupplierCurrency
public BeneficiarySupplierDetails amountDueInSupplierCurrency(MoneysSupplierDetails amountDueInSupplierCurrency) -
getAmountDueInSupplierCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid MoneysSupplierDetails getAmountDueInSupplierCurrency()Get amountDueInSupplierCurrency- Returns:
- amountDueInSupplierCurrency
-
setAmountDueInSupplierCurrency
-
amountDueInInternalCurrency
public BeneficiarySupplierDetails amountDueInInternalCurrency(MoneysSupplierDetails amountDueInInternalCurrency) -
getAmountDueInInternalCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid MoneysSupplierDetails getAmountDueInInternalCurrency()Get amountDueInInternalCurrency- Returns:
- amountDueInInternalCurrency
-
setAmountDueInInternalCurrency
-
amountDueInCaptureCurrency
public BeneficiarySupplierDetails amountDueInCaptureCurrency(MoneysSupplierDetails amountDueInCaptureCurrency) -
getAmountDueInCaptureCurrency
@Nonnull @NotNull @Valid public @NotNull @Valid MoneysSupplierDetails getAmountDueInCaptureCurrency()Get amountDueInCaptureCurrency- Returns:
- amountDueInCaptureCurrency
-
setAmountDueInCaptureCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-