# Country ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `Code` | *string* | :heavy_minus_sign: | Three letter code | | `Example` | *string* | :heavy_minus_sign: | N/A | | `Flavor` | [Flavor](../../Models/Requests/Flavor.md) | :heavy_minus_sign: | - `0`: The country is divided into regions, and following the key will lead to a list of regions.
- `1`: The county is divided by postal codes, and an example code is returned in `example`.
- `2`: The country has a single postal code, returned in `example`.
| | `Key` | *string* | :heavy_minus_sign: | N/A | | `Language` | *string* | :heavy_minus_sign: | Three letter language code | | `LanguageTitle` | *string* | :heavy_minus_sign: | The title of the language | | `Title` | *string* | :heavy_minus_sign: | N/A | | `Type` | *string* | :heavy_minus_sign: | N/A |