Currency Data Type

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

Example

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