Uses of Class
com.adyen.model.ThreeDSecureData
-
Packages that use ThreeDSecureData Package Description com.adyen.model com.adyen.model.modification com.adyen.model.payout -
-
Uses of ThreeDSecureData in com.adyen.model
Methods in com.adyen.model 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)ThreeDSecureDataPaymentRequest. getMpiData()authentication data produced by an MPI (MasterCard SecureCode or Verified By Visa)ThreeDSecureDataThreeDSecureData. riskScore(String riskScore)ThreeDSecureDataThreeDSecureData. threeDSVersion(String threeDSVersion)ThreeDSecureDataThreeDSecureData. tokenAuthenticationVerificationValue(byte[] tokenAuthenticationVerificationValue)ThreeDSecureDataThreeDSecureData. transStatusReason(String transStatusReason)ThreeDSecureDataThreeDSecureData. xid(byte[] xid)Methods in com.adyen.model with parameters of type ThreeDSecureData Modifier and Type Method Description PaymentRequestPaymentRequest. mpiData(ThreeDSecureData mpiData)voidPaymentRequest. setMpiData(ThreeDSecureData mpiData) -
Uses of ThreeDSecureData in com.adyen.model.modification
Methods in com.adyen.model.modification that return ThreeDSecureData Modifier and Type Method Description ThreeDSecureDataAbstractModificationRequest. getMpiData()authentication data produced by an MPI (MasterCard SecureCode or Verified By Visa)Methods in com.adyen.model.modification with parameters of type ThreeDSecureData Modifier and Type Method Description voidAbstractModificationRequest. setMpiData(ThreeDSecureData mpiData) -
Uses of ThreeDSecureData in com.adyen.model.payout
Methods in com.adyen.model.payout that return ThreeDSecureData Modifier and Type Method Description ThreeDSecureDataPayoutRequest. getMpiData()Get mpiDataMethods in com.adyen.model.payout with parameters of type ThreeDSecureData Modifier and Type Method Description PayoutRequestPayoutRequest. mpiData(ThreeDSecureData mpiData)voidPayoutRequest. setMpiData(ThreeDSecureData mpiData)
-