PageLeaseComponentFinancialTermDtoΒΆ
Example Json Object
1{
2 "totalElements": 76,
3 "totalPages": 1,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": false,
7 "paged": true,
8 "pageSize": 100,
9 "offset": 0,
10 "sort": {
11 "unsorted": false,
12 "sorted": true,
13 "empty": false
14 }
15 },
16 "numberOfElements": 76,
17 "size": 100,
18 "content": [
19 {
20 "id": 10000001,
21 "displayId": "1495040334-20250828-085516",
22 "name": "Base Rent",
23 "expenseCategory": {
24 "id": 101,
25 "displayId": "EC-2025-001",
26 "status": {
27 "name": "ACTIVE",
28 "captionKey": "enum.objectStatus.active",
29 "active": true,
30 "caption": "Active"
31 },
32 "name": "Lease Payment",
33 "expenseCategoryType": "PAYMENT"
34 },
35 "amount": 1,
36 "amountFrequency": "ONE_TIME",
37 "paymentMode": "ADVANCE",
38 "paymentCalculationMode": "ONE_TIME",
39 "firstSpecialPaymentDate": "2019-08-24",
40 "lastSpecialPaymentDate": "2019-08-24",
41 "paymentFrequency": "MONTHLY",
42 "firstPaymentDate": "2019-08-24",
43 "lastPaymentDate": "2019-08-24",
44 "firstPaymentAmount": 0.1,
45 "lastPaymentAmount": 0.1,
46 "months": 1,
47 "days": 1,
48 "notificationDate": "2019-08-24",
49 "monthEnd": false,
50 "paymentTiming": "START_OF_DAY",
51 "escalatingRent": false,
52 "stopEscalatingAtZero": false,
53 "escalatingRentAmount": 0,
54 "escalatingRentType": "FIXED",
55 "escalationFrequencyOffset": 0,
56 "escalationFrequency": 0,
57 "escalationFastForward": 0,
58 "termStartDate": "2019-08-24",
59 "termEndDate": "2019-08-24",
60 "expenseCategoryType": "PAYMENT",
61 "spreadingFrequency": "NONE",
62 "firstSpreadingAmount": 0.1,
63 "lastSpreadingAmount": 0.1,
64 "valid": true,
65 "parentFinancialTermId": 0,
66 "termStatus": "EDITABLE",
67 "lockReason": "EXERCISED_IN_ACTIVATION_GROUP",
68 "vendorPaymentSplits": [],
69 "revisionDisplayId": "2107425785-20250828-083848",
70 "termType": "PAYMENT_TERM",
71 "revisionId": 10000006,
72 "leaseComponentId": 10000006,
73 "leaseComponentDisplayId": "LC-100000100",
74 "type": "LEASE",
75 "numberRangeIdentifierValue": "string",
76 "numberRangeIdentifierType": {
77 "name": "COMPANY_CODE"
78 },
79 "numberRangeType": {
80 "name": "CONTRACT"
81 },
82 "allowsSystemGenerateNewId": false
83 }
84 ],
85 "number": 0,
86 "sort": {
87 "unsorted": false,
88 "sorted": true,
89 "empty": false
90 },
91 "first": true,
92 "last": true,
93 "empty": false
94}
π Description: Data transfer object representing the financial terms associated with a lease contract, detailing the financial obligations and accounting entries necessary for accurate lease accounting within the Nakisa Lease Accounting Suite.
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 |
[oneOf] |
false |
none |
List of content items |
π Description: oneOf - discriminator: LeaseComponentFinancialTermDto.type
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
Β» anonymous |
false |
none |
Data transfer object representing the financial terms associated with a lease component, detailing the contractual obligations and accounting entries necessary for accurate lease accounting within the Nakisa Lease Accounting Suite. |
π Description: xor
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
Β» anonymous |
false |
none |
Data transfer object representing the financial terms associated with a lease component, detailing the contractual obligations and accounting entries necessary for accurate lease accounting within the Nakisa Lease Accounting Suite. |
π Description: xor
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
Β» anonymous |
false |
none |
Data transfer object representing non-lease financial terms associated with a lease contract, detailing financial obligations and accounting entries within the Nakisa Lease Accounting Suite. |
π Description: continued
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
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 |