Currency Data Type

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

Example

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