Uses of Enum Class
travel.wink.sdk.booking.model.PayoutFeeBooker.TypeEnum
Packages that use PayoutFeeBooker.TypeEnum
-
Uses of PayoutFeeBooker.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PayoutFeeBooker.TypeEnumModifier and TypeMethodDescriptionstatic PayoutFeeBooker.TypeEnum@NotNull PayoutFeeBooker.TypeEnumPayoutFeeBooker.getType()Type of feestatic PayoutFeeBooker.TypeEnumReturns the enum constant of this class with the specified name.static PayoutFeeBooker.TypeEnum[]PayoutFeeBooker.TypeEnum.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.TypeEnumModifier and TypeMethodDescriptionvoidPayoutFeeBooker.setType(PayoutFeeBooker.TypeEnum type) PayoutFeeBooker.type(PayoutFeeBooker.TypeEnum type)