Record
charge-tier
No description available.
record charge-tier {
ending-unit: option<f64>,
price: f64,
price-format: charge-tier-price-format-enum,
starting-unit: f64,
tier: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| ending-unit | option<f64> | |
| price | f64 | |
| price-format | charge-tier-price-format-enum | |
| starting-unit | f64 | |
| tier | s32 |