import CurrencyResolver from '@eastsideco/escshopify/src/plugins/easycurrency/resolvers/CurrencyResolver.js'
CurrencyResolver
Direct Subclass:
Provides information about available currencies. This is an abstract class which resolvers should extend from.
Method Summary
Public Methods | ||
public |
async getConversionRate(from: String, to: String): Number Get conversion rate for a specific currency pair. |
|
public |
async listCurrencyCodes(): String[] List the available currencies. |