List invoices
chargebee_list_invoicesList invoices. Filter by customer or status. Chargebee API: GET /invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| status | No | Invoice status filter (→ status[is]). | |
| customer_id | No | Only invoices of this customer (→ customer_id[is]). |