Country Data Type

Implemented Interfaces
Serializable
Properties
name data type description
descriptionI18n map of string
currency Currency
code string
historized boolean
notified boolean
id number
auditable Auditable
countryCode string
auditableFields array of AuditableFieldHistory
description string
descriptionI18nNullSafe map of string
transient boolean
version number
language Language

Example

{
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "currency" : {
    "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
    } ]
  },
  "code" : "...",
  "historized" : true,
  "notified" : true,
  "id" : 12345,
  "auditable" : {
    "updater" : "...",
    "created" : 12345,
    "lastModified" : 12345,
    "updated" : 12345,
    "lastUser" : "...",
    "creator" : "..."
  },
  "countryCode" : "...",
  "auditableFields" : [ {
    "previousState" : { },
    "currentState" : { },
    "auditType" : "OTHER",
    "historized" : true,
    "fieldName" : "...",
    "notified" : true,
    "notfiable" : true,
    "historable" : true
  }, {
    "previousState" : { },
    "currentState" : { },
    "auditType" : "OTHER",
    "historized" : true,
    "fieldName" : "...",
    "notified" : true,
    "notfiable" : true,
    "historable" : true
  } ],
  "description" : "...",
  "descriptionI18nNullSafe" : {
    "property1" : "...",
    "property2" : "..."
  },
  "transient" : true,
  "version" : 12345,
  "language" : {
    "version" : 12345,
    "notified" : true,
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "auditableFields" : [ {
      "previousState" : { },
      "currentState" : { },
      "auditType" : "OTHER",
      "historized" : true,
      "fieldName" : "...",
      "notified" : true,
      "notfiable" : true,
      "historable" : true
    }, {
      "previousState" : { },
      "currentState" : { },
      "auditType" : "RENEWAL",
      "historized" : true,
      "fieldName" : "...",
      "notified" : true,
      "notfiable" : true,
      "historable" : true
    } ],
    "description" : "...",
    "auditable" : {
      "updater" : "...",
      "created" : 12345,
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "transient" : true,
    "historized" : true,
    "descriptionEn" : "...",
    "id" : 12345,
    "languageCode" : "..."
  }
}