worldwide/currency

Types

An ISO 4217 currency.

pub type Currency {
  Currency(code: String, name: String, symbol: String)
}

Constructors

  • Currency(code: String, name: String, symbol: String)
Search Document