currencyCode
The ISO 4217 currency code that applies to the monetary amount.
Declaration
var currencyCode: String? { get }Discussion
Use this value to determine the appropriate currency designator to apply to the value in the amount property. To retrieve the list of available currency codes, call the isoCurrencyCodes method of the NSLocale class.