Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.1 KB

File metadata and controls

20 lines (16 loc) · 2.1 KB

ProxyGetRatePlanChargeTier

Properties

Name Type Description Notes
created_by_id str 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. Character limit: 16 Values: any positive decimal value [optional]
id str Object identifier. [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 str 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 str 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`. [optional]
starting_unit float The start number of a range of units for the tier. Character limit: 16 Values: any positive decimal value [optional]
tier int A unique number that identifies the tier that the price applies to. Character limit: 20 Values: automatically generated [optional]
updated_by_id str 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]

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