Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.15 KB

RecurringTieredPricingOverride.md

File metadata and controls

14 lines (10 loc) · 1.15 KB

RecurringTieredPricingOverride

Properties

Name Type Description Notes
price_change_option str Specifies how Zuora changes the price of the charge each time the subscription renews. If the value of this field is `SpecificPercentageValue`, use the `priceIncreasePercentage` field to specify how much the price of the charge should change. [optional]
price_increase_percentage float Specifies the percentage by which the price of the charge should change each time the subscription renews. Only applicable if the value of the `priceChangeOption` field is `SpecificPercentageValue`. [optional]
list_price_base str Specifies the duration of each recurring period. [optional]
quantity float Number of units purchased. [optional]
tiers list[ChargeTier] List of cumulative pricing tiers in the charge. [optional]

[Back to Model list] [Back to API list] [Back to README]