Class Account.Controller

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

public static class Account.Controller extends StripeObject
Get expanded front.
  • Constructor Details

    • Controller

      public Controller()
  • Method Details

    • getIsController

      public Boolean getIsController()
      true if the Connect application retrieving the resource controls the account and can therefore exercise platform controls. Otherwise, this field is null.
    • getType

      public String getType()
      The controller type. Can be application, if a Connect application controls the account, or account, if the account controls itself.
    • setIsController

      public void setIsController(Boolean isController)
      true if the Connect application retrieving the resource controls the account and can therefore exercise platform controls. Otherwise, this field is null.
    • setType

      public void setType(String type)
      The controller type. Can be application, if a Connect application controls the account, or account, if the account controls itself.
    • 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