NreChargeDto¶
Example Json Object
1{
2 "dueDate": "2019-08-24",
3 "name": "string",
4 "expenseCategoryId": 0,
5 "balance": 0,
6 "activationGroupId": 0,
7 "vendorPaymentSplits": [
8 {
9 "percentage": 0,
10 "calculateTax": true,
11 "taxExemptionPercentage": 0,
12 "partner": {
13 "id": 0,
14 "displayId": "string",
15 "status": "CREATED",
16 "name": "string",
17 "erpSystemDisplayId": "string"
18 },
19 "partnerRole": {
20 "id": 0,
21 "displayId": "string",
22 "status": "CREATED",
23 "name": "string"
24 },
25 "taxCodeDetermination": {
26 "id": 0,
27 "displayId": "string",
28 "companyId": 0,
29 "taxJurisdictionId": 0,
30 "taxJurisdictionDisplayId": "string",
31 "defaultTaxCodeId": 0,
32 "defaultTaxCodeDisplayId": "string",
33 "defaultExemptionTaxCodeId": 0,
34 "defaultExemptionTaxCodeDisplayId": "string",
35 "defaultExemptionPercentage": 0,
36 "mapping": {
37 "isLeaseExpense": true,
38 "nonLeaseTaxCodeId": 0,
39 "nonLeaseTaxCodeDisplayId": "string",
40 "nonLeaseExemptionTaxCodeId": 0,
41 "nonLeaseExemptionTaxCodeDisplayId": "string",
42 "nonLeaseExemptionTaxPercentage": 0.1,
43 "principalTaxCodeId": 0,
44 "principalTaxCodeDisplayId": "string",
45 "principalExemptionTaxCodeId": 0,
46 "principalExemptionTaxCodeDisplayId": "string",
47 "principalExemptionTaxPercentage": 0.1
48 }
49 }
50 }
51 ],
52 "reconciledExpenseSegmentId": 0,
53 "percentageRentRuleCalculationId": 0
54}
📄 Description: NreChargeDto is a data transfer object that encapsulates information related to the recharging of assets within the Nakisa Portfolio Management Suite, facilitating analytics and insights for portfolio and real estate property management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
dueDate |
string(date) |
false |
none |
Due date of the resource |
name |
string |
false |
none |
Name of the resource |
expenseCategoryId |
integer(int64) |
false |
none |
Unique identifier for the expense category |
balance |
number |
false |
none |
Value for balance field |
activationGroupId |
integer(int64) |
false |
none |
Unique identifier for the activation group |
vendorPaymentSplits |
false |
none |
List of vendorPaymentSplits items |
|
reconciledExpenseSegmentId |
integer(int64) |
false |
none |
Unique identifier for the reconciled expense segment |
percentageRentRuleCalculationId |
integer(int64) |
false |
none |
Unique identifier for the percentage rent rule calculation |