Uses of Enum Class
travel.wink.sdk.extranet.model.BookingContractItem.PayableEnum
Packages that use BookingContractItem.PayableEnum
-
Uses of BookingContractItem.PayableEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BookingContractItem.PayableEnumModifier and TypeMethodDescriptionBookingContractItem.getPayable()When to charge for this item.Returns the enum constant of this class with the specified name.static BookingContractItem.PayableEnum[]BookingContractItem.PayableEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in travel.wink.sdk.extranet.model with parameters of type BookingContractItem.PayableEnumModifierConstructorDescriptionBookingContractItem(String supplierItemBookingCode, String nameInEnglish, String descriptionInEnglish, BookingContractItem.PricingTypeEnum pricingType, BookingContractItem.TypeEnum type, BookingContractItem.PayableEnum payable, String externalIdentifier, Long tokensEarned)