VendorPaymentSplitDto¶
Example Json Object
1{
2 "percentage": 0,
3 "calculateTax": true,
4 "taxExemptionPercentage": 0,
5 "partner": {
6 "id": 0,
7 "displayId": "string",
8 "status": "CREATED",
9 "name": "string",
10 "erpSystemDisplayId": "string"
11 },
12 "partnerRole": {
13 "id": 0,
14 "displayId": "string",
15 "status": "CREATED",
16 "name": "string"
17 },
18 "taxCodeDetermination": {
19 "id": 0,
20 "displayId": "string",
21 "companyId": 0,
22 "taxJurisdictionId": 0,
23 "taxJurisdictionDisplayId": "string",
24 "defaultTaxCodeId": 0,
25 "defaultTaxCodeDisplayId": "string",
26 "defaultExemptionTaxCodeId": 0,
27 "defaultExemptionTaxCodeDisplayId": "string",
28 "defaultExemptionPercentage": 0,
29 "mapping": {
30 "isLeaseExpense": true,
31 "nonLeaseTaxCodeId": 0,
32 "nonLeaseTaxCodeDisplayId": "string",
33 "nonLeaseExemptionTaxCodeId": 0,
34 "nonLeaseExemptionTaxCodeDisplayId": "string",
35 "nonLeaseExemptionTaxPercentage": 0.1,
36 "principalTaxCodeId": 0,
37 "principalTaxCodeDisplayId": "string",
38 "principalExemptionTaxCodeId": 0,
39 "principalExemptionTaxCodeDisplayId": "string",
40 "principalExemptionTaxPercentage": 0.1
41 }
42 }
43}
📄 Description: Data transfer object representing the distribution of payments among vendors within the Nakisa Portfolio Management Suite, facilitating efficient financial management and analytics for real estate property assets.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
percentage |
number |
false |
none |
Percentage value |
calculateTax |
boolean |
false |
none |
Boolean flag indicating calculateTax status |
taxExemptionPercentage |
number |
false |
none |
Percentage of tax exemption |
partner |
false |
none |
Value for partner field |
|
partnerRole |
false |
none |
Value for partnerRole field |
|
taxCodeDetermination |
false |
none |
Value for taxCodeDetermination field |