GetCountryIsoResponse Data Type

The Class GetCountryIsoResponse.

Available Since
Oct 7, 2013
Implemented Interfaces
Serializable
Properties
name data type description
country CountryIsoDto The country.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "country" : {
    "countryCode" : "...",
    "description" : "...",
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ],
    "currencyCode" : "...",
    "languageCode" : "..."
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}