Uses of Class
com.adyen.model.payment.FraudCheckResultWrapper
-
Packages that use FraudCheckResultWrapper Package Description com.adyen.model.payment -
-
Uses of FraudCheckResultWrapper in com.adyen.model.payment
Methods in com.adyen.model.payment that return FraudCheckResultWrapper Modifier and Type Method Description FraudCheckResultWrapperFraudCheckResultWrapper. fraudCheckResult(FraudCheckResult fraudCheckResult)static FraudCheckResultWrapperFraudCheckResultWrapper. fromJson(String jsonString)Create an instance of FraudCheckResultWrapper given an JSON stringMethods in com.adyen.model.payment that return types with arguments of type FraudCheckResultWrapper Modifier and Type Method Description List<FraudCheckResultWrapper>FraudResult. getResults()The result of the individual risk checks.Methods in com.adyen.model.payment with parameters of type FraudCheckResultWrapper Modifier and Type Method Description FraudResultFraudResult. addResultsItem(FraudCheckResultWrapper resultsItem)Method parameters in com.adyen.model.payment with type arguments of type FraudCheckResultWrapper Modifier and Type Method Description FraudResultFraudResult. results(List<FraudCheckResultWrapper> results)voidFraudResult. setResults(List<FraudCheckResultWrapper> results)The result of the individual risk checks.
-