Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.06 KB

ListReceivedDocumentsResponse.md

File metadata and controls

21 lines (17 loc) · 1.06 KB

It.FattureInCloud.Sdk.Model.ListReceivedDocumentsResponse

Properties

Name Type Description Notes
CurrentPage int? Current page number. [optional]
FirstPageUrl string First page url. [optional]
From int? First result of the page. [optional]
LastPage int? Last page number. [optional]
LastPageUrl string Last page url. [optional]
NextPageUrl string Next page url [optional]
Path string Request path. [optional]
PerPage int? Number of result per page. [optional]
PrevPageUrl string Previous page url. [optional]
To int? Last result of the page. [optional]
Total int? Total number of results [optional]
Data List<ReceivedDocument> [optional]

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