Country Data Type

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

Example

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