Country Data Type

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

Example

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