SortObject¶
Example Json Object
1{
2 "unsorted": false,
3 "sorted": true,
4 "empty": false
5}
📄 Description: Data structure representing the sorting criteria for lease contracts and financial obligations within the Nakisa Lease Accounting Suite, facilitating efficient organization and retrieval of accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
unsorted |
boolean |
true |
none |
Boolean flag indicating unsorted status |
sorted |
boolean |
true |
none |
Boolean flag indicating sorted status |
empty |
boolean |
true |
none |
Whether the result set is empty |