Interface SpiToXs2aExchangeRateMapper
-
public interface SpiToXs2aExchangeRateMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Xs2aExchangeRatemapToExchangeRate(de.adorsys.psd2.xs2a.spi.domain.account.SpiExchangeRate spiExchangeRate)List<Xs2aExchangeRate>mapToExchangeRateList(List<de.adorsys.psd2.xs2a.spi.domain.account.SpiExchangeRate> spiExchangeRateList)
-
-
-
Method Detail
-
mapToExchangeRate
Xs2aExchangeRate mapToExchangeRate(de.adorsys.psd2.xs2a.spi.domain.account.SpiExchangeRate spiExchangeRate)
-
mapToExchangeRateList
List<Xs2aExchangeRate> mapToExchangeRateList(List<de.adorsys.psd2.xs2a.spi.domain.account.SpiExchangeRate> spiExchangeRateList)
-
-