Uses of Enum Class
travel.wink.sdk.user.settings.model.SpecialRateBundleLightweightAuthenticatedEntity.PricingTypeEnum
Packages that use SpecialRateBundleLightweightAuthenticatedEntity.PricingTypeEnum
-
Uses of SpecialRateBundleLightweightAuthenticatedEntity.PricingTypeEnum in travel.wink.sdk.user.settings.model
Subclasses with type arguments of type SpecialRateBundleLightweightAuthenticatedEntity.PricingTypeEnum in travel.wink.sdk.user.settings.modelModifier and TypeClassDescriptionstatic enumDetermines whether this discount should be applied per night, per stay or per person - per night; Required if amount override is not nullMethods in travel.wink.sdk.user.settings.model that return SpecialRateBundleLightweightAuthenticatedEntity.PricingTypeEnumModifier and TypeMethodDescriptionSpecialRateBundleLightweightAuthenticatedEntity.getPricingType()Determines whether this discount should be applied per night, per stay or per person - per night; Required if amount override is not nullReturns the enum constant of this class with the specified name.SpecialRateBundleLightweightAuthenticatedEntity.PricingTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.user.settings.model with parameters of type SpecialRateBundleLightweightAuthenticatedEntity.PricingTypeEnumModifier and TypeMethodDescriptionSpecialRateBundleLightweightAuthenticatedEntity.pricingType(SpecialRateBundleLightweightAuthenticatedEntity.PricingTypeEnum pricingType) voidSpecialRateBundleLightweightAuthenticatedEntity.setPricingType(SpecialRateBundleLightweightAuthenticatedEntity.PricingTypeEnum pricingType)