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
-
Method Details
-
isNet
boolean isNet()Method for retrieving the net/gross setting- Returns:
- the net/gross setting to be used for retrieving price information
-