Package travel.wink.sdk.booking.model
Class FeeAgent
java.lang.Object
travel.wink.sdk.booking.model.FeeAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-03T16:30:28.282006180+07:00[Asia/Bangkok]")
public class FeeAgent
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 FeeAgent.TypeEnumgetType()Type of feeinthashCode()identifier(UUID identifier) voidsetDescription(String description) voidvoidsetIdentifier(UUID identifier) voidsetType(FeeAgent.TypeEnum type) toString()type(FeeAgent.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
-
FeeAgent
public FeeAgent()
-
-
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
-