Plan Quantity Response
data class PlanQuantityResponse(val allowance: Double, val amount: Double, val includedQuantityMeter: String, val overageMeter: String)
Represents the quantity a commitment plan provides of a metered resource.
Constructors
Link copied to clipboard
fun PlanQuantityResponse(allowance: Double, amount: Double, includedQuantityMeter: String, overageMeter: String)