Package version:

Represents a billing usage report, including overall status and detailed properties

interface ReservationBillingUsageReport {
    billingUsageProperties: {};
    overallStatusMessage: string;
    timestamp: string;
}

Properties

billingUsageProperties: {}

A list of detailed billing usage properties

overallStatusMessage: string

Overall status message of the billing usage report

timestamp: string

Latest formatted billing report for this reservation