Uses of Enum Class
travel.wink.payment.model.BookingContractItem.TypeEnum
Packages that use BookingContractItem.TypeEnum
-
Uses of BookingContractItem.TypeEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return BookingContractItem.TypeEnumModifier and TypeMethodDescriptionstatic BookingContractItem.TypeEnumBookingContractItem.getType()Type of item this is.static BookingContractItem.TypeEnumReturns the enum constant of this class with the specified name.static BookingContractItem.TypeEnum[]BookingContractItem.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in travel.wink.payment.model with parameters of type BookingContractItem.TypeEnumModifierConstructorDescriptionBookingContractItem(String supplierItemBookingCode, String nameInEnglish, String descriptionInEnglish, BookingContractItem.PricingTypeEnum pricingType, BookingContractItem.TypeEnum type, BookingContractItem.PayableEnum payable, String externalIdentifier, Long tokensEarned)