Package travel.wink.sdk.payment.model
Class RawBeneficiary
java.lang.Object
travel.wink.sdk.payment.model.RawBeneficiary
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-07-01T17:01:23.504311+07:00[Asia/Bangkok]")
public class RawBeneficiary
extends Object
RawBeneficiary is a registered account with rights to compensation within a booking.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe identifierType tells us what type of identifier this isstatic enumThe type of beneficiary payment. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamountDue(VariableCharge amountDue) boolean@NotNull @Valid VariableChargeGet amountDue@NotNull @Valid UUIDidentifier of beneficiary that can map to an account with us@NotNull RawBeneficiary.IdentifierTypeEnumThe identifierType tells us what type of identifier this is@NotNull RawBeneficiary.TypeEnumgetType()The type of beneficiary payment.inthashCode()identifier(UUID identifier) identifierType(RawBeneficiary.IdentifierTypeEnum identifierType) voidsetAmountDue(VariableCharge amountDue) voidsetIdentifier(UUID identifier) voidsetIdentifierType(RawBeneficiary.IdentifierTypeEnum identifierType) voidtoString()type(RawBeneficiary.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_IDENTIFIER_TYPE
- See Also:
-
JSON_PROPERTY_AMOUNT_DUE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
RawBeneficiary
public RawBeneficiary()
-
-
Method Details
-
identifier
-
getIdentifier
identifier of beneficiary that can map to an account with us- Returns:
- identifier
-
setIdentifier
-
identifierType
-
getIdentifierType
The identifierType tells us what type of identifier this is- Returns:
- identifierType
-
setIdentifierType
-
amountDue
-
getAmountDue
Get amountDue- Returns:
- amountDue
-
setAmountDue
-
type
-
getType
The type of beneficiary payment.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-