Uses of Enum Class
travel.wink.sdk.booking.model.PayoutFeeBooker.CandidateEnum
Packages that use PayoutFeeBooker.CandidateEnum
-
Uses of PayoutFeeBooker.CandidateEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PayoutFeeBooker.CandidateEnumModifier and TypeMethodDescriptionPayoutFeeBooker.getCandidate()Who pays for this feeReturns the enum constant of this class with the specified name.static PayoutFeeBooker.CandidateEnum[]PayoutFeeBooker.CandidateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type PayoutFeeBooker.CandidateEnumModifier and TypeMethodDescriptionPayoutFeeBooker.candidate(PayoutFeeBooker.CandidateEnum candidate) voidPayoutFeeBooker.setCandidate(PayoutFeeBooker.CandidateEnum candidate)