tieredRates property

List<BillingRateTieredRate>? tieredRates
getter/setter pair

Tiered rate of this billing rate.

This cannot co-exist with flat rate.

Implementation

core.List<BillingRateTieredRate>? tieredRates;