CurrencyBaseId¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "decimalPoints": 0
5}
📄 Description: Data transfer object representing the unique identifier for currency within the Nakisa Portfolio Management Suite, facilitating accurate financial analytics and reporting across portfolio assets and real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
decimalPoints |
integer(int32) |
true |
none |
Numeric value representing decimalPoints |