# Metadata
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next_cursor** | Option<**String**> | The token used to request the next set of results. |
**limit** | Option<**i32**> | The number of invoices included in the response. |
**sort** | Option<**String**> | The sort order of the invoices in the response. | [default to billing_start_date]
**total** | Option<**i32**> | Total number of records available on the backend. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)