Record
usage-overage-pricing-override
No description available.
record usage-overage-pricing-override {
price-change-option: option<recurring-flat-fee-pricing-override-price-change-option-enum>,
price-increase-percentage: option<f64>,
included-units: option<f64>,
number-of-periods: option<s32>,
overage-price: option<f64>,
overage-unused-units-credit-option: option<usage-overage-pricing-override-overage-unused-units-credit-option-enum>,
unused-units-credit-rates: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| price-change-option | option<recurring-flat-fee-pricing-override-price-change-option-enum> | |
| price-increase-percentage | option<f64> | |
| included-units | option<f64> | |
| number-of-periods | option<s32> | |
| overage-price | option<f64> | |
| overage-unused-units-credit-option | option<usage-overage-pricing-override-overage-unused-units-credit-option-enum> | |
| unused-units-credit-rates | option<f64> |