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
|
public String getAcsTransactionId()
public void setAcsTransactionId(String value)
public String getMethod()
public void setMethod(String value)
public String getUtcTimestamp()
public void setUtcTimestamp(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.