OPCurrencyCode
@objc
public enum OPCurrencyCode : Int, CustomStringConvertible, CaseIterable
An enum representing supported currency code
-
US Dollar
Declaration
Swift
case usd -
Canadian Dollar
Declaration
Swift
case cad -
A string representation of this enum
Declaration
Swift
public var description: String { get }