PaymentAdjustmentDto¶
Example Json Object
1{
2 "id": 0,
3 "startDate": "2019-08-24",
4 "endDate": "2019-08-24",
5 "expenseCategoryLabel": "string",
6 "postedSchedulePayment": 0,
7 "newAdjustedPayment": 0,
8 "currencyLabel": "string",
9 "termDefinitionId": 0
10}
📄 Description: Data transfer object representing adjustments made to payment transactions within the Nakisa Portfolio Management Suite, facilitating accurate financial analytics and reporting for real estate assets in the portfolio.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
startDate |
string(date) |
false |
none |
Start date of the resource |
endDate |
string(date) |
false |
none |
End date of the resource |
expenseCategoryLabel |
string |
false |
none |
Label for the expense category |
postedSchedulePayment |
number |
false |
none |
Value for postedSchedulePayment field |
newAdjustedPayment |
number |
false |
none |
Value for newAdjustedPayment field |
currencyLabel |
string |
false |
none |
Label for the currency |
termDefinitionId |
integer(int64) |
false |
none |
Unique identifier for the term definition |