Interface CurrencyService


  • public interface CurrencyService
    • Method Detail

      • getSupportedCurrencies

        Set<Currency> getSupportedCurrencies()
        Returns:
        list of supported currencies
      • isCurrencyValid

        boolean isCurrencyValid​(Currency currency)
        Return boolean value if currency is supported
        Parameters:
        currency - currency used