Package travel.wink.sdk.affiliate.model
Class PayoutFeeAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.PayoutFeeAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-28T12:48:10.520361873+07:00[Asia/Bangkok]")
public class PayoutFeeAffiliate
extends Object
Fees incurred when making the withdrawal.
-
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(PayoutFeeAffiliate.CandidateEnum candidate) description(String description) booleanfee(CustomMonetaryAmount fee) Who pays for this feeWithdrawal fee description@Valid CustomMonetaryAmountgetFee()Get fee@Valid UUIDUnique system ID.getType()Type of feeinthashCode()identifier(UUID identifier) voidsetCandidate(PayoutFeeAffiliate.CandidateEnum candidate) voidsetDescription(String description) voidvoidsetIdentifier(UUID identifier) voidtoString()
-
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
-
PayoutFeeAffiliate
public PayoutFeeAffiliate()
-
-
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
-
candidate
-
getCandidate
Who pays for this fee- Returns:
- candidate
-
setCandidate
-
description
-
getDescription
Withdrawal fee description- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-