Class Account.Controller.Dashboard

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Controller.Dashboard
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Controller

public static class Account.Controller.Dashboard extends StripeObject
  • Constructor Details

    • Dashboard

      public Dashboard()
  • Method Details

    • getType

      public String getType()
      Whether this account has access to the full Stripe dashboard (full), to the Express dashboard (express), or to no dashboard (none).

      One of express, full, or none.

    • setType

      public void setType(String type)
      Whether this account has access to the full Stripe dashboard (full), to the Express dashboard (express), or to no dashboard (none).

      One of express, full, or none.

    • 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