Package com.onlinepayments.domain
Class FraudResults
java.lang.Object
com.onlinepayments.domain.FraudResults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResulting advice of the fraud prevention checks.voidsetFraudServiceResult(String value) Resulting advice of the fraud prevention checks.withFraudServiceResult(String value) Resulting advice of the fraud prevention checks.
-
Constructor Details
-
FraudResults
public FraudResults()
-
-
Method Details
-
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
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
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.
-