Class ThreeDSecureData

java.lang.Object
com.onlinepayments.domain.ThreeDSecureData

public class ThreeDSecureData extends Object
  • Constructor Details

    • ThreeDSecureData

      public ThreeDSecureData()
  • Method Details

    • getAcsTransactionId

      public 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)
    • setAcsTransactionId

      public 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)
    • withAcsTransactionId

      public 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)
    • getMethod

      public String 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

      public void setMethod(String value)
      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

      public ThreeDSecureData withMethod(String value)
      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

      public String getUtcTimestamp()
      Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction
    • setUtcTimestamp

      public void setUtcTimestamp(String value)
      Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction
    • withUtcTimestamp

      public ThreeDSecureData withUtcTimestamp(String value)
      Timestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction