Class FraudResults

java.lang.Object
com.onlinepayments.domain.FraudResults

public class FraudResults extends Object
  • Constructor Details

    • FraudResults

      public FraudResults()
  • Method Details

    • getFraudServiceResult

      public String getFraudServiceResult()
      Resulting advice of the fraud prevention checks. Possible values are:
      • accepted - Based on the checks performed the transaction can be accepted
      • challenged - Based on the checks performed the transaction should be manually reviewed
      • denied - Based on the checks performed the transaction should be rejected
      • no-advice - No fraud check was requested/performed
      • error - The fraud check resulted an error. Note that the fraud check was thus not performed.
    • setFraudServiceResult

      public void setFraudServiceResult(String value)
      Resulting advice of the fraud prevention checks. Possible values are:
      • accepted - Based on the checks performed the transaction can be accepted
      • challenged - Based on the checks performed the transaction should be manually reviewed
      • denied - Based on the checks performed the transaction should be rejected
      • no-advice - No fraud check was requested/performed
      • error - The fraud check resulted an error. Note that the fraud check was thus not performed.
    • withFraudServiceResult

      public FraudResults withFraudServiceResult(String value)
      Resulting advice of the fraud prevention checks. Possible values are:
      • accepted - Based on the checks performed the transaction can be accepted
      • challenged - Based on the checks performed the transaction should be manually reviewed
      • denied - Based on the checks performed the transaction should be rejected
      • no-advice - No fraud check was requested/performed
      • error - The fraud check resulted an error. Note that the fraud check was thus not performed.