Zoonk.Locations.Country (Zoonk v0.1.0-dev)
View SourceRepresents a country's data.
We use this mainly for billing and legal purposes.
Summary
Types
@type t() :: %Zoonk.Locations.Country{ currency: Zoonk.Locations.Currency.t(), iso2: String.t(), iso3: String.t(), name: String.t() }