Packages

All sorts of useful information about every country. A pure elixir port of the ruby Countries gem

Current section

Files

Jump to
countriex lib countriex country.ex
Raw

lib/countriex/country.ex

defmodule Countriex.Country do
defstruct [:address_format,
:alpha2,
:alpha3,
:continent,
:country_code,
:currency_code,
:gec,
:geo,
:international_prefix,
:ioc,
:name,
:national_destination_code_lengths,
:national_number_lengths,
:national_prefix,
:nanp_prefix,
:nationality,
:number,
:languages_official,
:languages_spoken,
:postal_code,
:region,
:unofficial_names,
:subregion,
:un_locode,
:vat_rates,
:alt_currency,
:eea_member,
:eu_member,
:world_region]
end