Interface FareValidationStrategy
- All Known Implementing Classes:
AbstractFareValidationStrategy,AmendmentCartFareValidationStrategy,CartFareValidationStrategy
public interface FareValidationStrategy
The Fares validation strategy interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(AbstractOrderModel abstractOrder) Validate fares against the intellipricer response stored in the cart.
-
Method Details
-
validate
Validate fares against the intellipricer response stored in the cart.- Parameters:
abstractOrder- the order model
-