This structure contains information about a specific country. The following fields are available:
| Variable name | Object | Description | Note |
| id | int | An internal numeric identifier for the given country | EF |
| name | string | The name of the country (e.g. Germany) | EF |
| states | List<State> | Returns a list of State objects, which describe states of a country (if available). | EF |
Note: This object is exclusive to FlickRocket. If you are using a theme orginating from Shopify and want to use this functionality, you need to add this.