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

    • getFees

      public Account.Controller.Fees getFees()
    • 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.
    • getLosses

      public Account.Controller.Losses getLosses()
    • getRequirementCollection

      public String getRequirementCollection()
      A value indicating responsibility for collecting requirements on this account. Only returned when the Connect application retrieving the resource controls the account.

      One of application, or stripe.

    • getStripeDashboard

      public Account.Controller.StripeDashboard getStripeDashboard()
    • getType

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

      public void setFees(Account.Controller.Fees fees)
    • 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.
    • setLosses

      public void setLosses(Account.Controller.Losses losses)
    • setRequirementCollection

      public void setRequirementCollection(String requirementCollection)
      A value indicating responsibility for collecting requirements on this account. Only returned when the Connect application retrieving the resource controls the account.

      One of application, or stripe.

    • setStripeDashboard

      public void setStripeDashboard(Account.Controller.StripeDashboard stripeDashboard)
    • 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