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

Properties

Properties

invoices: Billing.v2beta1.Invoice[]

Paginated returned invoices.

totalCount: number

Total number of invoices.