BreakdownChart

API: Internal/Stable

data class BreakdownChart(
    val type: ProductType,
    val chargeType: ChargeType,
    val unit: ProductPriceUnit,
    val chart: PieChart,
)
Properties
type: ProductType
chargeType: ChargeType
unit: ProductPriceUnit
chart: PieChart