Package com.highdeal.pnr.hci
Interface StatelessPostRateResult
public interface StatelessPostRateResult
Object which is returned to your client application from the stateless postrating operation.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the underlying StatelessRateResult.voidupdate(StatelessPreRatingContext preRatingContext) Updates the passed preRatingContext according the this result.
-
Method Details
-
getRateResult
StatelessRateResult getRateResult()Returns the underlying StatelessRateResult.- Returns:
- A StatelessRateResult
-
update
Updates the passed preRatingContext according the this result. This method should be call on the StatelessPreRatingContext that has been used for the post-rate call that produced this result.- Parameters:
preRatingContext- The context to update- Throws:
StatelessPreRatingException
-