Optional ReadonlycursorCursor for pagination. Use this to fetch the next set of results.
Optional ReadonlyfilterFilter customer invoices by specific fields. API format: JSON array serialized into a query string.
Optional ReadonlyincludeInclude additional related resources in the response.
Currently supports: invoice_lines
Warning: This feature is experimental and may change in future releases.
Optional ReadonlylimitNumber of items to return per request (between 1 and 100).
Optional ReadonlysortSort customer invoices by attributes.
Prefix with - for descending order.
Default: -id
Query parameters for listing customer invoices.
Supports the v2026 pagination system and query options.