Uses of Enum Class
travel.wink.sdk.travel.agent.model.BookingContractItemAgent.PayableEnum
Packages that use BookingContractItemAgent.PayableEnum
-
Uses of BookingContractItemAgent.PayableEnum in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return BookingContractItemAgent.PayableEnumModifier and TypeMethodDescription@NotNull BookingContractItemAgent.PayableEnumBookingContractItemAgent.getPayable()When to charge for this item.Returns the enum constant of this class with the specified name.static BookingContractItemAgent.PayableEnum[]BookingContractItemAgent.PayableEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.travel.agent.model with parameters of type BookingContractItemAgent.PayableEnumModifier and TypeMethodDescriptionBookingContractItemAgent.payable(BookingContractItemAgent.PayableEnum payable) voidBookingContractItemAgent.setPayable(BookingContractItemAgent.PayableEnum payable)