Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 811 Bytes

InvoiceExportPagedResult.md

File metadata and controls

13 lines (10 loc) · 811 Bytes

InvoiceExportPagedResult

Properties

Name Type Description Notes
total_count int The total amount of results [optional]
total_pages int The total amount of pages under the assumption that the displays per page, and TotalCount doesn't change [optional]
previous_page_url string Url to the previous paged results [optional]
next_page_url string Url to the next result page [optional]
result \Membercare\Client\Model\InvoiceExport[] A list of paged results. [optional]

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