Uses of Class
de.adorsys.psd2.model.ReportExchangeRate
-
Packages that use ReportExchangeRate Package Description de.adorsys.psd2.model -
-
Uses of ReportExchangeRate in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ReportExchangeRate Modifier and Type Method Description ReportExchangeRateReportExchangeRate. contractIdentification(String contractIdentification)ReportExchangeRateReportExchangeRate. exchangeRate(String exchangeRate)ReportExchangeRateReportExchangeRate. quotationDate(LocalDate quotationDate)ReportExchangeRateReportExchangeRate. sourceCurrency(String sourceCurrency)ReportExchangeRateReportExchangeRate. targetCurrency(String targetCurrency)ReportExchangeRateReportExchangeRate. unitCurrency(String unitCurrency)Methods in de.adorsys.psd2.model that return types with arguments of type ReportExchangeRate Modifier and Type Method Description @Valid List<ReportExchangeRate>EntryDetails. getCurrencyExchange()Get currencyExchangeMethods in de.adorsys.psd2.model with parameters of type ReportExchangeRate Modifier and Type Method Description EntryDetailsEntryDetails. addCurrencyExchangeItem(ReportExchangeRate currencyExchangeItem)Method parameters in de.adorsys.psd2.model with type arguments of type ReportExchangeRate Modifier and Type Method Description EntryDetailsEntryDetails. currencyExchange(List<ReportExchangeRate> currencyExchange)voidEntryDetails. setCurrencyExchange(List<ReportExchangeRate> currencyExchange)
-