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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetFees()trueif 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.inthashCode()voidvoidsetIsController(Boolean isController) trueif the Connect application retrieving the resource controls the account and can therefore exercise platform controls.voidsetLosses(Account.Controller.Losses losses) voidsetRequirementCollection(String requirementCollection) A value indicating responsibility for collecting requirements on this account.voidsetStripeDashboard(Account.Controller.StripeDashboard stripeDashboard) voidThe 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
trueif 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
trueif 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()
-