LeaseComponentNonLeaseFinancialTermDto¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "1495040334-20250828-085516",
4 "name": "Base Rent",
5 "expenseCategory": {
6 "id": 101,
7 "displayId": "EC-2025-001",
8 "status": "ACTIVE",
9 "name": "Lease Payment",
10 "expenseCategoryType": "PAYMENT"
11 },
12 "amount": 1,
13 "amountFrequency": "ONE_TIME",
14 "paymentMode": "ADVANCE",
15 "paymentCalculationMode": "ONE_TIME",
16 "firstSpecialPaymentDate": "2019-08-24",
17 "lastSpecialPaymentDate": "2019-08-24",
18 "paymentFrequency": "MONTHLY",
19 "firstPaymentDate": "2019-08-24",
20 "lastPaymentDate": "2019-08-24",
21 "firstPaymentAmount": 0.1,
22 "lastPaymentAmount": 0.1,
23 "months": 1,
24 "days": 1,
25 "notificationDate": "2019-08-24",
26 "monthEnd": false,
27 "paymentTiming": "START_OF_DAY",
28 "escalatingRent": false,
29 "stopEscalatingAtZero": false,
30 "escalatingRentAmount": 0,
31 "escalatingRentType": "FIXED",
32 "escalationFrequencyOffset": 0,
33 "escalationFrequency": 0,
34 "escalationFastForward": 0,
35 "termStartDate": "2019-08-24",
36 "termEndDate": "2019-08-24",
37 "expenseCategoryType": "PAYMENT",
38 "spreadingFrequency": "NONE",
39 "firstSpreadingAmount": 0.1,
40 "lastSpreadingAmount": 0.1,
41 "valid": true,
42 "parentFinancialTermId": 0,
43 "termStatus": "EDITABLE",
44 "lockReason": "EXERCISED_IN_ACTIVATION_GROUP",
45 "vendorPaymentSplits": [],
46 "revisionDisplayId": "2107425785-20250828-083848",
47 "termType": "PAYMENT_TERM",
48 "revisionId": 10000006,
49 "leaseComponentId": 10000006,
50 "leaseComponentDisplayId": "LC-100000100",
51 "type": "LEASE",
52 "numberRangeIdentifierType": {
53 "name": "COMPANY_CODE"
54 },
55 "numberRangeIdentifierValue": "string",
56 "numberRangeType": {
57 "name": "CONTRACT"
58 },
59 "allowsSystemGenerateNewId": false
60}
Properties
None