OptionalcompanyOptionalcreateFilter 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.
OptionalmembershipOptionalnextPagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.
OptionalqCase-insensitive search by invoice code or number. Requires customerRef or locationRef.
OptionalstatusFilter by invoice status. Comma-separated values, e.g. draft,issued.
Supported values:
Query parameters for
sb.billing.invoices.list().