CurrencyFormat
public struct CurrencyFormat : Codable, Equatable
Currency formatting settings
-
ISO code
Declaration
Swift
public let isoCode: String
-
Example currency format
Declaration
Swift
public let exampleFormat: String
-
Decimal digits to show
Declaration
Swift
public let decimalDigits: Int
-
Decimal separator
Declaration
Swift
public let decimalSeparator: String
-
Placement of currency symbol
Declaration
Swift
public let symbolFirst: Bool
-
Group separator
Declaration
Swift
public let groupSeparator: String
-
Currency symbol
Declaration
Swift
public let currencySymbol: String
-
Whether or not to display the currency symbol
Declaration
Swift
public let displaySymbol: Bool