SupportedCurrency

public enum SupportedCurrency : CaseIterable, Codable

Undocumented

  • mur

    Undocumented

    Declaration

    Swift

    case mur
  • zar

    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