Interface CurrencyConversion
-
public interface CurrencyConversion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrencygetBaseCurrency()Set<Rate>getRates()
-
public interface CurrencyConversion
| Modifier and Type | Method | Description |
|---|---|---|
Currency |
getBaseCurrency() |
|
Set<Rate> |
getRates() |