Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 696 Bytes

Pagination.md

File metadata and controls

13 lines (9 loc) · 696 Bytes

TransferzeroSdk.Pagination

Properties

Name Type Description Notes
currentPage Number The number of the current page [optional] [readonly]
nextPage Number The number of the next page. If no next page exists, this will be `null` [optional] [readonly]
prevPage Number The number of the previous page. If no previous page exists, this will be `null` [optional] [readonly]
totalPages Number The number of pages in the result set [optional] [readonly]
totalCount Number The total number of results in the set [optional] [readonly]