Uses of Class
travel.wink.sdk.extranet.model.PayoutFeeSupplier
Packages that use PayoutFeeSupplier
-
Uses of PayoutFeeSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return PayoutFeeSupplierModifier and TypeMethodDescriptionPayoutFeeSupplier.candidate(PayoutFeeSupplier.CandidateEnum candidate) PayoutFeeSupplier.description(String description) PayoutFeeSupplier.fee(CustomMonetaryAmount fee) PayoutFeeSupplier.identifier(UUID identifier) PayoutFeeSupplier.type(PayoutFeeSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.model that return types with arguments of type PayoutFeeSupplierModifier and TypeMethodDescription@Valid List<PayoutFeeSupplier> PayoutSupplier.getFees()Fees incurred when making the withdrawal.Methods in travel.wink.sdk.extranet.model with parameters of type PayoutFeeSupplierMethod parameters in travel.wink.sdk.extranet.model with type arguments of type PayoutFeeSupplierModifier and TypeMethodDescriptionPayoutSupplier.fees(List<PayoutFeeSupplier> fees) voidPayoutSupplier.setFees(List<PayoutFeeSupplier> fees)