Package com.onlinepayments.domain
Class ThreeDSecureData
java.lang.Object
com.onlinepayments.domain.ThreeDSecureData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer)Method of authentication used for this transaction.Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transactionvoidsetAcsTransactionId(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)voidMethod of authentication used for this transaction.voidsetUtcTimestamp(String value) Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transactionwithAcsTransactionId(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)withMethod(String value) Method of authentication used for this transaction.withUtcTimestamp(String value) Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction
-
Constructor Details
-
ThreeDSecureData
public ThreeDSecureData()
-
-
Method Details
-
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) -
setAcsTransactionId
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer) -
withAcsTransactionId
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer) -
getMethod
Method of authentication used for this transaction. Possible values:- frictionless = The authentication went without a challenge
- challenged = Cardholder was challenged
- avs-verified = The authentication was verified by AVS
- other = Another issuer method was used to authenticate this transaction
-
setMethod
Method of authentication used for this transaction. Possible values:- frictionless = The authentication went without a challenge
- challenged = Cardholder was challenged
- avs-verified = The authentication was verified by AVS
- other = Another issuer method was used to authenticate this transaction
-
withMethod
Method of authentication used for this transaction. Possible values:- frictionless = The authentication went without a challenge
- challenged = Cardholder was challenged
- avs-verified = The authentication was verified by AVS
- other = Another issuer method was used to authenticate this transaction
-
getUtcTimestamp
Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction -
setUtcTimestamp
Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction -
withUtcTimestamp
Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction
-