Currency Data Type

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

Example

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