interface ListInvoicesResponse {
    invoices: Billing.v2alpha1.Invoice[];
    totalCount: number;
}

Properties

Properties

Paginated returned invoices.

totalCount: number

Total number of invoices.