tieredRates property
The list of tiered rates for this pricing.
The total cost is computed by applying each of the tiered rates on usage. This repeated list is sorted by ascending order of start_usage_amount.
Implementation
core.List<TierRate>? tieredRates;