Interface OfferPriceFacade

All Known Implementing Classes:
DefaultOfferPriceFacade

public interface OfferPriceFacade
The ndc 182 interface for OfferPrice RQ/RS message.
  • Method Details

    • getOfferPrice

      IATAOfferPriceRS getOfferPrice(IATAOfferPriceRQ offerPriceRQ)
      Gets the actual price for an offer and the available ancillaries for each transport offering included in the offer and populates the OfferPriceRS with these data.
      Parameters:
      offerPriceRQ - the offerPriceRQ
      Returns:
      the IATAOfferPriceRS
    • createOfferPriceRSError

      IATAOfferPriceRS createOfferPriceRSError(List<ErrorType> errorsType)
      Creates the offerPriceRS with errors type field populated.
      Parameters:
      errorsType - the errors list
      Returns:
      the IATAOfferPriceRS