Package com.adyen.model
Class ThreeDS2Result
- java.lang.Object
-
- com.adyen.model.ThreeDS2Result
-
public class ThreeDS2Result extends Object
ThreeDS2Result
-
-
Constructor Summary
Constructors Constructor Description ThreeDS2Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreeDS2ResultauthenticationValue(String authenticationValue)ThreeDS2ResultcavvAlgorithm(String cavvAlgorithm)ThreeDS2ResultchallengeCancel(String challengeCancel)ThreeDS2ResultchallengeIndicator(String challengeIndicator)ThreeDS2ResultdsTransID(String dsTransID)ThreeDS2Resulteci(String eci)booleanequals(Object o)ThreeDS2ResultexemptionIndicator(String exemptionIndicator)StringgetAuthenticationValue()The `authenticationValue` value as defined in the 3D Secure 2 specification.StringgetCavvAlgorithm()The algorithm used by the ACS to calculate the authentication value, only for CartesBancaires integrations.StringgetChallengeCancel()Indicator informing the ACS and the DS that the authentication has been canceledStringgetChallengeIndicator()Get challengeIndicatorStringgetDsTransID()The `dsTransID` value as defined in the 3D Secure 2 specification.StringgetEci()The `eci` value as defined in the 3D Secure 2 specification.StringgetExemptionIndicator()Get exemptionIndicatorStringgetMessageVersion()The `messageVersion` value as defined in the 3D Secure 2 specification.StringgetRiskScore()Get riskScoreStringgetThreeDSServerTransID()The `threeDSServerTransID` value as defined in the 3D Secure 2 specification.StringgetTimestamp()The `timestamp` value of the 3D Secure 2 authentication.StringgetTransStatus()The `transStatus` value as defined in the 3D Secure 2 specification.StringgetTransStatusReason()The `transStatusReason` value as defined in the 3D Secure 2 specification.StringgetWhiteListStatus()The `whiteListStatus` value as defined in the 3D Secure 2 specification.inthashCode()ThreeDS2ResultmessageVersion(String messageVersion)ThreeDS2ResultriskScore(String riskScore)voidsetAuthenticationValue(String authenticationValue)voidsetCavvAlgorithm(String cavvAlgorithm)voidsetChallengeCancel(String challengeCancel)voidsetChallengeIndicator(String challengeIndicator)voidsetDsTransID(String dsTransID)voidsetEci(String eci)voidsetExemptionIndicator(String exemptionIndicator)voidsetMessageVersion(String messageVersion)voidsetRiskScore(String riskScore)voidsetThreeDSServerTransID(String threeDSServerTransID)voidsetTimestamp(String timestamp)voidsetTransStatus(String transStatus)voidsetTransStatusReason(String transStatusReason)voidsetWhiteListStatus(String whiteListStatus)ThreeDS2ResultthreeDSServerTransID(String threeDSServerTransID)ThreeDS2Resulttimestamp(String timestamp)StringtoString()ThreeDS2ResulttransStatus(String transStatus)ThreeDS2ResulttransStatusReason(String transStatusReason)ThreeDS2ResultwhiteListStatus(String whiteListStatus)
-
-
-
Method Detail
-
authenticationValue
public ThreeDS2Result authenticationValue(String authenticationValue)
-
getAuthenticationValue
public String getAuthenticationValue()
The `authenticationValue` value as defined in the 3D Secure 2 specification.- Returns:
- authenticationValue
-
setAuthenticationValue
public void setAuthenticationValue(String authenticationValue)
-
cavvAlgorithm
public ThreeDS2Result cavvAlgorithm(String cavvAlgorithm)
-
getCavvAlgorithm
public String getCavvAlgorithm()
The algorithm used by the ACS to calculate the authentication value, only for CartesBancaires integrations.- Returns:
- cavvAlgorithm
-
setCavvAlgorithm
public void setCavvAlgorithm(String cavvAlgorithm)
-
dsTransID
public ThreeDS2Result dsTransID(String dsTransID)
-
getDsTransID
public String getDsTransID()
The `dsTransID` value as defined in the 3D Secure 2 specification.- Returns:
- dsTransID
-
setDsTransID
public void setDsTransID(String dsTransID)
-
eci
public ThreeDS2Result eci(String eci)
-
getEci
public String getEci()
The `eci` value as defined in the 3D Secure 2 specification.- Returns:
- eci
-
setEci
public void setEci(String eci)
-
messageVersion
public ThreeDS2Result messageVersion(String messageVersion)
-
getMessageVersion
public String getMessageVersion()
The `messageVersion` value as defined in the 3D Secure 2 specification.- Returns:
- messageVersion
-
setMessageVersion
public void setMessageVersion(String messageVersion)
-
threeDSServerTransID
public ThreeDS2Result threeDSServerTransID(String threeDSServerTransID)
-
getThreeDSServerTransID
public String getThreeDSServerTransID()
The `threeDSServerTransID` value as defined in the 3D Secure 2 specification.- Returns:
- threeDSServerTransID
-
setThreeDSServerTransID
public void setThreeDSServerTransID(String threeDSServerTransID)
-
timestamp
public ThreeDS2Result timestamp(String timestamp)
-
getTimestamp
public String getTimestamp()
The `timestamp` value of the 3D Secure 2 authentication.- Returns:
- timestamp
-
setTimestamp
public void setTimestamp(String timestamp)
-
transStatus
public ThreeDS2Result transStatus(String transStatus)
-
getTransStatus
public String getTransStatus()
The `transStatus` value as defined in the 3D Secure 2 specification.- Returns:
- transStatus
-
setTransStatus
public void setTransStatus(String transStatus)
-
transStatusReason
public ThreeDS2Result transStatusReason(String transStatusReason)
-
getTransStatusReason
public String getTransStatusReason()
The `transStatusReason` value as defined in the 3D Secure 2 specification.- Returns:
- transStatusReason
-
setTransStatusReason
public void setTransStatusReason(String transStatusReason)
-
whiteListStatus
public ThreeDS2Result whiteListStatus(String whiteListStatus)
-
getWhiteListStatus
public String getWhiteListStatus()
The `whiteListStatus` value as defined in the 3D Secure 2 specification.- Returns:
- whiteListStatus
-
setWhiteListStatus
public void setWhiteListStatus(String whiteListStatus)
-
getChallengeCancel
public String getChallengeCancel()
Indicator informing the ACS and the DS that the authentication has been canceled- Returns:
- challengeCancel
-
setChallengeCancel
public void setChallengeCancel(String challengeCancel)
-
challengeCancel
public ThreeDS2Result challengeCancel(String challengeCancel)
-
getChallengeIndicator
public String getChallengeIndicator()
Get challengeIndicator- Returns:
- challenegeIndicator
-
setChallengeIndicator
public void setChallengeIndicator(String challengeIndicator)
-
challengeIndicator
public ThreeDS2Result challengeIndicator(String challengeIndicator)
-
getExemptionIndicator
public String getExemptionIndicator()
Get exemptionIndicator- Returns:
- exemptionIndicator
-
setExemptionIndicator
public void setExemptionIndicator(String exemptionIndicator)
-
exemptionIndicator
public ThreeDS2Result exemptionIndicator(String exemptionIndicator)
-
getRiskScore
public String getRiskScore()
Get riskScore- Returns:
- riskScore
-
setRiskScore
public void setRiskScore(String riskScore)
-
riskScore
public ThreeDS2Result riskScore(String riskScore)
-
-