Response with properties for each aggregated usage type.

Hierarchy

  • UsageBillableSummaryBody

Constructors

Properties

accountBillableUsage?: number

The total account usage.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
elapsedUsageHours?: number

Elapsed usage hours for some billable product.

firstBillableUsageHour?: Date

The first billable hour for the org.

lastBillableUsageHour?: Date

The last billable hour for the org.

orgBillableUsage?: number

The number of units used within the billable timeframe.

percentageInAccount?: number

The percentage of account usage the org represents.

usageUnit?: string

Units pertaining to the usage.

Generated using TypeDoc