CurrencyLite¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "name": "string",
6 "decimalPoints": 0
7}
📄 Description: Data transfer object representing currency information within the Nakisa Portfolio Management Suite, facilitating financial analysis and reporting for real estate assets and portfolios.
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 |
status |
string |
false |
none |
Status of the resource |
name |
string |
false |
none |
Name of the resource |
decimalPoints |
integer(int32) |
false |
none |
Numeric value representing decimalPoints |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |