Package com.stripe.model
Class AccountSession.Components.AccountOnboarding
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountSession.Components.AccountOnboarding
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountSession.Components
Whether to allow platforms to control bank account collection for their connected
accounts. This feature can only be false for custom accounts (or accounts where the
platform is compliance owner). Otherwise, bank account collection is determined by
compliance requirements.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether the embedded component is enabled.int
hashCode()
void
setEnabled
(Boolean enabled) Whether the embedded component is enabled.void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AccountOnboarding
public AccountOnboarding()
-
-
Method Details