Global Multicurrency
{
currencies: [
{
country: "Canada",
countryCode: "CA",
currency: "Canadian Dollar",
currencyCode: "CAD",
currencySymbol: "$",
selected: false,
},
{
country: "United States",
countryCode: "US",
currency: "United States Dollar",
currencyCode: "USD",
currencySymbol: "$",
selected: true,
},
],
selectedCurrency: {
country: "United States",
countryCode: "US",
currency: "United States Dollar",
currencyCode: "USD",
currencySymbol: "$",
},
}
Properties
array
List of available currencies
- START - INTERNAL PROPERTIES OF {{ global.currency.currencies }}- END - INTERNAL PROPERTIES OF {{ global.currency.currencies }}
string
Returns the country of the currency
string
Returns the country code of the currency
string
Returns the currency
string
Returns the currency code
string
Returns the currency symbol
boolean
Returns if the current currency is selected
object
Returns the selected currency
- START - INTERNAL PROPERTIES OF {{ global.currency.selectedCurrency }}- END - INTERNAL PROPERTIES OF {{ global.currency.selectedCurrency }}
string
Returns the country of the currency
string
Returns the country code of the currency
string
Returns the currency
string
Returns the currency code
string
Returns the currency symbol