Uses of Class
com.adyen.model.checkout.ThreeDSecureData
-
Packages that use ThreeDSecureData Package Description com.adyen.model.checkout -
-
Uses of ThreeDSecureData in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDSecureData Modifier and Type Method Description ThreeDSecureDataThreeDSecureData. authenticationResponse(ThreeDSecureData.AuthenticationResponseEnum authenticationResponse)ThreeDSecureDataThreeDSecureData. cavv(byte[] cavv)ThreeDSecureDataThreeDSecureData. cavvAlgorithm(String cavvAlgorithm)ThreeDSecureDataThreeDSecureData. challengeCancel(ThreeDSecureData.ChallengeCancelEnum challengeCancel)ThreeDSecureDataThreeDSecureData. directoryResponse(ThreeDSecureData.DirectoryResponseEnum directoryResponse)ThreeDSecureDataThreeDSecureData. dsTransID(String dsTransID)ThreeDSecureDataThreeDSecureData. eci(String eci)static ThreeDSecureDataThreeDSecureData. fromJson(String jsonString)Create an instance of ThreeDSecureData given an JSON stringThreeDSecureDataCreateCheckoutSessionRequest. getMpiData()Get mpiDataThreeDSecureDataCreateCheckoutSessionResponse. getMpiData()Get mpiDataThreeDSecureDataDonationPaymentRequest. getMpiData()Get mpiDataThreeDSecureDataPaymentRequest. getMpiData()Get mpiDataThreeDSecureDataThreeDSecureData. riskScore(String riskScore)ThreeDSecureDataThreeDSecureData. threeDSVersion(String threeDSVersion)ThreeDSecureDataThreeDSecureData. tokenAuthenticationVerificationValue(byte[] tokenAuthenticationVerificationValue)ThreeDSecureDataThreeDSecureData. transStatusReason(String transStatusReason)ThreeDSecureDataThreeDSecureData. xid(byte[] xid)Methods in com.adyen.model.checkout with parameters of type ThreeDSecureData Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. mpiData(ThreeDSecureData mpiData)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. mpiData(ThreeDSecureData mpiData)DonationPaymentRequestDonationPaymentRequest. mpiData(ThreeDSecureData mpiData)PaymentRequestPaymentRequest. mpiData(ThreeDSecureData mpiData)voidCreateCheckoutSessionRequest. setMpiData(ThreeDSecureData mpiData)mpiDatavoidCreateCheckoutSessionResponse. setMpiData(ThreeDSecureData mpiData)mpiDatavoidDonationPaymentRequest. setMpiData(ThreeDSecureData mpiData)mpiDatavoidPaymentRequest. setMpiData(ThreeDSecureData mpiData)mpiData
-