Uses of Class
com.adyen.model.ThreeDS2Result
-
Packages that use ThreeDS2Result Package Description com.adyen.model com.adyen.model.checkout -
-
Uses of ThreeDS2Result in com.adyen.model
Methods in com.adyen.model that return ThreeDS2Result Modifier and Type Method Description ThreeDS2ResultThreeDS2Result. authenticationValue(String authenticationValue)ThreeDS2ResultThreeDS2Result. cavvAlgorithm(String cavvAlgorithm)ThreeDS2ResultThreeDS2Result. challengeCancel(String challengeCancel)ThreeDS2ResultThreeDS2Result. challengeIndicator(String challengeIndicator)ThreeDS2ResultThreeDS2Result. dsTransID(String dsTransID)ThreeDS2ResultThreeDS2Result. eci(String eci)ThreeDS2ResultThreeDS2Result. exemptionIndicator(String exemptionIndicator)ThreeDS2ResultAuthenticationResultResponse. getThreeDS2Result()Get threeDS2ResultThreeDS2ResultPaymentRequest3ds2. getThreeDS2Result()ThreeDS2ResultThreeDS2ResultResponse. getThreeDS2Result()ThreeDS2ResultThreeDS2Result. messageVersion(String messageVersion)ThreeDS2ResultThreeDS2Result. riskScore(String riskScore)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 with parameters of type ThreeDS2Result Modifier and Type Method Description voidAuthenticationResultResponse. setThreeDS2Result(ThreeDS2Result threeDS2Result)voidPaymentRequest3ds2. setThreeDS2Result(ThreeDS2Result threeDS2Result)voidThreeDS2ResultResponse. setThreeDS2Result(ThreeDS2Result threeDS2Result)AuthenticationResultResponseAuthenticationResultResponse. threeDS2Result(ThreeDS2Result threeDS2Result)PaymentRequest3ds2PaymentRequest3ds2. threeDS2Result(ThreeDS2Result threeDS2Result)ThreeDS2ResultResponseThreeDS2ResultResponse. threeDS2Result(ThreeDS2Result threeDS2Result) -
Uses of ThreeDS2Result in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2Result Modifier and Type Method Description ThreeDS2ResultAbstractPaymentsResponse. getThreeDS2Result()Result of the 3D Secure 2 authentication.Methods in com.adyen.model.checkout with parameters of type ThreeDS2Result Modifier and Type Method Description voidAbstractPaymentsResponse. setThreeDS2Result(ThreeDS2Result threeDS2Result)TAbstractPaymentsResponse. threeDS2Result(ThreeDS2Result threeDS2Result)
-