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
The info object which describes a tax that has to be applied to a price.
-
Constructor Summary
ConstructorsConstructorDescriptionTaxInformation(TaxValue taxValue) TaxInformation(Map qualifiers, TaxValue taxValue) -
Method Summary
Methods inherited from class de.hybris.platform.jalo.order.price.QualifiedPricingInfo
getQualifierCount, getQualifierKeys, getQualifiers, getQualifierValue, toString
-
Constructor Details
-
TaxInformation
-
TaxInformation
-
-
Method Details
-
getTaxValue
-
getValue
Description copied from interface:PDTInformationReturns the PDTValue object.- Specified by:
getValuein interfacePDTInformation- Returns:
- the price/discount/tax value
-