Uses of Class
com.adyen.model.payments.ThreeDS2Result
-
Packages that use ThreeDS2Result Package Description com.adyen.model.payments -
-
Uses of ThreeDS2Result in com.adyen.model.payments
Methods in com.adyen.model.payments that return ThreeDS2Result Modifier and Type Method Description ThreeDS2ResultThreeDS2Result. authenticationValue(String authenticationValue)ThreeDS2ResultThreeDS2Result. cavvAlgorithm(String cavvAlgorithm)ThreeDS2ResultThreeDS2Result. challengeCancel(ThreeDS2Result.ChallengeCancelEnum challengeCancel)ThreeDS2ResultThreeDS2Result. challengeIndicator(ThreeDS2Result.ChallengeIndicatorEnum challengeIndicator)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. threeDSServerTransID(String threeDSServerTransID)ThreeDS2ResultThreeDS2Result. timestamp(String timestamp)ThreeDS2ResultThreeDS2Result. transStatus(String transStatus)ThreeDS2ResultThreeDS2Result. transStatusReason(String transStatusReason)ThreeDS2ResultThreeDS2Result. whiteListStatus(String whiteListStatus)Methods in com.adyen.model.payments 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)
-