PageLesseeAssetTransactionTypeMappingDto¶
Example Json Object
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": true,
7 "paged": true,
8 "pageSize": 0,
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 "rowNumber": 0,
22 "rowIdentifier": "string",
23 "errors": [
24 "string"
25 ],
26 "linkedErrors": [
27 "string"
28 ],
29 "warnings": [
30 "string"
31 ],
32 "remarks": [
33 "string"
34 ],
35 "skipMessage": "string",
36 "determinationId": 0,
37 "determinationDisplayId": "string",
38 "lesseeAccountType": "INCENTIVE_CLEARING",
39 "crTransactionTypeId": 0,
40 "crTransactionTypeDisplayId": "string",
41 "drTransactionTypeId": 0,
42 "drTransactionTypeDisplayId": "string",
43 "crTransactionTypeName": "string",
44 "drTransactionTypeName": "string"
45 }
46 ],
47 "number": 0,
48 "sort": {
49 "unsorted": true,
50 "sorted": true,
51 "empty": true
52 },
53 "first": true,
54 "last": true,
55 "empty": true
56}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalPages |
integer(int32) |
false |
none |
none |
totalElements |
integer(int64) |
false |
none |
none |
pageable |
false |
none |
none |
|
numberOfElements |
integer(int32) |
false |
none |
none |
size |
integer(int32) |
false |
none |
none |
content |
false |
none |
none |
|
number |
integer(int32) |
false |
none |
none |
sort |
false |
none |
none |
|
first |
boolean |
false |
none |
none |
last |
boolean |
false |
none |
none |
empty |
boolean |
false |
none |
none |