Class PayoutFeeBooker
java.lang.Object
travel.wink.sdk.booking.model.PayoutFeeBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:16:53.154776164+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class PayoutFeeBooker
extends Object
PayoutFeeBooker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumWho pays for this feestatic enumType of fee -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncandidate(PayoutFeeBooker.CandidateEnum candidate) description(String description) booleanfee(CustomMonetaryAmount fee) @NotNull PayoutFeeBooker.CandidateEnumWho pays for this fee@NotNull @Size(min=1) StringWithdrawal fee description@NotNull @Valid CustomMonetaryAmountgetFee()Fee amount@NotNull @Valid @Size(min=1) UUIDUnique system ID.@NotNull PayoutFeeBooker.TypeEnumgetType()Type of feeinthashCode()identifier(UUID identifier) voidsetCandidate(PayoutFeeBooker.CandidateEnum candidate) voidsetDescription(String description) voidvoidsetIdentifier(UUID identifier) voidtoString()type(PayoutFeeBooker.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_FEE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_CANDIDATE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
PayoutFeeBooker
public PayoutFeeBooker()
-
-
Method Details
-
identifier
-
getIdentifier
Unique system ID.- Returns:
- identifier
-
setIdentifier
-
fee
-
getFee
Fee amount- Returns:
- fee
-
setFee
-
type
-
getType
-
setType
-
candidate
-
getCandidate
Who pays for this fee- Returns:
- candidate
-
setCandidate
-
description
-
getDescription
Withdrawal fee description- Returns:
- description
-
setDescription
-
equals
-
hashCode
-
toString
-