Currency Data Type

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

Example

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