Class AcctInfo


  • public class AcctInfo
    extends Object
    • Constructor Detail

      • AcctInfo

        public AcctInfo()
    • Method Detail

      • getChAccAgeInd

        public AcctInfo.ChAccAgeIndEnum getChAccAgeInd()
        Length of time that the cardholder has had the account with the 3DS Requestor. Allowed values: * **01** — No account * **02** — Created during this transaction * **03** — Less than 30 days * **04** — 30–60 days * **05** — More than 60 days
        Returns:
        chAccAgeInd
      • getChAccChange

        public String getChAccChange()
        Date that the cardholder’s account with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added. Format: **YYYYMMDD**
        Returns:
        chAccChange
      • setChAccChange

        public void setChAccChange​(String chAccChange)
      • getChAccChangeInd

        public AcctInfo.ChAccChangeIndEnum getChAccChangeInd()
        Length of time since the cardholder’s account information with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added. Allowed values: * **01** — Changed during this transaction * **02** — Less than 30 days * **03** — 30–60 days * **04** — More than 60 days
        Returns:
        chAccChangeInd
      • chAccPwChange

        public AcctInfo chAccPwChange​(String chAccPwChange)
      • getChAccPwChange

        public String getChAccPwChange()
        Date that cardholder’s account with the 3DS Requestor had a password change or account reset. Format: **YYYYMMDD**
        Returns:
        chAccPwChange
      • setChAccPwChange

        public void setChAccPwChange​(String chAccPwChange)
      • getChAccPwChangeInd

        public AcctInfo.ChAccPwChangeIndEnum getChAccPwChangeInd()
        Indicates the length of time since the cardholder’s account with the 3DS Requestor had a password change or account reset. Allowed values: * **01** — No change * **02** — Changed during this transaction * **03** — Less than 30 days * **04** — 30–60 days * **05** — More than 60 days
        Returns:
        chAccPwChangeInd
      • getChAccString

        public String getChAccString()
        Date that the cardholder opened the account with the 3DS Requestor. Format: **YYYYMMDD**
        Returns:
        chAccString
      • setChAccString

        public void setChAccString​(String chAccString)
      • nbPurchaseAccount

        public AcctInfo nbPurchaseAccount​(String nbPurchaseAccount)
      • getNbPurchaseAccount

        public String getNbPurchaseAccount()
        Number of purchases with this cardholder account during the previous six months. Max length: 4 characters.
        Returns:
        nbPurchaseAccount
      • setNbPurchaseAccount

        public void setNbPurchaseAccount​(String nbPurchaseAccount)
      • paymentAccAge

        public AcctInfo paymentAccAge​(String paymentAccAge)
      • getPaymentAccAge

        public String getPaymentAccAge()
        String that the payment account was enrolled in the cardholder’s account with the 3DS Requestor. Format: **YYYYMMDD**
        Returns:
        paymentAccAge
      • setPaymentAccAge

        public void setPaymentAccAge​(String paymentAccAge)
      • getPaymentAccInd

        public AcctInfo.PaymentAccIndEnum getPaymentAccInd()
        Indicates the length of time that the payment account was enrolled in the cardholder’s account with the 3DS Requestor. Allowed values: * **01** — No account (guest checkout) * **02** — During this transaction * **03** — Less than 30 days * **04** — 30–60 days * **05** — More than 60 days
        Returns:
        paymentAccInd
      • provisionAttemptsDay

        public AcctInfo provisionAttemptsDay​(String provisionAttemptsDay)
      • getProvisionAttemptsDay

        public String getProvisionAttemptsDay()
        Number of Add Card attempts in the last 24 hours. Max length: 3 characters.
        Returns:
        provisionAttemptsDay
      • setProvisionAttemptsDay

        public void setProvisionAttemptsDay​(String provisionAttemptsDay)
      • shipAddressUsage

        public AcctInfo shipAddressUsage​(String shipAddressUsage)
      • getShipAddressUsage

        public String getShipAddressUsage()
        String when the shipping address used for this transaction was first used with the 3DS Requestor. Format: **YYYYMMDD**
        Returns:
        shipAddressUsage
      • setShipAddressUsage

        public void setShipAddressUsage​(String shipAddressUsage)
      • getShipAddressUsageInd

        public AcctInfo.ShipAddressUsageIndEnum getShipAddressUsageInd()
        Indicates when the shipping address used for this transaction was first used with the 3DS Requestor. Allowed values: * **01** — This transaction * **02** — Less than 30 days * **03** — 30–60 days * **04** — More than 60 days
        Returns:
        shipAddressUsageInd
      • getShipNameIndicator

        public AcctInfo.ShipNameIndicatorEnum getShipNameIndicator()
        Indicates if the Cardholder Name on the account is identical to the shipping Name used for this transaction. Allowed values: * **01** — Account Name identical to shipping Name * **02** — Account Name different to shipping Name
        Returns:
        shipNameIndicator
      • getSuspiciousAccActivity

        public AcctInfo.SuspiciousAccActivityEnum getSuspiciousAccActivity()
        Indicates whether the 3DS Requestor has experienced suspicious activity (including previous fraud) on the cardholder account. Allowed values: * **01** — No suspicious activity has been observed * **02** — Suspicious activity has been observed
        Returns:
        suspiciousAccActivity
      • txnActivityDay

        public AcctInfo txnActivityDay​(String txnActivityDay)
      • getTxnActivityDay

        public String getTxnActivityDay()
        Number of transactions (successful and abandoned) for this cardholder account with the 3DS Requestor across all payment accounts in the previous 24 hours. Max length: 3 characters.
        Returns:
        txnActivityDay
      • setTxnActivityDay

        public void setTxnActivityDay​(String txnActivityDay)
      • txnActivityYear

        public AcctInfo txnActivityYear​(String txnActivityYear)
      • getTxnActivityYear

        public String getTxnActivityYear()
        Number of transactions (successful and abandoned) for this cardholder account with the 3DS Requestor across all payment accounts in the previous year. Max length: 3 characters.
        Returns:
        txnActivityYear
      • setTxnActivityYear

        public void setTxnActivityYear​(String txnActivityYear)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object