SupportedCurrency
public enum SupportedCurrency : CaseIterable, Codable
Undocumented
-
Undocumented
Declaration
Swift
case mur
-
Undocumented
Declaration
Swift
case zar
-
Returns the string version of the currency code
Declaration
Swift
public var code: String { get }
-
Returns the symbol used for the currency
Declaration
Swift
public var symbol: String { get }
-
Declaration
Swift
public init(from decoder: Decoder) throws