Currency Data Type

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

Example

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