Currency Data Type

Implemented Interfaces
Serializable
Properties
name data type description
historized boolean
notified boolean
auditable Auditable
symbol string
systemCurrency boolean
currencyCode string
descriptionEn string
description string
descriptionI18n map of string
transient boolean
auditableFields array of AuditableFieldHistory
id number
version number

Example

{
  "historized" : true,
  "notified" : true,
  "auditable" : {
    "updater" : "...",
    "updated" : 12345,
    "creator" : "...",
    "lastUser" : "...",
    "created" : 12345,
    "lastModified" : 12345
  },
  "symbol" : "...",
  "systemCurrency" : true,
  "currencyCode" : "...",
  "descriptionEn" : "...",
  "description" : "...",
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "transient" : true,
  "auditableFields" : [ {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "OTHER",
    "historized" : true
  }, {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "RENEWAL",
    "historized" : true
  } ],
  "id" : 12345,
  "version" : 12345
}