Uses of Class
com.adyen.model.checkout.ThreeDS2Result
-
Packages that use ThreeDS2Result Package Description com.adyen.model.checkout -
-
Uses of ThreeDS2Result in com.adyen.model.checkout
Methods in com.adyen.model.checkout 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 stringThreeDS2ResultPaymentDetailsResponse. getThreeDS2Result()Get threeDS2ResultThreeDS2ResultPaymentResponse. 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.checkout with parameters of type ThreeDS2Result Modifier and Type Method Description voidPaymentDetailsResponse. setThreeDS2Result(ThreeDS2Result threeDS2Result)threeDS2ResultvoidPaymentResponse. setThreeDS2Result(ThreeDS2Result threeDS2Result)threeDS2ResultPaymentDetailsResponsePaymentDetailsResponse. threeDS2Result(ThreeDS2Result threeDS2Result)PaymentResponsePaymentResponse. threeDS2Result(ThreeDS2Result threeDS2Result)
-