| name | data type | description |
|---|---|---|
| prCurrencyToThis | number | |
| prDescription | string | |
| currencyCode | string | |
| currency | Currency | |
Properties inherited from EnableEntity |
||
| active | boolean | |
| disabled | boolean | |
Properties inherited from AuditableEntity |
||
| auditable | Auditable | |
Properties inherited from BaseEntity |
||
| id | number | |
| transient | boolean | |
| version | number | |
Example
{
"prCurrencyToThis" : 12345.0,
"prDescription" : "...",
"currencyCode" : "...",
"currency" : {
"systemCurrency" : true,
"transient" : true,
"descriptionEn" : "...",
"currencyCode" : "...",
"auditable" : {
"lastModified" : 12345,
"updater" : "...",
"created" : 12345,
"updated" : 12345,
"creator" : "...",
"lastUser" : "..."
},
"id" : 12345,
"version" : 12345
},
"active" : true,
"disabled" : true,
"auditable" : {
"lastModified" : 12345,
"updater" : "...",
"created" : 12345,
"updated" : 12345,
"creator" : "...",
"lastUser" : "..."
},
"id" : 12345,
"transient" : true,
"version" : 12345
}