Interface TaxValueConversionService
-
- All Known Implementing Classes:
DefaultTaxValueConversionService
public interface TaxValueConversionServiceInterface to create the taxValues from CisTaxLines.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TaxValue>getLineTaxValues(java.util.List<CisTaxValue> taxLines, java.lang.String currencyCode)java.util.List<TaxValue>getShippingTaxes(java.util.List<CisTaxLine> taxLines, java.lang.String currencyCode, boolean shippingIncluded)
-
-
-
Method Detail
-
getShippingTaxes
java.util.List<TaxValue> getShippingTaxes(java.util.List<CisTaxLine> taxLines, java.lang.String currencyCode, boolean shippingIncluded)
-
getLineTaxValues
java.util.List<TaxValue> getLineTaxValues(java.util.List<CisTaxValue> taxLines, java.lang.String currencyCode)
-
-