$currencyCode public property
The 3-letter ISO 4217 currency code indicating the default currency to use for asCurrency(). If not set, the currency code corresponding to $locale will be used. Note that in this case the $locale has to be specified with a country code, e.g. en-US
otherwise it is not possible to determine the default currency.
public string $currencyCode = null
Please login to continue.