Uses of Class
com.adyen.model.payment.ThreeDS2Result
-
Packages that use ThreeDS2Result Package Description com.adyen.model.payment -
-
Uses of ThreeDS2Result in com.adyen.model.payment
Methods in com.adyen.model.payment that return ThreeDS2Result Modifier and Type Method Description ThreeDS2ResultThreeDS2Result. authenticationValue(String authenticationValue)ThreeDS2ResultThreeDS2Result. cavvAlgorithm(String cavvAlgorithm)ThreeDS2ResultThreeDS2Result. challengeCancel(ThreeDS2Result.ChallengeCancelEnum challengeCancel)ThreeDS2ResultThreeDS2Result. dsTransID(String dsTransID)ThreeDS2ResultThreeDS2Result. eci(String eci)ThreeDS2ResultThreeDS2Result. exemptionIndicator(ThreeDS2Result.ExemptionIndicatorEnum exemptionIndicator)static ThreeDS2ResultThreeDS2Result. fromJson(String jsonString)Create an instance of ThreeDS2Result given an JSON stringThreeDS2ResultAuthenticationResultResponse. getThreeDS2Result()Get threeDS2ResultThreeDS2ResultPaymentRequest3ds2. getThreeDS2Result()Get threeDS2ResultThreeDS2ResultThreeDS2ResultResponse. getThreeDS2Result()Get threeDS2ResultThreeDS2ResultThreeDS2Result. messageVersion(String messageVersion)ThreeDS2ResultThreeDS2Result. riskScore(String riskScore)ThreeDS2ResultThreeDS2Result. threeDSRequestorChallengeInd(ThreeDS2Result.ThreeDSRequestorChallengeIndEnum threeDSRequestorChallengeInd)ThreeDS2ResultThreeDS2Result. threeDSServerTransID(String threeDSServerTransID)ThreeDS2ResultThreeDS2Result. timestamp(String timestamp)ThreeDS2ResultThreeDS2Result. transStatus(String transStatus)ThreeDS2ResultThreeDS2Result. transStatusReason(String transStatusReason)ThreeDS2ResultThreeDS2Result. whiteListStatus(String whiteListStatus)Methods in com.adyen.model.payment with parameters of type ThreeDS2Result Modifier and Type Method Description voidAuthenticationResultResponse. setThreeDS2Result(ThreeDS2Result threeDS2Result)threeDS2ResultvoidPaymentRequest3ds2. setThreeDS2Result(ThreeDS2Result threeDS2Result)threeDS2ResultvoidThreeDS2ResultResponse. setThreeDS2Result(ThreeDS2Result threeDS2Result)threeDS2ResultAuthenticationResultResponseAuthenticationResultResponse. threeDS2Result(ThreeDS2Result threeDS2Result)PaymentRequest3ds2PaymentRequest3ds2. threeDS2Result(ThreeDS2Result threeDS2Result)ThreeDS2ResultResponseThreeDS2ResultResponse. threeDS2Result(ThreeDS2Result threeDS2Result)
-