Package com.stripe.param
Class TokenCreateParams.Account
java.lang.Object
com.stripe.param.TokenCreateParams.Account
- Enclosing class:
- TokenCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The business type.Information about the company or business.Map of extra parameters for custom features not available in this client library.Information about the person represented by the account.Whether the user described by the data in the token has been shown the Stripe Connected Account Agreement.
-
Method Details
-
builder
-
getBusinessType
The business type. -
getCompany
Information about the company or business. -
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. -
getIndividual
Information about the person represented by the account. -
getTosShownAndAccepted
Whether the user described by the data in the token has been shown the Stripe Connected Account Agreement. When creating an account token to create a new Connect account, this value must betrue
.
-