Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 2.44 KB

RatePlanChargeTier.md

File metadata and controls

18 lines (15 loc) · 2.44 KB

Zuora::RatePlanChargeTier

Properties

Name Type Description Notes
created_by_id String The ID of the Zuora user who created the RatePlanChargeTier object. Character limit: 32 Values: automatically generated [optional]
created_date DateTime The date when the RatePlanChargeTier object was created. Character limit: 29 Values: automatically generated [optional]
ending_unit Float The end number of a range of units for the tier. This field is only required if the charge mode is `Tiered Pricing` or `Tierred with Overage Pricing`. Character limit: 16 Values: any positive decimal value [optional]
is_overage_price BOOLEAN Indicates if the price is an overage price. An overage occurs when usage surpasses the last defined tier. This field is applicable only to tier pricing and volume pricing models. Values: true, false [optional]
price Float The price of the tier if the charge is a flat fee, or the price of each unit in the tier if the change model is tiered pricing. Character limit: 16 Values: any positive decimal value [optional]
price_format String Indicates if the price is a flat fee or is per unit. Character limit: 8 Values: `Flat Fee`, `Per Unit` [optional]
rate_plan_charge_id String The ID of the subscription or amendment rate plan charge associated with this tier. You can't create an unassociated tier. Character limit: 32 Values: inherited from `RatePlanCharge`.`Id`
starting_unit Float The start number of a range of units for the tier. This field is only required if the charge mode is `Tiered Pricing` or `Tierred with Overage Pricing`. Character limit: 16 Values: any positive decimal value [optional]
tier Integer A unique number that identifies the tier that the price applies to. Character limit: 20 Values: automatically generated [optional]
updated_by_id String The ID of the last user to update the object. Character limit: 32 Values: automatically generated [optional]
updated_date DateTime The date when the object was last updated. Character limit: 29 Values: automatically generated [optional]