TaxCodeExpenseCategoryMappingDetails¶
Example Json Object
1{
2 "isLeaseExpense": true,
3 "nonLeaseTaxCodeId": 0,
4 "nonLeaseTaxCodeDisplayId": "string",
5 "nonLeaseExemptionTaxCodeId": 0,
6 "nonLeaseExemptionTaxCodeDisplayId": "string",
7 "nonLeaseExemptionTaxPercentage": 0.1,
8 "principalTaxCodeId": 0,
9 "principalTaxCodeDisplayId": "string",
10 "principalExemptionTaxCodeId": 0,
11 "principalExemptionTaxCodeDisplayId": "string",
12 "principalExemptionTaxPercentage": 0.1
13}
📄 Description: Data transfer object representing the mapping of tax codes to expense categories within the Nakisa Portfolio Management Suite, facilitating accurate financial analytics and reporting for real estate property portfolios.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
isLeaseExpense |
boolean |
false |
none |
Whether the resource is lease expense |
nonLeaseTaxCodeId |
integer(int64) |
false |
none |
Unique identifier for the non lease tax code |
nonLeaseTaxCodeDisplayId |
string |
false |
none |
Unique identifier for the non lease tax code display |
nonLeaseExemptionTaxCodeId |
integer(int64) |
false |
none |
Unique identifier for the non lease exemption tax code |
nonLeaseExemptionTaxCodeDisplayId |
string |
false |
none |
Unique identifier for the non lease exemption tax code display |
nonLeaseExemptionTaxPercentage |
number(double) |
false |
none |
Percentage of non lease exemption tax |
principalTaxCodeId |
integer(int64) |
false |
none |
Unique identifier for the principal tax code |
principalTaxCodeDisplayId |
string |
false |
none |
Unique identifier for the principal tax code display |
principalExemptionTaxCodeId |
integer(int64) |
false |
none |
Unique identifier for the principal exemption tax code |
principalExemptionTaxCodeDisplayId |
string |
false |
none |
Unique identifier for the principal exemption tax code display |
principalExemptionTaxPercentage |
number(double) |
false |
none |
Percentage of principal exemption tax |