Class Cardholder.Requirements

    • Constructor Summary

      Constructors 
      Constructor Description
      Requirements()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getDisabledReason()
      If disabled_reason is present, all cards will decline authorizations with cardholder_verification_required reason.
      java.util.List<java.lang.String> getPastDue()
      Array of fields that need to be collected in order to verify and re-enable the cardholder.
      int hashCode()  
      void setDisabledReason​(java.lang.String disabledReason)
      If disabled_reason is present, all cards will decline authorizations with cardholder_verification_required reason.
      void setPastDue​(java.util.List<java.lang.String> pastDue)
      Array of fields that need to be collected in order to verify and re-enable the cardholder.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Requirements

        public Requirements()
    • Method Detail

      • getDisabledReason

        public java.lang.String getDisabledReason()
        If disabled_reason is present, all cards will decline authorizations with cardholder_verification_required reason.

        One of listed, rejected.listed, or under_review.

      • getPastDue

        public java.util.List<java.lang.String> getPastDue()
        Array of fields that need to be collected in order to verify and re-enable the cardholder.
      • setDisabledReason

        public void setDisabledReason​(java.lang.String disabledReason)
        If disabled_reason is present, all cards will decline authorizations with cardholder_verification_required reason.

        One of listed, rejected.listed, or under_review.

      • setPastDue

        public void setPastDue​(java.util.List<java.lang.String> pastDue)
        Array of fields that need to be collected in order to verify and re-enable the cardholder.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object