Package com.stripe.model
Class Account.Controller
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Controller
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Account
Get expanded
front.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleantrueif the Connect application retrieving the resource controls the account and can therefore exercise platform controls.getType()The controller type.inthashCode()voidsetIsController(Boolean isController) trueif the Connect application retrieving the resource controls the account and can therefore exercise platform controls.voidThe controller type.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Controller
public Controller()
-
-
Method Details
-
getIsController
trueif the Connect application retrieving the resource controls the account and can therefore exercise platform controls. Otherwise, this field is null. -
getType
The controller type. Can beapplication, if a Connect application controls the account, oraccount, if the account controls itself. -
setIsController
trueif the Connect application retrieving the resource controls the account and can therefore exercise platform controls. Otherwise, this field is null. -
setType
The controller type. Can beapplication, if a Connect application controls the account, oraccount, if the account controls itself. -
equals
-
canEqual
-
hashCode
public int hashCode()
-