country
Country(self, shortName, alpha2_code, alpha3_code, locale, currency, region, country_id)
Country Datatype
Attributes:
{
short_name: str
alpha2_code: str
alpha3_code: str
locale: str
currency: str
region: str
country_id: str
}