Currency Data Type

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

Example

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