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 boolean
boolean
true
if the Connect application retrieving the resource controls the account and can therefore exercise platform controls.getType()
The controller type.int
hashCode()
void
setIsController
(Boolean isController) true
if the Connect application retrieving the resource controls the account and can therefore exercise platform controls.void
The controller type.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Controller
public Controller()
-
-
Method Details
-
getIsController
true
if 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
true
if 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()
-