Country Data Type

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

Example

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