Class BankAccount.FutureRequirements

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.BankAccount.FutureRequirements
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
BankAccount

public static class BankAccount.FutureRequirements extends StripeObject
For more details about FutureRequirements, please refer to the API Reference.
  • Constructor Details

    • FutureRequirements

      public FutureRequirements()
  • Method Details

    • getCurrentlyDue

      public List<String> getCurrentlyDue()
      Fields that need to be resolved to keep the external account enabled. If not resolved by current_deadline, these fields will appear in past_due as well, and the account is disabled.
    • getErrors

      Details about validation and verification failures for due requirements that must be resolved.
    • getPastDue

      public List<String> getPastDue()
      Fields that haven't been resolved by current_deadline. These fields need to be resolved to enable the external account.
    • getPendingVerification

      public List<String> getPendingVerification()
      Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to eventually_due, currently_due, past_due or alternatives. Fields might appear in eventually_due, currently_due, past_due or alternatives and in pending_verification if one verification fails but another is still pending.
    • setCurrentlyDue

      public void setCurrentlyDue(List<String> currentlyDue)
      Fields that need to be resolved to keep the external account enabled. If not resolved by current_deadline, these fields will appear in past_due as well, and the account is disabled.
    • setErrors

      public void setErrors(List<BankAccount.FutureRequirements.Errors> errors)
      Details about validation and verification failures for due requirements that must be resolved.
    • setPastDue

      public void setPastDue(List<String> pastDue)
      Fields that haven't been resolved by current_deadline. These fields need to be resolved to enable the external account.
    • setPendingVerification

      public void setPendingVerification(List<String> pendingVerification)
      Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to eventually_due, currently_due, past_due or alternatives. Fields might appear in eventually_due, currently_due, past_due or alternatives and in pending_verification if one verification fails but another is still pending.
    • 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