Uses of Class
travel.wink.sdk.booking.model.PayoutFeeAgent
Packages that use PayoutFeeAgent
-
Uses of PayoutFeeAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PayoutFeeAgentModifier and TypeMethodDescriptionPayoutFeeAgent.candidate(PayoutFeeAgent.CandidateEnum candidate) PayoutFeeAgent.description(String description) PayoutFeeAgent.fee(CustomMonetaryAmount fee) PayoutFeeAgent.identifier(UUID identifier) PayoutFeeAgent.type(PayoutFeeAgent.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type PayoutFeeAgentModifier and TypeMethodDescription@Valid List<PayoutFeeAgent> PayoutAgent.getFees()Fees incurred when making the withdrawal.Methods in travel.wink.sdk.booking.model with parameters of type PayoutFeeAgentMethod parameters in travel.wink.sdk.booking.model with type arguments of type PayoutFeeAgentModifier and TypeMethodDescriptionPayoutAgent.fees(List<PayoutFeeAgent> fees) voidPayoutAgent.setFees(List<PayoutFeeAgent> fees)