Interface CurrencyService
-
public interface CurrencyService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Currency>getSupportedCurrencies()booleanisCurrencyValid(Currency currency)Return boolean value if currency is supported
-