Uses of Enum Class
travel.wink.sdk.booking.model.BookingContractItemBooker.PayableEnum
Packages that use BookingContractItemBooker.PayableEnum
-
Uses of BookingContractItemBooker.PayableEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type BookingContractItemBooker.PayableEnum in travel.wink.sdk.booking.modelModifier and TypeClassDescriptionstatic enumWhen to charge for this item.Methods in travel.wink.sdk.booking.model that return BookingContractItemBooker.PayableEnumModifier and TypeMethodDescriptionBookingContractItemBooker.getPayable()When to charge for this item.Returns the enum constant of this class with the specified name.BookingContractItemBooker.PayableEnum.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 BookingContractItemBooker.PayableEnumModifier and TypeMethodDescriptionBookingContractItemBooker.payable(BookingContractItemBooker.PayableEnum payable) voidBookingContractItemBooker.setPayable(BookingContractItemBooker.PayableEnum payable)