BatchTotal¶
Example Json Object
1{
2 "currency": "string",
3 "totalAmountBeforeTax": 0,
4 "grandTotal": 0,
5 "taxTotal": 0,
6 "previousAmountTotal": 0,
7 "differenceTotal": 0
8}
📄 Description: Data transfer object representing the total value of assets within a portfolio, providing critical analytics for real estate property management in the Nakisa Portfolio Management Suite.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
currency |
string |
false |
none |
Text value for currency in BatchTotal |
totalAmountBeforeTax |
number |
false |
none |
Value for totalAmountBeforeTax field |
grandTotal |
number |
false |
none |
Total grand |
taxTotal |
number |
false |
none |
Total tax |
previousAmountTotal |
number |
false |
none |
Total previous amount |
differenceTotal |
number |
false |
none |
Total difference |