Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.55 KB

CountryDetails.md

File metadata and controls

18 lines (14 loc) · 1.55 KB

CountryDetails

Properties

Name Type Description Notes
country_name string Name of the country [optional]
three_letter_code string Three-letter ISO 3166-1 country code [optional]
iso_two_letter_code string Two-letter ISO 3166-1 country code [optional]
is_european_union_member bool True if this country is currently a member of the European Union (EU), false otherwise [optional]
iso_currency_code string ISO 4217 currency three-letter code associated with the country [optional]
currency_symbol string Symbol associated with the currency [optional]
currency_english_name string Full name of the currency [optional]
region string Region (continent) in which the country is located; possible values are None, Europe, Americas, Asia, Africa, Oceania [optional]
subregion string Subregion in which the country is located; possible values are None, NorthernEurope, WesternEurope, SouthernEurope, EasternEurope, CentralAmerica, NorthernAmerica, SouthAmerica, EasternAfrica, MiddleAfrica, NorthernAfrica , SouthernAfrica , WesternAfrica , CentralAsia , EasternAsia , SouthernAsia , SouthEasternAsia , WesternAsia , Southern , Middle , AustraliaandNewZealand , Melanesia , Polynesia , Micronesia , Caribbean, [optional]

[Back to Model list] [Back to API list] [Back to README]