PageLesseeAccountDeterminationDto¶
Example Json Object
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": true,
7 "pageSize": 0,
8 "paged": true,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "status": "CREATED",
22 "displayId": "string",
23 "erpSystemId": 0,
24 "erpSystemDisplayId": "string",
25 "principalPositionType": "LESSEE",
26 "companyId": 0,
27 "companyDisplayId": "string",
28 "countryDisplayId": "string",
29 "companyName": "string",
30 "assetClassId": 0,
31 "assetClassDisplayId": "string",
32 "assetClassName": "string",
33 "accountingStandardType": "GAAP",
34 "leaseType": "LEASE_CONTRACT_FIXED_PART_A",
35 "leaseClassificationType": "NON_LEASE"
36 }
37 ],
38 "number": 0,
39 "sort": {
40 "unsorted": true,
41 "sorted": true,
42 "empty": true
43 },
44 "first": true,
45 "last": true,
46 "empty": true
47}
📄 Description: Data transfer object representing the determination of lessee accounts within a financial organization’s structure, facilitating the management of hierarchical relationships and financial entity classifications.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalElements |
integer(int64) |
false |
none |
Total number of items available |
totalPages |
integer(int32) |
false |
none |
Total number of pages available |
pageable |
false |
none |
Value for pageable field |
|
numberOfElements |
integer(int32) |
false |
none |
Numeric value representing numberOfElements |
size |
integer(int32) |
false |
none |
Number of items per page |
content |
false |
none |
List of content items |
|
number |
integer(int32) |
false |
none |
Numeric value representing number |
sort |
false |
none |
Sort order specification |
|
first |
boolean |
false |
none |
Whether this is the first page |
last |
boolean |
false |
none |
Whether this is the last page |
empty |
boolean |
false |
none |
Whether the result set is empty |