public static class TokenCreateParams.Account
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TokenCreateParams.Account.Builder |
static class |
TokenCreateParams.Account.BusinessType |
static class |
TokenCreateParams.Account.Company |
static class |
TokenCreateParams.Account.Individual |
Modifier and Type | Method and Description |
---|---|
static TokenCreateParams.Account.Builder |
builder() |
TokenCreateParams.Account.BusinessType |
getBusinessType()
The business type.
|
TokenCreateParams.Account.Company |
getCompany()
Information about the company or business.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
TokenCreateParams.Account.Individual |
getIndividual()
Information about the person represented by the account.
|
java.lang.Boolean |
getTosShownAndAccepted()
Whether the user described by the data in the token has been shown the
Stripe Connected Account Agreement.
|
public static TokenCreateParams.Account.Builder builder()
public TokenCreateParams.Account.BusinessType getBusinessType()
public TokenCreateParams.Account.Company getCompany()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@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.public TokenCreateParams.Account.Individual getIndividual()
public java.lang.Boolean getTosShownAndAccepted()
true
.