pricingModel property

PricingModel? pricingModel
getter/setter pair

The pricing model for tiered plan. The 'tiers' parameter is required. The possible values are:

  • VOLUME. A volume pricing model.
  • TIERED. A tiered pricing model.

Implementation

PricingModel? pricingModel;