Zoonk.Locations.Country (Zoonk v0.1.0-dev)

View Source

Represents a country's data.

We use this mainly for billing and legal purposes.

Summary

Types

t()

@type t() :: %Zoonk.Locations.Country{
  currency: Zoonk.Locations.Currency.t(),
  iso2: String.t(),
  iso3: String.t(),
  name: String.t()
}