Uses of Class
travel.wink.sdk.extranet.booking.model.PayoutFeeSupplier
Packages that use PayoutFeeSupplier
-
Uses of PayoutFeeSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.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.booking.model that return types with arguments of type PayoutFeeSupplierModifier and TypeMethodDescription@Valid List<@Valid PayoutFeeSupplier> PayoutSupplier.getFees()Fees incurred when making the withdrawal.Methods in travel.wink.sdk.extranet.booking.model with parameters of type PayoutFeeSupplierMethod parameters in travel.wink.sdk.extranet.booking.model with type arguments of type PayoutFeeSupplierModifier and TypeMethodDescriptionPayoutSupplier.fees(List<@Valid PayoutFeeSupplier> fees) voidPayoutSupplier.setFees(List<@Valid PayoutFeeSupplier> fees)