TradingCountriesDto Data Type

The Class TradingCountriesDto.

Implemented Interfaces
Serializable
Properties
name data type description
country array of TradingCountryDto Gets the country.

Example

{
  "country" : [ {
    "countryCode" : "...",
    "description" : "...",
    "currencyCode" : "...",
    "languageCode" : "...",
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ]
  }, {
    "countryCode" : "...",
    "description" : "...",
    "currencyCode" : "...",
    "languageCode" : "...",
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ]
  } ]
}