PurchaseMeterDetails interface
Billing type Purchase meter details.
- Extends
Properties
| billing |
Represents billing type. |
| product |
Product Id. |
| sku |
Sku Id. |
| term |
Term Id. |
Inherited Properties
| charging |
Charging type. |
| multiplier | Billing unit applicable for Pav2 billing. |
Property Details
billingType
Represents billing type.
billingType: "Purchase"
Property Value
"Purchase"
productId
Product Id.
productId?: string
Property Value
string
skuId
Sku Id.
skuId?: string
Property Value
string
termId
Term Id.
termId?: string
Property Value
string
Inherited Property Details
chargingType
multiplier
Billing unit applicable for Pav2 billing.
multiplier?: number
Property Value
number
Inherited From MeterDetails.multiplier