Interface SapSimulateSalesOrderEnablementService
- All Known Implementing Classes:
DefaultSimulateSalesOrderEnablementService
public interface SapSimulateSalesOrderEnablementService
Sap pricing enablement service.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod to check if ATP check is enabled.booleanMethod to check if cart pricing is enabled.booleanMethod to check if catalog pricing is enabled.booleanMethod to check if credit check is enabled.
-
Method Details
-
isCartPricingEnabled
boolean isCartPricingEnabled()Method to check if cart pricing is enabled.- Returns:
- boolean
-
isCatalogPricingEnabled
boolean isCatalogPricingEnabled()Method to check if catalog pricing is enabled.- Returns:
- boolean
-
isCreditCheckActive
boolean isCreditCheckActive()Method to check if credit check is enabled.- Returns:
- boolean
-
isATPCheckActive
boolean isATPCheckActive()Method to check if ATP check is enabled.- Returns:
- boolean
-