PageLesseeAssetTransactionTypeMappingDto¶
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 "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 "generalLedgerAccountId": 0,
40 "generalLedgerAccountDisplayId": "string",
41 "generalLedgerAccountShortName": "string",
42 "crTransactionTypeId": 0,
43 "crTransactionTypeDisplayId": "string",
44 "drTransactionTypeId": 0,
45 "drTransactionTypeDisplayId": "string",
46 "crTransactionTypeName": "string",
47 "drTransactionTypeName": "string"
48 }
49 ],
50 "number": 0,
51 "sort": {
52 "unsorted": true,
53 "sorted": true,
54 "empty": true
55 },
56 "first": true,
57 "last": true,
58 "empty": true
59}
📄 Description: Data transfer object representing the mapping of transaction types for lessee assets within the financial organization structure, facilitating the alignment of organizational hierarchy and financial entity management.
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 |