Package travel.wink.sdk.extranet.model
Class PayoutFeeSupplier
java.lang.Object
travel.wink.sdk.extranet.model.PayoutFeeSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-03T16:31:02.054814418+07:00[Asia/Bangkok]")
public class PayoutFeeSupplier
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(PayoutFeeSupplier.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(PayoutFeeSupplier.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
-
PayoutFeeSupplier
public PayoutFeeSupplier()
-
-
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
-