UsageChart

API: Internal/Stable

data class UsageChart(
    val type: ProductType,
    val periodUsage: Long,
    val chargeType: ChargeType,
    val unit: ProductPriceUnit,
    val chart: LineChart,
)
Properties
type: ProductType
periodUsage: Long
chargeType: ChargeType
unit: ProductPriceUnit
chart: LineChart