This class represents a country on earth.
| name | data type | description |
|---|---|---|
| code | string | The country's ISO code. E.g. "ie" for Ireland |
| name | string | The country's name. Can be a localized name - e.g. "Austria" or "Österreich" for Austria if the German name was requested. |
Example
{
"code" : "US",
"name" : "United States"
}