Country Data Type

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

Example

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