Interface NetGrossStrategy
-
- All Known Implementing Classes:
CommerceNetGrossStrategy
,DefaultNetGrossStrategy
public interface NetGrossStrategy
Interface 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 boolean
isNet()
Method for retrieving the net/gross setting
-