Uses of Class
com.onlinepayments.domain.ThreeDSecureData
Packages that use ThreeDSecureData
-
Uses of ThreeDSecureData in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ThreeDSecureDataModifier and TypeMethodDescriptionThreeDSecure.getPriorThreeDSecureData()Object containing data regarding the customer authentication that occurred prior to the current transactionThreeDSecureBase.getPriorThreeDSecureData()Object containing data regarding the customer authentication that occurred prior to the current transactionThreeDSecureData.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 transactionMethods in com.onlinepayments.domain with parameters of type ThreeDSecureDataModifier and TypeMethodDescriptionvoidThreeDSecure.setPriorThreeDSecureData(ThreeDSecureData value) Object containing data regarding the customer authentication that occurred prior to the current transactionvoidThreeDSecureBase.setPriorThreeDSecureData(ThreeDSecureData value) Object containing data regarding the customer authentication that occurred prior to the current transactionThreeDSecure.withPriorThreeDSecureData(ThreeDSecureData value) Object containing data regarding the customer authentication that occurred prior to the current transactionThreeDSecureBase.withPriorThreeDSecureData(ThreeDSecureData value) Object containing data regarding the customer authentication that occurred prior to the current transaction