Renames the amount field for plan tiers to unit_amountBreaking changes
What’s new![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Renames the amount
field field in the tiers
configuration for plans
to unit_
.
Impact![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
You need to update your code to reference unit_
instead of amount
when working with tiered pricing in plans. This modification provides clearer terminology, reducing confusion between total amounts and per-unit amounts.