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(String cavv)ThreeDSecureDataThreeDSecureData. cavvAlgorithm(String cavvAlgorithm)ThreeDSecureDataThreeDSecureData. directoryResponse(ThreeDSecureData.DirectoryResponseEnum directoryResponse)ThreeDSecureDataThreeDSecureData. dsTransID(String dsTransID)ThreeDSecureDataThreeDSecureData. eci(String eci)ThreeDSecureDataCreateCheckoutSessionRequest. getMpiData()Get mpiDataThreeDSecureDataCreateCheckoutSessionResponse. getMpiData()Get mpiDataThreeDSecureDataPaymentSessionRequest. getMpiData()ThreeDSecureDataPaymentsRequest. getMpiData()Authentication data produced by an MPI (Mastercard SecureCode or Verified By Visa).ThreeDSecureDataThreeDSecureData. threeDSVersion(String threeDSVersion)ThreeDSecureDataThreeDSecureData. xid(String 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)PaymentSessionRequestPaymentSessionRequest. mpiData(ThreeDSecureData mpiData)PaymentsRequestPaymentsRequest. mpiData(ThreeDSecureData mpiData)voidCreateCheckoutSessionRequest. setMpiData(ThreeDSecureData mpiData)voidCreateCheckoutSessionResponse. setMpiData(ThreeDSecureData mpiData)voidPaymentSessionRequest. setMpiData(ThreeDSecureData mpiData)voidPaymentsRequest. setMpiData(ThreeDSecureData mpiData)
-