Interface EvaluateSolutionCancelResponsePopulationHandler
- All Known Implementing Classes:
DefaultEvaluateSolutionCancelResponsePopulationHandler
public interface EvaluateSolutionCancelResponsePopulationHandler
The evaluate solution cancel response population handler interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(Map<String, String> passengerMapping, RepricerResponse repricerResponse, EvaluateCancelSolutionResponseData evaluateCancelSolutionResponse) PopulatesEvaluateCancelSolutionResponseDatausing data from order and repricer response.
-
Method Details
-
handle
void handle(Map<String, String> passengerMapping, RepricerResponse repricerResponse, EvaluateCancelSolutionResponseData evaluateCancelSolutionResponse) PopulatesEvaluateCancelSolutionResponseDatausing data from order and repricer response.- Parameters:
passengerMapping- the passenger mappingrepricerResponse- the repricer responseevaluateCancelSolutionResponse- the evaluate cancel solution response
-