OptionalcreateFilter invoices created on or after this date (ISO 8601). Use with createDate[lte] for a range.
OptionalcreateFilter invoices created on or before this date (ISO 8601). Use with createDate[gte] for a range.
OptionalcustomerUUID of the customer whose invoices to list.
OptionalissueFilter invoices issued on or after this date (ISO 8601). Use with issueDate[lte] for a range.
OptionalissueFilter invoices issued on or before this date (ISO 8601). Use with issueDate[gte] for a range.
OptionallimitMaximum number of invoices per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.
OptionallocationUUID of the location whose invoices to list.
OptionalnextPagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.
OptionalstatusFilter by invoice status. Comma-separated values, e.g. draft,issued.
Supported values:
OptionaltypeFilter by invoice item type. Comma-separated values, e.g. custom,order.
Query parameters for
sb.billing.invoices.items.list().