Represents properties of a country. We maintain a list of countries in our database which are exposed as website.countries
on the global Website object and used in addresses.
When used in paginations can be filtered with the where filter by:
id
code
code3
name
and sorted with the sort filter by:
code
code3
name
Returns the unique ID of the country.
Returns the name of the country.
Returns the 2-character ISO code for the country.