This table is relevant only when both of the following conditions are met:
pricing_model
of the item price is tiered
, volume
, or stairstep
.This table captures the item_tiers
associated with specific item_prices
in the context of a ramp.
starting_unit_in_decimal
of the next higher tier. Returned only when the pricing_model
is tiered
, volume
, or stairstep
and multi-decimal pricing is enabled.package
. For example, if one package contains 1,000 units, the package size is set to 1,000.pricing_model
is tiered
or volume
. The total price for the tier when pricing_model
is stairstep
. The value is in minor currency units.pricing_model
is tiered
or volume
. For stairstep
, it represents the total price. The value is in major currency units. Returned when the plan is quantity-based and multi-decimal pricing is enabled.flat_fee
: A flat fee applied to the entire tier regardless of units consumed. For the stairstep pricing model, this is the default.package
: Pricing based on blocks or packages of units. For example, if 100 units cost $20 per package, consuming 400 units results in a charge of $80 (4 × $20).per_unit
: Pricing based on individual units. For example, at $2 per unit, 150 units cost $300 (150 × $2).ending_unit_in_decimal
of the previous tier. Returned when pricing_model
is tiered
, volume
, or stairstep
and multi-decimal pricing is enabled.