Represents a country. Country names and codes are based on ISO 3166.
Name | Type | Description | |
---|---|---|---|
alpha2Code | String |
The ISO 3166-1 alpha-2 code of the country. This code always consists of two letters. |
|
alpha3Code | String |
The ISO 3166-1 alpha-3 code of the country. This code always consists of three letters. |
|
numericCode | String |
The ISO 3166-1 numeric code of the country. This code always consists of three digits. |
|
name | String |
The user-friendly name of the country. |