Interface FareValidationStrategy

All Known Implementing Classes:
AbstractFareValidationStrategy, AmendmentCartFareValidationStrategy, CartFareValidationStrategy

public interface FareValidationStrategy
The Fares validation strategy interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Validate fares against the intellipricer response stored in the cart.
  • Method Details

    • validate

      void validate(AbstractOrderModel abstractOrder)
      Validate fares against the intellipricer response stored in the cart.
      Parameters:
      abstractOrder - the order model