OptionalinvoiceType?: Billing.v2alpha1.InvoiceTypeOptionalorderBy?: Billing.v2alpha1.ListInvoicesRequestOrderByHow invoices are ordered in the response.
OptionalorganizationId?: stringOrganization ID to filter for, only invoices from this Organization will be returned.
Optionalpage?: numberPositive integer to choose the page to return.
OptionalpageSize?: numberPositive integer lower or equal to 100 to select the number of items to return.
OptionalstartedAfter?: DateInvoice's start_date is greater or equal to started_after.
OptionalstartedBefore?: DateInvoice's start_date precedes started_before.
Invoice type. It can either be
periodicorpurchase.