public class ThreeDS2Result extends Object
| Constructor and Description |
|---|
ThreeDS2Result() |
| Modifier and Type | Method and Description |
|---|---|
ThreeDS2Result |
authenticationValue(String authenticationValue) |
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 |
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 |
getThreeDSServerTransID()
The threeDSServerTransID value as defined in the 3D Secure 2 specification.
|
String |
getTimestamp()
The timestamp value as defined in the 3D Secure 2 specification.
|
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.
|
int |
hashCode() |
void |
setAuthenticationValue(String authenticationValue) |
void |
setDsTransID(String dsTransID) |
void |
setEci(String eci) |
void |
setThreeDSServerTransID(String threeDSServerTransID) |
void |
setTimestamp(String timestamp) |
void |
setTransStatus(String transStatus) |
void |
setTransStatusReason(String transStatusReason) |
ThreeDS2Result |
threeDSServerTransID(String threeDSServerTransID) |
ThreeDS2Result |
timestamp(String timestamp) |
String |
toString() |
ThreeDS2Result |
transStatus(String transStatus) |
ThreeDS2Result |
transStatusReason(String transStatusReason) |
public String getTransStatusReason()
public void setTransStatusReason(String transStatusReason)
public ThreeDS2Result transStatusReason(String transStatusReason)
public String getTransStatus()
public void setTransStatus(String transStatus)
public ThreeDS2Result transStatus(String transStatus)
public String getAuthenticationValue()
public void setAuthenticationValue(String authenticationValue)
public ThreeDS2Result authenticationValue(String authenticationValue)
public String getEci()
public void setEci(String eci)
public ThreeDS2Result eci(String eci)
public String getTimestamp()
public void setTimestamp(String timestamp)
public ThreeDS2Result timestamp(String timestamp)
public String getThreeDSServerTransID()
public void setThreeDSServerTransID(String threeDSServerTransID)
public ThreeDS2Result threeDSServerTransID(String threeDSServerTransID)
public String getDsTransID()
public void setDsTransID(String dsTransID)
public ThreeDS2Result dsTransID(String dsTransID)
Copyright © 2019. All rights reserved.