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