Interface NetGrossStrategy
-
- All Known Implementing Classes:
CommerceNetGrossStrategy,DefaultNetGrossStrategy
public interface NetGrossStrategyInterface for strategy, which allows for overriding the default behavior to retrieve the net/gross setting.- Spring Bean ID:
- netGrossStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNet()Method for retrieving the net/gross setting
-