public class ThreeDSecureData extends Object
| Constructor and Description |
|---|
ThreeDSecureData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcsTransactionId()
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer)
|
String |
getMethod()
Method of authentication used for this transaction.
|
String |
getUtcTimestamp()
Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction
|
void |
setAcsTransactionId(String value)
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer)
|
void |
setMethod(String value)
Method of authentication used for this transaction.
|
void |
setUtcTimestamp(String value)
Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction
|
ThreeDSecureData |
withAcsTransactionId(String value)
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer)
|
ThreeDSecureData |
withMethod(String value)
Method of authentication used for this transaction.
|
ThreeDSecureData |
withUtcTimestamp(String value)
Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction
|
public String getAcsTransactionId()
public void setAcsTransactionId(String value)
public ThreeDSecureData withAcsTransactionId(String value)
public String getMethod()
public void setMethod(String value)
public ThreeDSecureData withMethod(String value)
public String getUtcTimestamp()
public void setUtcTimestamp(String value)
public ThreeDSecureData withUtcTimestamp(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.