Currency

public enum Currency : String

Currencies

Author

Adamas

Version

1.9.10

Date

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 }