Name | Type | Description | Notes |
---|---|---|---|
page | int | Number of current page in paginated list | |
size | int | Page size in paginated list | |
count | int | Number of elements in current page | |
search | string | Optional search expression used | [optional] |
sort | string | Optional sort expression used | [optional] |
content | \Reepay\Model\Invoice[] | List of invoices for current page | |
total_elements | int | Total number of elements in paginated list | |
total_pages | int | Total number of pages in paginated list |