Uses of Enum Class
travel.wink.sdk.affiliate.browse.model.SpecialRateLightweightAffiliate.PricingTypeEnum
Packages that use SpecialRateLightweightAffiliate.PricingTypeEnum
-
Uses of SpecialRateLightweightAffiliate.PricingTypeEnum in travel.wink.sdk.affiliate.browse.model
Subclasses with type arguments of type SpecialRateLightweightAffiliate.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 SpecialRateLightweightAffiliate.PricingTypeEnumModifier and TypeMethodDescriptionSpecialRateLightweightAffiliate.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.SpecialRateLightweightAffiliate.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 SpecialRateLightweightAffiliate.PricingTypeEnumModifier and TypeMethodDescriptionSpecialRateLightweightAffiliate.pricingType(SpecialRateLightweightAffiliate.PricingTypeEnum pricingType) voidSpecialRateLightweightAffiliate.setPricingType(SpecialRateLightweightAffiliate.PricingTypeEnum pricingType)