tieredRates property

List<TierRate>? tieredRates
getter/setter pair

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;