Uses of Enum Class
travel.wink.sdk.extranet.model.UpsertRateModifierBundleRequest.PricingTypeEnum
Packages that use UpsertRateModifierBundleRequest.PricingTypeEnum
-
Uses of UpsertRateModifierBundleRequest.PricingTypeEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertRateModifierBundleRequest.PricingTypeEnumModifier and TypeMethodDescriptionUpsertRateModifierBundleRequest.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.UpsertRateModifierBundleRequest.PricingTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type UpsertRateModifierBundleRequest.PricingTypeEnumModifier and TypeMethodDescriptionUpsertRateModifierBundleRequest.pricingType(UpsertRateModifierBundleRequest.PricingTypeEnum pricingType) voidUpsertRateModifierBundleRequest.setPricingType(UpsertRateModifierBundleRequest.PricingTypeEnum pricingType)