Class TaxInformation

java.lang.Object
de.hybris.platform.jalo.order.price.QualifiedPricingInfo
de.hybris.platform.jalo.order.price.TaxInformation
All Implemented Interfaces:
PDTInformation
Direct Known Subclasses:
Europe1TaxInformation

public class TaxInformation extends QualifiedPricingInfo implements PDTInformation
The info object which describes a tax that has to be applied to a price.
  • Constructor Details

    • TaxInformation

      public TaxInformation(TaxValue taxValue)
    • TaxInformation

      public TaxInformation(Map qualifiers, TaxValue taxValue)
  • Method Details