Country Object
Properties
| Name | Type | Description |
| name | string | Country name. |
| code | string | Country two-character ISO 3166-1 alpha code. |
Examples
JSON
{
"name": "United States",
"code": "US"
}| Name | Type | Description |
| name | string | Country name. |
| code | string | Country two-character ISO 3166-1 alpha code. |
JSON
{
"name": "United States",
"code": "US"
}