Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 852 Bytes

InvoiceSearch.md

File metadata and controls

17 lines (13 loc) · 852 Bytes

InvoiceSearch

Properties

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

[Back to Model list] [Back to API list] [Back to README]