public class ThreeDS2Result extends Object
| Constructor and Description |
|---|
ThreeDS2Result() |
| Modifier and Type | Method and Description |
|---|---|
ThreeDS2Result |
authenticationValue(String authenticationValue) |
ThreeDS2Result |
cavvAlgorithm(String cavvAlgorithm) |
ThreeDS2Result |
dsTransID(String dsTransID) |
ThreeDS2Result |
eci(String eci) |
boolean |
equals(Object o) |
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 |
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 |
getMessageVersion()
The `messageVersion` value as defined in the 3D Secure 2 specification.
|
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) |
void |
setAuthenticationValue(String authenticationValue) |
void |
setCavvAlgorithm(String cavvAlgorithm) |
void |
setDsTransID(String dsTransID) |
void |
setEci(String eci) |
void |
setMessageVersion(String messageVersion) |
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)
Copyright © 2021. All rights reserved.