Class SessionCreateParams.AccountHolder
java.lang.Object
com.stripe.param.financialconnections.SessionCreateParams.AccountHolder
- Enclosing class:
- SessionCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ID of the Stripe account whose accounts will be retrieved.The ID of the Stripe customer whose accounts will be retrieved.Map of extra parameters for custom features not available in this client library.getType()
Required. Type of account holder to collect accounts for.
-
Method Details
-
builder
-
getAccount
The ID of the Stripe account whose accounts will be retrieved. Should only be present iftype
isaccount
. -
getCustomer
The ID of the Stripe customer whose accounts will be retrieved. Should only be present iftype
iscustomer
. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getType
Required. Type of account holder to collect accounts for.
-