Class Cardholder.Requirements

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Cardholder.Requirements
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Cardholder

public static class Cardholder.Requirements extends StripeObject
Get expanded front.
  • Constructor Details

    • Requirements

      public Requirements()
  • Method Details

    • getDisabledReason

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

      One of listed, rejected.listed, requirements.past_due, or under_review.

    • getPastDue

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

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

      One of listed, rejected.listed, requirements.past_due, or under_review.

    • setPastDue

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object