Package travel.wink.sdk.booking.model
Class RawBeneficiaryBooker
java.lang.Object
travel.wink.sdk.booking.model.RawBeneficiaryBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-05T11:16:23.929656820+07:00[Asia/Bangkok]")
public class RawBeneficiaryBooker
extends Object
RawBeneficiaryBooker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets identifierTypestatic enumGets or Sets type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull ObjectGet amountDue@NotNull StringGet identifierGet identifierType@NotNull RawBeneficiaryBooker.TypeEnumgetType()Get typeinthashCode()identifier(String identifier) identifierType(RawBeneficiaryBooker.IdentifierTypeEnum identifierType) voidsetAmountDue(Object amountDue) voidsetIdentifier(String identifier) voidsetIdentifierType(RawBeneficiaryBooker.IdentifierTypeEnum identifierType) voidtoString()
-
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
-
RawBeneficiaryBooker
public RawBeneficiaryBooker()
-
-
Method Details
-
identifier
-
getIdentifier
Get identifier- Returns:
- identifier
-
setIdentifier
-
identifierType
-
getIdentifierType
Get identifierType- Returns:
- identifierType
-
setIdentifierType
-
amountDue
-
getAmountDue
Get amountDue- Returns:
- amountDue
-
setAmountDue
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-