Interface TaxValueConversionService

  • All Known Implementing Classes:
    DefaultTaxValueConversionService

    public interface TaxValueConversionService
    Interface to create the taxValues from CisTaxLines.
    • 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)