Country Data Type

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

Example

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