Currency
public enum Currency : String
Currencies
Version
1.9.10Date
02/09/2023-
Undocumented
Declaration
Swift
case australianDollar -
Undocumented
Declaration
Swift
case chineseYuan -
Undocumented
Declaration
Swift
case dollar -
The name of the currency
Declaration
Swift
var name: String { get } -
The symbol of the currency
Declaration
Swift
var symbol: String { get }
Currency Enumeration Reference