Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 751 Bytes

File metadata and controls

14 lines (10 loc) · 751 Bytes

WalletInc.Model.PaginationRequestWithSortOptions

Properties

Name Type Description Notes
IsArchiveIncluded bool Denotes if archived records should be included in the response payload [optional]
PageSize int Denotes the number of records per page [optional]
PageNum int Denotes the page number [optional]
SortKey string Denotes the key using which the records need to be sorted [optional]
SortOrder string Denotes the sort order [optional]

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