Const
An enumeration of currency codes. Currently only supports USD, as that's the primary currency used in the application. This is not intended to be a list of supported currencies.
Currency.USD; // "USD" Copy
Currency.USD; // "USD"
An enumeration of currency codes. Currently only supports USD, as that's the primary currency used in the application. This is not intended to be a list of supported currencies.