Class DefaultCisShippingIncludedStrategy
- java.lang.Object
-
- de.hybris.platform.integration.cis.tax.strategies.impl.DefaultCisShippingIncludedStrategy
-
- All Implemented Interfaces:
ShippingIncludedStrategy
public class DefaultCisShippingIncludedStrategy extends java.lang.Object implements ShippingIncludedStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultCisShippingIncludedStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisShippingIncluded(CisTaxDocOrder cisTaxDocOrder)Method to determine if shipping was sent as a line item to the tax calculation.
-
-
-
Method Detail
-
isShippingIncluded
public boolean isShippingIncluded(CisTaxDocOrder cisTaxDocOrder)
Method to determine if shipping was sent as a line item to the tax calculation. If there is an extra line item on the tax document, that will be the shipping.- Specified by:
isShippingIncludedin interfaceShippingIncludedStrategy- Returns:
- - boolean of whether or not shipping was included in the tax calculation
-
-