Class SessionCreateParams.AccountHolder
java.lang.Object
com.stripe.param.financialconnections.SessionCreateParams.AccountHolder
- Enclosing class:
- SessionCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe ID of the Stripe account whose accounts you will retrieve.The ID of the Stripe customer whose accounts you will retrieve.The ID of Account representing a customer whose accounts you will retrieve.Map of extra parameters for custom features not available in this client library.getType()Required. Type of account holder to collect accounts for.inthashCode()
-
Method Details
-
builder
-
getAccount
The ID of the Stripe account whose accounts you will retrieve. Only available whentypeisaccount. -
getCustomer
The ID of the Stripe customer whose accounts you will retrieve. Only available whentypeiscustomer. -
getCustomerAccount
The ID of Account representing a customer whose accounts you will retrieve. Only available whentypeiscustomer. -
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@SerializedNamevalue. 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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-