Interface OfferPriceFacade
- All Known Implementing Classes:
DefaultOfferPriceFacade
public interface OfferPriceFacade
The ndc 182 interface for OfferPrice RQ/RS message.
-
Method Summary
Modifier and TypeMethodDescriptioncreateOfferPriceRSError(List<ErrorType> errorsType) Creates the offerPriceRS with errors type field populated.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.
-
Method Details
-
getOfferPrice
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
Creates the offerPriceRS with errors type field populated.- Parameters:
errorsType- the errors list- Returns:
- the IATAOfferPriceRS
-