Country Data Type

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

Example

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