Package travel.wink.sdk.booking.model
Class FeeBooker
java.lang.Object
travel.wink.sdk.booking.model.FeeBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-08T10:44:07.860684640+07:00[Asia/Bangkok]")
public class FeeBooker
extends Object
Fees associated with this booking contract.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanfee(CustomMonetaryAmount fee) @NotNull StringWithdrawal fee description@NotNull @Valid CustomMonetaryAmountgetFee()Get fee@NotNull @Valid UUIDUnique system ID.@NotNull FeeBooker.TypeEnumgetType()Type of feeinthashCode()identifier(UUID identifier) voidsetDescription(String description) voidvoidsetIdentifier(UUID identifier) voidsetType(FeeBooker.TypeEnum type) toString()type(FeeBooker.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_FEE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
FeeBooker
public FeeBooker()
-
-
Method Details
-
identifier
-
getIdentifier
Unique system ID.- Returns:
- identifier
-
setIdentifier
-
fee
-
getFee
Get fee- Returns:
- fee
-
setFee
-
type
-
getType
Type of fee- Returns:
- type
-
setType
-
description
-
getDescription
Withdrawal fee description- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-