PurchaseMeterDetailsResponse

data class PurchaseMeterDetailsResponse(val billingType: String, val chargingType: String, val multiplier: Double, val productId: String, val skuId: String, val termId: String)

Billing type Purchase meter details.

Constructors

Link copied to clipboard
constructor(billingType: String, chargingType: String, multiplier: Double, productId: String, skuId: String, termId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents billing type. Expected value is 'Purchase'.

Link copied to clipboard

Charging type.

Link copied to clipboard

Billing unit applicable for Pav2 billing.

Link copied to clipboard

Product Id.

Link copied to clipboard

Sku Id.

Link copied to clipboard

Term Id.