getAllCurrencies( )


Gets the list of all currencies for which Wix supports conversion.

The getAllCurrencies() function returns a Promise that resolves to an array of currencies. The array lists all currencies for which Wix supports conversion and their symbols.

Notes:

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<Array<Currency>>
Was this helpful?
Yes
No