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

View Source

Represents currency information.

Summary

Types

t()

@type t() :: %Zoonk.Locations.Currency{
  code: String.t(),
  name: String.t(),
  symbol: String.t()
}