public class ThreeDS2Result extends Object
| Constructor and Description |
|---|
ThreeDS2Result() |
| Modifier and Type | Method and Description |
|---|---|
ThreeDS2Result |
authenticationValue(String authenticationValue) |
ThreeDS2Result |
cavvAlgorithm(String cavvAlgorithm) |
ThreeDS2Result |
challengeCancel(String challengeCancel) |
ThreeDS2Result |
challengeIndicator(String challengeIndicator) |
ThreeDS2Result |
dsTransID(String dsTransID) |
ThreeDS2Result |
eci(String eci) |
boolean |
equals(Object o) |
ThreeDS2Result |
exemptionIndicator(String exemptionIndicator) |
String |
getAuthenticationValue()
The `authenticationValue` value as defined in the 3D Secure 2 specification.
|
String |
getCavvAlgorithm()
The algorithm used by the ACS to calculate the authentication value, only for CartesBancaires integrations.
|
String |
getChallengeCancel()
Indicator informing the ACS and the DS that the authentication has been canceled
|
String |
getChallengeIndicator()
Get challengeIndicator
|
String |
getDsTransID()
The `dsTransID` value as defined in the 3D Secure 2 specification.
|
String |
getEci()
The `eci` value as defined in the 3D Secure 2 specification.
|
String |
getExemptionIndicator()
Get exemptionIndicator
|
String |
getMessageVersion()
The `messageVersion` value as defined in the 3D Secure 2 specification.
|
String |
getRiskScore()
Get riskScore
|
String |
getThreeDSServerTransID()
The `threeDSServerTransID` value as defined in the 3D Secure 2 specification.
|
String |
getTimestamp()
The `timestamp` value of the 3D Secure 2 authentication.
|
String |
getTransStatus()
The `transStatus` value as defined in the 3D Secure 2 specification.
|
String |
getTransStatusReason()
The `transStatusReason` value as defined in the 3D Secure 2 specification.
|
String |
getWhiteListStatus()
The `whiteListStatus` value as defined in the 3D Secure 2 specification.
|
int |
hashCode() |
ThreeDS2Result |
messageVersion(String messageVersion) |
ThreeDS2Result |
riskScore(String riskScore) |
void |
setAuthenticationValue(String authenticationValue) |
void |
setCavvAlgorithm(String cavvAlgorithm) |
void |
setChallengeCancel(String challengeCancel) |
void |
setChallengeIndicator(String challengeIndicator) |
void |
setDsTransID(String dsTransID) |
void |
setEci(String eci) |
void |
setExemptionIndicator(String exemptionIndicator) |
void |
setMessageVersion(String messageVersion) |
void |
setRiskScore(String riskScore) |
void |
setThreeDSServerTransID(String threeDSServerTransID) |
void |
setTimestamp(String timestamp) |
void |
setTransStatus(String transStatus) |
void |
setTransStatusReason(String transStatusReason) |
void |
setWhiteListStatus(String whiteListStatus) |
ThreeDS2Result |
threeDSServerTransID(String threeDSServerTransID) |
ThreeDS2Result |
timestamp(String timestamp) |
String |
toString() |
ThreeDS2Result |
transStatus(String transStatus) |
ThreeDS2Result |
transStatusReason(String transStatusReason) |
ThreeDS2Result |
whiteListStatus(String whiteListStatus) |
public ThreeDS2Result authenticationValue(String authenticationValue)
public String getAuthenticationValue()
public void setAuthenticationValue(String authenticationValue)
public ThreeDS2Result cavvAlgorithm(String cavvAlgorithm)
public String getCavvAlgorithm()
public void setCavvAlgorithm(String cavvAlgorithm)
public ThreeDS2Result dsTransID(String dsTransID)
public String getDsTransID()
public void setDsTransID(String dsTransID)
public ThreeDS2Result eci(String eci)
public String getEci()
public void setEci(String eci)
public ThreeDS2Result messageVersion(String messageVersion)
public String getMessageVersion()
public void setMessageVersion(String messageVersion)
public ThreeDS2Result threeDSServerTransID(String threeDSServerTransID)
public String getThreeDSServerTransID()
public void setThreeDSServerTransID(String threeDSServerTransID)
public ThreeDS2Result timestamp(String timestamp)
public String getTimestamp()
public void setTimestamp(String timestamp)
public ThreeDS2Result transStatus(String transStatus)
public String getTransStatus()
public void setTransStatus(String transStatus)
public ThreeDS2Result transStatusReason(String transStatusReason)
public String getTransStatusReason()
public void setTransStatusReason(String transStatusReason)
public ThreeDS2Result whiteListStatus(String whiteListStatus)
public String getWhiteListStatus()
public void setWhiteListStatus(String whiteListStatus)
public String getChallengeCancel()
public void setChallengeCancel(String challengeCancel)
public ThreeDS2Result challengeCancel(String challengeCancel)
public String getChallengeIndicator()
public void setChallengeIndicator(String challengeIndicator)
public ThreeDS2Result challengeIndicator(String challengeIndicator)
public String getExemptionIndicator()
public void setExemptionIndicator(String exemptionIndicator)
public ThreeDS2Result exemptionIndicator(String exemptionIndicator)
public String getRiskScore()
public void setRiskScore(String riskScore)
public ThreeDS2Result riskScore(String riskScore)
Copyright © 2022. All rights reserved.