Uses of Enum Class
travel.wink.payment.model.BookingContractItem.PricingTypeEnum
Packages that use BookingContractItem.PricingTypeEnum
-
Uses of BookingContractItem.PricingTypeEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return BookingContractItem.PricingTypeEnumModifier and TypeMethodDescriptionBookingContractItem.getPricingType()How to calculate the total amount.Returns the enum constant of this class with the specified name.static BookingContractItem.PricingTypeEnum[]BookingContractItem.PricingTypeEnum.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.PricingTypeEnumModifierConstructorDescriptionBookingContractItem(String supplierItemBookingCode, String nameInEnglish, String descriptionInEnglish, BookingContractItem.PricingTypeEnum pricingType, BookingContractItem.TypeEnum type, BookingContractItem.PayableEnum payable, String externalIdentifier, Long tokensEarned)