Object ExchangeRateHelper
-
- All Implemented Interfaces:
public class ExchangeRateHelper
-
-
Field Summary
Fields Modifier and Type Field Description private Map<PriceInfo.Currency, Double>exchangeRateRulespublic final static ExchangeRateHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final Map<PriceInfo.Currency, Double>getExchangeRateRules()final UnitsetExchangeRateRules(Map<PriceInfo.Currency, Double> exchangeRateRules)-
-
Method Detail
-
getExchangeRateRules
final Map<PriceInfo.Currency, Double> getExchangeRateRules()
-
setExchangeRateRules
final Unit setExchangeRateRules(Map<PriceInfo.Currency, Double> exchangeRateRules)
-
-
-
-