com.highdeal.pnr.hci
Interface StatelessPostRateResult


public interface StatelessPostRateResult

Object which is returned to your client application from the stateless postrating operation.


Method Summary
 StatelessRateResult getRateResult()
          Returns the underlying StatelessRateResult.
 void update(StatelessPreRatingContext preRatingContext)
          Updates the passed preRatingContext according the this result.
 

Method Detail

getRateResult

StatelessRateResult getRateResult()
Returns the underlying StatelessRateResult.

Returns:
A StatelessRateResult

update

void update(StatelessPreRatingContext preRatingContext)
            throws StatelessPreRatingException
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

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)