ResourceSkuCostsOutput interface
Describes metadata for retrieving price info.
Properties
| extended |
An invariant to show the extended unit. |
| meterID | Used for querying price from commerce. |
| quantity | The multiplier is needed to extend the base metered cost. |
Property Details
extendedUnit
An invariant to show the extended unit.
extendedUnit?: string
Property Value
string
meterID
Used for querying price from commerce.
meterID?: string
Property Value
string
quantity
The multiplier is needed to extend the base metered cost.
quantity?: number
Property Value
number