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
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getFees()
true
if the Connect application retrieving the resource controls the account and can therefore exercise platform controls.A value indicating responsibility for collecting requirements on this account.getType()
The controller type.int
hashCode()
void
void
setIsController
(Boolean isController) true
if the Connect application retrieving the resource controls the account and can therefore exercise platform controls.void
setLosses
(Account.Controller.Losses losses) void
setRequirementCollection
(String requirementCollection) A value indicating responsibility for collecting requirements on this account.void
setStripeDashboard
(Account.Controller.StripeDashboard stripeDashboard) 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
-
getFees
-
getIsController
true
if the Connect application retrieving the resource controls the account and can therefore exercise platform controls. Otherwise, this field is null. -
getLosses
-
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
, orstripe
. -
getStripeDashboard
-
getType
The controller type. Can beapplication
, if a Connect application controls the account, oraccount
, if the account controls itself. -
setFees
-
setIsController
true
if the Connect application retrieving the resource controls the account and can therefore exercise platform controls. Otherwise, this field is null. -
setLosses
-
setRequirementCollection
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
, orstripe
. -
setStripeDashboard
-
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()
-