Currency Data Type

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

Example

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