public interface RuleCurrencyConverterStrategy
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getValueWithCurrencyConversion(String targetCurrencyCode,
Map<String,BigDecimal> values)
If the value for the target currency is found in the values parameter, that value is returned, if not it tries to
convert one of the values to the target currency.
|
BigDecimal getValueWithCurrencyConversion(String targetCurrencyCode, Map<String,BigDecimal> values)
targetCurrencyCode - - currency to convert tovalues - - map of currencies and valuesCopyright © 2017 SAP SE. All Rights Reserved.