Uses of Enum Class
travel.wink.sdk.affiliate.browse.model.RateModifierAffiliate.PricingTypeEnum
Packages that use RateModifierAffiliate.PricingTypeEnum
-
Uses of RateModifierAffiliate.PricingTypeEnum in travel.wink.sdk.affiliate.browse.model
Subclasses with type arguments of type RateModifierAffiliate.PricingTypeEnum in travel.wink.sdk.affiliate.browse.modelModifier and TypeClassDescriptionstatic enumThis determines whether this discount should be applied per night, per stay or per person - per nightMethods in travel.wink.sdk.affiliate.browse.model that return RateModifierAffiliate.PricingTypeEnumModifier and TypeMethodDescriptionRateModifierAffiliate.getPricingType()This determines whether this discount should be applied per night, per stay or per person - per nightReturns the enum constant of this class with the specified name.RateModifierAffiliate.PricingTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.affiliate.browse.model with parameters of type RateModifierAffiliate.PricingTypeEnumModifier and TypeMethodDescriptionRateModifierAffiliate.pricingType(RateModifierAffiliate.PricingTypeEnum pricingType) voidRateModifierAffiliate.setPricingType(RateModifierAffiliate.PricingTypeEnum pricingType)