BeamLabCountries.Currency (beamlab_countries v1.1.0)

View Source

Currency struct representing ISO 4217 currency data.

Summary

Types

t()

@type t() :: %BeamLabCountries.Currency{
  code: String.t() | nil,
  decimal_digits: non_neg_integer() | nil,
  name: String.t() | nil,
  name_plural: String.t() | nil,
  symbol: String.t() | nil,
  symbol_native: String.t() | nil
}