LessorPaymentTotalDto¶
Example Json Object
1{
2 "id": 0,
3 "paymentDate": {
4 "timing": "START_OF_DAY",
5 "year": 2025,
6 "monthValue": 9,
7 "dayOfMonth": 4,
8 "dayOfWeek": "THURSDAY",
9 "leapYear": false,
10 "dayOfYear": 247,
11 "month": "SEPTEMBER"
12 },
13 "periodCount": 0,
14 "accrualStartDate": {
15 "timing": "START_OF_DAY",
16 "year": 2025,
17 "monthValue": 9,
18 "dayOfMonth": 4,
19 "dayOfWeek": "THURSDAY",
20 "leapYear": false,
21 "dayOfYear": 247,
22 "month": "SEPTEMBER"
23 },
24 "accrualEndDate": {
25 "timing": "START_OF_DAY",
26 "year": 2025,
27 "monthValue": 9,
28 "dayOfMonth": 4,
29 "dayOfWeek": "THURSDAY",
30 "leapYear": false,
31 "dayOfYear": 247,
32 "month": "SEPTEMBER"
33 },
34 "accrualDays": 0,
35 "leasePayment": 0,
36 "basePayment": 0,
37 "negativeBaseLeasePayment": 0,
38 "indexationAmount": 0,
39 "negativeIndexationAmount": 0,
40 "escalatingRentAmount": 0,
41 "negativeEscalatingRentAmount": 0,
42 "totalPayment": 0,
43 "nonLeasePayment": 0,
44 "baseNonLeasePayment": 0,
45 "negativeBaseNonLeasePayment": 0,
46 "nonLeaseIndexationAmount": 0,
47 "nonLeaseNegativeIndexationAmount": 0,
48 "escalatingRentNonLeaseAmount": 0,
49 "negativeEscalatingRentNonLeaseAmount": 0,
50 "periodId": 0,
51 "payments": [
52 {
53 "id": 0,
54 "paymentDate": {
55 "timing": "START_OF_DAY",
56 "year": 2025,
57 "monthValue": 9,
58 "dayOfMonth": 4,
59 "dayOfWeek": "THURSDAY",
60 "leapYear": false,
61 "dayOfYear": 247,
62 "month": "SEPTEMBER"
63 },
64 "amount": 0,
65 "paymentTermId": "string",
66 "paymentTotalId": 0,
67 "basePayment": 0,
68 "negativeBaseLeasePayment": 0,
69 "indexationAmount": 0,
70 "negativeIndexationAmount": 0,
71 "escalatingRentAmount": 0,
72 "negativeEscalatingRentAmount": 0,
73 "nonLeaseAmount": 0,
74 "baseNonLeasePayment": 0,
75 "negativeBaseNonLeasePayment": 0,
76 "nonLeaseIndexationAmount": 0,
77 "nonLeaseNegativeIndexationAmount": 0,
78 "escalatingRentNonLeaseAmount": 0,
79 "negativeEscalatingRentNonLeaseAmount": 0,
80 "paymentTermTag": "string",
81 "paymentType": "ACTUAL",
82 "presentValue": 0,
83 "vendorSplits": [
84 {
85 "vendorId": 0,
86 "amount": 0,
87 "percentage": "string"
88 }
89 ],
90 "type": "string",
91 "paymentTermType": "STANDARD_TERM_LEASE_PAYMENT"
92 }
93 ],
94 "type": "string",
95 "interestReceived": {
96 "openingBalance": 0,
97 "periodAmount": 0,
98 "closingBalance": 0
99 },
100 "accruedInterestIncome": {
101 "openingBalance": 0,
102 "periodAmount": 0,
103 "closingBalance": 0
104 },
105 "principalReceived": {
106 "openingBalance": 0,
107 "periodAmount": 0,
108 "closingBalance": 0
109 },
110 "uraInterestIncome": {
111 "openingBalance": 0,
112 "periodAmount": 0,
113 "closingBalance": 0
114 },
115 "earnedDeferredProfit": {
116 "openingBalance": 0,
117 "periodAmount": 0,
118 "closingBalance": 0
119 },
120 "deferredInflowOfResources": {
121 "openingBalance": 0,
122 "periodAmount": 0,
123 "closingBalance": 0
124 },
125 "netLeaseInvestment": {
126 "openingBalance": 0,
127 "periodAmount": 0,
128 "closingBalance": 0
129 },
130 "interestIncome": {
131 "openingBalance": 0,
132 "periodAmount": 0,
133 "closingBalance": 0
134 },
135 "grvTransferToPpe": 0,
136 "urvTransferToPpe": 0
137}
Properties
📄 Description: allOf - discriminator: PaymentTotalDto.type
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
anonymous |
false |
none |
none |
📄 Description: and
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
anonymous |
object |
false |
none |
none |
» interestReceived |
false |
none |
none |
|
» accruedInterestIncome |
false |
none |
none |
|
» principalReceived |
false |
none |
none |
|
» uraInterestIncome |
false |
none |
none |
|
» earnedDeferredProfit |
false |
none |
none |
|
» deferredInflowOfResources |
false |
none |
none |
|
» netLeaseInvestment |
false |
none |
none |
|
» interestIncome |
false |
none |
none |
|
» grvTransferToPpe |
number |
false |
none |
none |
» urvTransferToPpe |
number |
false |
none |
none |