dk.sdu.cloud.accounting.api.BreakdownChart

UCloud Developer Guide / Accounting and Project Management / Accounting / Visualization of Usage

BreakdownChart

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

Last updated