Class Account.FutureRequirements

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

public static class Account.FutureRequirements extends StripeObject
Information about the future requirements for the Account that will eventually come into effect, including what information needs to be collected, and by when.
  • Constructor Details

    • FutureRequirements

      public FutureRequirements()
  • Method Details

    • getEntries

      public List<Account.FutureRequirements.Entry> getEntries()
      A list of requirements for the Account.
    • getMinimumTransitionDate

      public Instant getMinimumTransitionDate()
      The time at which the future requirements become effective.
    • getSummary

      An object containing an overview of requirements for the Account.
    • setEntries

      public void setEntries(List<Account.FutureRequirements.Entry> entries)
      A list of requirements for the Account.
    • setMinimumTransitionDate

      public void setMinimumTransitionDate(Instant minimumTransitionDate)
      The time at which the future requirements become effective.
    • setSummary

      public void setSummary(Account.FutureRequirements.Summary summary)
      An object containing an overview of requirements for the Account.
    • 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