Optional
invoiceType?: Billing.v2alpha1.InvoiceTypeOptional
orderBy?: Billing.v2alpha1.ListInvoicesRequestOrderByHow invoices are ordered in the response.
Optional
organizationId?: stringOrganization ID to filter for, only invoices from this Organization will be returned.
Optional
page?: numberPositive integer to choose the page to return.
Optional
pageSize?: numberPositive integer lower or equal to 100 to select the number of items to return.
Optional
startedAfter?: DateInvoice's start_date
is greater or equal to started_after
.
Optional
startedBefore?: DateInvoice's start_date
precedes started_before
.
Invoice type. It can either be
periodic
orpurchase
.