Uses of Enum Class
travel.wink.sdk.user.settings.model.RateModifierBundleAuthenticatedEntity.PricingTypeEnum
Packages that use RateModifierBundleAuthenticatedEntity.PricingTypeEnum
-
Uses of RateModifierBundleAuthenticatedEntity.PricingTypeEnum in travel.wink.sdk.user.settings.model
Subclasses with type arguments of type RateModifierBundleAuthenticatedEntity.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 RateModifierBundleAuthenticatedEntity.PricingTypeEnumModifier and TypeMethodDescriptionRateModifierBundleAuthenticatedEntity.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.RateModifierBundleAuthenticatedEntity.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 RateModifierBundleAuthenticatedEntity.PricingTypeEnumModifier and TypeMethodDescriptionRateModifierBundleAuthenticatedEntity.pricingType(RateModifierBundleAuthenticatedEntity.PricingTypeEnum pricingType) voidRateModifierBundleAuthenticatedEntity.setPricingType(RateModifierBundleAuthenticatedEntity.PricingTypeEnum pricingType)