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