public class DefaultTaxValueConversionService extends java.lang.Object implements TaxValueConversionService
TaxValueConversionService which determines if shipping taxes need to be created and
creates taxValues from the cisTaxValues.| Constructor and Description |
|---|
DefaultTaxValueConversionService() |
| Modifier and Type | Method and 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) |
public java.util.List<TaxValue> getShippingTaxes(java.util.List<CisTaxLine> taxLines, java.lang.String currencyCode, boolean shippingIncluded)
getShippingTaxes in interface TaxValueConversionServicepublic java.util.List<TaxValue> getLineTaxValues(java.util.List<CisTaxValue> taxLines, java.lang.String currencyCode)
getLineTaxValues in interface TaxValueConversionServiceCopyright © 2018 SAP SE. All Rights Reserved.