Package com.adyen.model
Class ThreeDSecureData
- java.lang.Object
-
- com.adyen.model.ThreeDSecureData
-
public class ThreeDSecureData extends Object
ThreeDSecureData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreeDSecureData.AuthenticationResponseEnumthe authentication response if the shopper was redirectedstatic classThreeDSecureData.DirectoryResponseEnumthe enrollment response from the 3D directory server
-
Constructor Summary
Constructors Constructor Description ThreeDSecureData()
-
Method Summary
-
-
-
Method Detail
-
cavvAlgorithm
public ThreeDSecureData cavvAlgorithm(String cavvAlgorithm)
-
getCavvAlgorithm
public String getCavvAlgorithm()
the CAVV algorithm used- Returns:
- cavvAlgorithm
-
setCavvAlgorithm
public void setCavvAlgorithm(String cavvAlgorithm)
-
directoryResponse
public ThreeDSecureData directoryResponse(ThreeDSecureData.DirectoryResponseEnum directoryResponse)
-
getDirectoryResponse
public ThreeDSecureData.DirectoryResponseEnum getDirectoryResponse()
the enrollment response from the 3D directory server- Returns:
- directoryResponse
-
setDirectoryResponse
public void setDirectoryResponse(ThreeDSecureData.DirectoryResponseEnum directoryResponse)
-
authenticationResponse
public ThreeDSecureData authenticationResponse(ThreeDSecureData.AuthenticationResponseEnum authenticationResponse)
-
getThreeDSVersion
public String getThreeDSVersion()
-
setThreeDSVersion
public void setThreeDSVersion(String threeDSVersion)
-
getAuthenticationResponse
public ThreeDSecureData.AuthenticationResponseEnum getAuthenticationResponse()
the authentication response if the shopper was redirected- Returns:
- authenticationResponse
-
setAuthenticationResponse
public void setAuthenticationResponse(ThreeDSecureData.AuthenticationResponseEnum authenticationResponse)
-
xid
public ThreeDSecureData xid(String xid)
-
getXid
public String getXid()
the transaction identifier (base64 encoded, 20 bytes in decoded form)- Returns:
- xid
-
setXid
public void setXid(String xid)
-
cavv
public ThreeDSecureData cavv(String cavv)
-
getTavv
public String getTavv()
Network token cryptogram.- Returns:
- tavv
-
setTavv
public void setTavv(String tavv)
-
getTokenAuthenticationVerificationValue
public String getTokenAuthenticationVerificationValue()
Network token authentication verification value (TAVV). The network token cryptogram.- Returns:
- tokenAuthenticationVerificationValue
-
setTokenAuthenticationVerificationValue
public void setTokenAuthenticationVerificationValue(String tokenAuthenticationVerificationValue)
-
getCavv
public String getCavv()
the cardholder authentication value (base64 encoded, 20 bytes in decoded form)- Returns:
- cavv
-
setCavv
public void setCavv(String cavv)
-
eci
public ThreeDSecureData eci(String eci)
-
getEci
public String getEci()
the electronic commerce indicator- Returns:
- eci
-
setEci
public void setEci(String eci)
-
getDsTransID
public String getDsTransID()
Supported for 3D Secure 2. The unique transaction identifier assigned by the Directory Server (DS) to identify a single transaction.- Returns:
- dsTransID
-
setDsTransID
public void setDsTransID(String dsTransID)
-
dsTransID
public ThreeDSecureData dsTransID(String dsTransID)
-
getChallengeCancel
public String getChallengeCancel()
Get challengeCancel- Returns:
- challengeCancel
-
setChallengeCancel
public void setChallengeCancel(String challengeCancel)
-
challengeCancel
public ThreeDSecureData challengeCancel(String challengeCancel)
-
getRiskScore
public String getRiskScore()
Get riskScore- Returns:
- riskScore
-
setRiskScore
public void setRiskScore(String riskScore)
-
riskScore
public ThreeDSecureData riskScore(String riskScore)
-
getTransStatusReason
public String getTransStatusReason()
Get transStatusReason- Returns:
- transStatusReason
-
setTransStatusReason
public void setTransStatusReason(String transStatusReason)
-
transStatusReason
public ThreeDSecureData transStatusReason(String transStatusReason)
-
-