Optional
billingPeriodStartAfter?: DateOptional
billingPeriodStartBefore?: DateReturn only invoice with start date less than billing_period_start.
Optional
invoiceType?: Billing.v2beta1.InvoiceTypeInvoice type. It can either be periodic
or purchase
.
Optional
orderBy?: Billing.v2beta1.ListInvoicesRequestOrderByHow invoices are ordered in the response.
Optional
organizationId?: stringOrganization ID. If specified, only invoices from this Organization will be returned.
Optional
page?: numberPage number.
Optional
pageSize?: numberPositive integer lower or equal to 100 to select the number of items to return.
Return only invoice with start date greater than billing_period_start.