Uses of Class
travel.wink.sdk.booking.model.PayoutFeeBooker
Packages that use PayoutFeeBooker
-
Uses of PayoutFeeBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PayoutFeeBookerModifier and TypeMethodDescriptionPayoutFeeBooker.candidate(PayoutFeeBooker.CandidateEnum candidate) PayoutFeeBooker.description(String description) PayoutFeeBooker.fee(CustomMonetaryAmount fee) PayoutFeeBooker.identifier(UUID identifier) PayoutFeeBooker.type(PayoutFeeBooker.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type PayoutFeeBookerModifier and TypeMethodDescription@Valid List<PayoutFeeBooker> PayoutBooker.getFees()Fees incurred when making the withdrawal.Methods in travel.wink.sdk.booking.model with parameters of type PayoutFeeBookerMethod parameters in travel.wink.sdk.booking.model with type arguments of type PayoutFeeBookerModifier and TypeMethodDescriptionPayoutBooker.fees(List<PayoutFeeBooker> fees) voidPayoutBooker.setFees(List<PayoutFeeBooker> fees)