currencies v0.5.1 Currencies.Representations

A struct that keeps information about the different representations of a currency symbol

It contains the following fields:

  • :unicode_decimal - the unicode decimal representation of the currency symbol
  • :html - the html representation of the currency symbol

Summary

Types

t :: %Currencies.Representations{html: String.t, unicode_decimal: [integer]}