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