Interface StatelessPostRateResult


public interface StatelessPostRateResult
Object which is returned to your client application from the stateless postrating operation.
  • Method Details

    • 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