Typed Inttegro Currency value.
@type t() :: :ghs | :usd | :gbp | :eur | :cny | String.t()
@spec decode(String.t()) :: t()
@spec encode(t()) :: String.t()
@spec values() :: [t()]