Uses of Class
com.onlinepayments.domain.FraudResults
Packages that use FraudResults
-
Uses of FraudResults in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return FraudResultsModifier and TypeMethodDescriptionRedirectPaymentMethodSpecificOutput.getFraudResults()Object containing the results of the fraud screeningSepaDirectDebitPaymentMethodSpecificOutput.getFraudResults()Object containing the results of the fraud screeningFraudResults.withFraudServiceResult(String value) Resulting advice of the fraud prevention checks.Methods in com.onlinepayments.domain with parameters of type FraudResultsModifier and TypeMethodDescriptionvoidRedirectPaymentMethodSpecificOutput.setFraudResults(FraudResults value) Object containing the results of the fraud screeningvoidSepaDirectDebitPaymentMethodSpecificOutput.setFraudResults(FraudResults value) Object containing the results of the fraud screeningRedirectPaymentMethodSpecificOutput.withFraudResults(FraudResults value) Object containing the results of the fraud screeningSepaDirectDebitPaymentMethodSpecificOutput.withFraudResults(FraudResults value) Object containing the results of the fraud screening