Uses of Enum Class
travel.wink.sdk.booking.model.BookingContractItemBooker.PricingTypeEnum
Packages that use BookingContractItemBooker.PricingTypeEnum
-
Uses of BookingContractItemBooker.PricingTypeEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type BookingContractItemBooker.PricingTypeEnum in travel.wink.sdk.booking.modelModifier and TypeClassDescriptionstatic enumHow to calculate the total amount.Methods in travel.wink.sdk.booking.model that return BookingContractItemBooker.PricingTypeEnumModifier and TypeMethodDescriptionBookingContractItemBooker.getPricingType()How to calculate the total amount.Returns the enum constant of this class with the specified name.BookingContractItemBooker.PricingTypeEnum.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.PricingTypeEnumModifier and TypeMethodDescriptionBookingContractItemBooker.pricingType(BookingContractItemBooker.PricingTypeEnum pricingType) voidBookingContractItemBooker.setPricingType(BookingContractItemBooker.PricingTypeEnum pricingType)