startUsageAmount property

double? startUsageAmount
getter/setter pair

Usage is priced at this rate only after this amount.

Example: start_usage_amount of 10 indicates that the usage will be priced at the unit_price after the first 10 usage_units.

Implementation

core.double? startUsageAmount;