Welcome to Zuora Product Documentation

Explore our rich library of product information

Product Rate Plan Charge Tier

This reference document lists all the fields associated with the Product Rate Plan Charge tier data dictionary.

Note: Fields with an asterisk mark indicate mandatory fields.
Name Description

Required to update

Value

Id*

string

Required for updating the record

The unique identifier of the product rate plan charge tier that needs to be updated (example: 2c92c0f86c85891e016c88d55a6e543b).

Discount Amount

number (double)

Optional

The specific amount for a fixed discount.

This field is required if the value for ProductRatePlanCharge.ChargeModel is Discount-Fixed Amount.

Values: Any positive decimal value.

Discount Percentage

number (double)

Optional

The discount percentage for a percentage-based discount.

This field is required when ProductRatePlanCharge.ChargeModel is set to Discount – Percentage.

values: A decimal number greater than -100 and less than 100.

Price

number (double)

Optional

The price for the tier—either a flat fee, or the per-unit price if using tiered pricing.

Example: 1.99

Price Format

string <= 8 characters

Optional

Indicates whether the pricing is a flat fee or per unit. This field applies only to tiered and volume pricing models.

Note: Use "Flat Fee" or "Per Unit" (with spaces) when making create or update calls.
Enum: "Flat Fee" "Per Unit"