currencies v0.3.0 Currencies.MinorUnit

A struct that keeps information about the sub-unit or minor unit of a currency

It contains the following fields:

  • :name - the name of the minor unit
  • :display - the display ratio value of the of the minor unit in relation to the currency
  • :size_to_unit - the size_to_unit of the minor unit in relation to the currency
  • :symbol - the symbol of the minor unit

Summary

Types

t :: %Currencies.MinorUnit{display: String.t, name: String.t, size_to_unit: String.t, symbol: String.t}