public class AccountCreateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
AccountCreateParams.Builder |
static class |
AccountCreateParams.BusinessProfile |
static class |
AccountCreateParams.Company
The business's publicly available website.
|
static class |
AccountCreateParams.Individual
The front of a document returned by a [file upload](#create_file) with a `purpose`
value of `additional_verification`.
|
static class |
AccountCreateParams.RequestedCapability
The user agent of the browser from which the account representative accepted the Stripe
Services Agreement.
|
static class |
AccountCreateParams.Settings
The front of an ID returned by a [file upload](#create_file) with a `purpose` value of
`identity_document`.
|
static class |
AccountCreateParams.TosAcceptance
The day of the week when available funds are paid out, specified as `monday`,
`tuesday`, etc.
|
static class |
AccountCreateParams.Type |
ApiRequestParams.EnumParam
EXTRA_PARAMS_KEY
Modifier and Type | Method and Description |
---|---|
static AccountCreateParams.Builder |
builder() |
java.lang.String |
getAccountToken()
An [account token](https://stripe.com/docs/api#create_account_token), used to securely provide
details to the account.
|
AccountCreateParams.BusinessProfile |
getBusinessProfile()
Non-essential business information about the account.
|
java.lang.String |
getBusinessType()
The business type.
|
AccountCreateParams.Company |
getCompany()
Information about the company or business.
|
java.lang.String |
getCountry()
The country in which the account holder resides, or in which the business is legally
established.
|
java.lang.String |
getDefaultCurrency()
Three-letter ISO currency code representing the default currency for the account.
|
java.lang.String |
getEmail()
The email address of the account holder.
|
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.lang.String |
getExternalAccount()
A card or bank account to attach to the account.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
AccountCreateParams.Individual |
getIndividual()
Information about the person represented by the account.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
A set of key-value pairs that you can attach to an `Account` object.
|
java.util.List<AccountCreateParams.RequestedCapability> |
getRequestedCapabilities()
The set of capabilities you want to unlock for this account.
|
AccountCreateParams.Settings |
getSettings()
Options for customizing how the account functions within Stripe.
|
AccountCreateParams.TosAcceptance |
getTosAcceptance()
Details on the account's acceptance of the [Stripe Services
Agreement](https://stripe.com/docs/connect/updating-accounts#tos-acceptance).
|
AccountCreateParams.Type |
getType()
The type of Stripe account to create.
|
toMap
public static AccountCreateParams.Builder builder()
public java.lang.String getAccountToken()
public AccountCreateParams.BusinessProfile getBusinessProfile()
public java.lang.String getBusinessType()
public AccountCreateParams.Company getCompany()
public java.lang.String getCountry()
public java.lang.String getDefaultCurrency()
public java.lang.String getEmail()
public java.util.List<java.lang.String> getExpand()
public java.lang.String getExternalAccount()
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 AccountCreateParams.Individual getIndividual()
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
public java.util.List<AccountCreateParams.RequestedCapability> getRequestedCapabilities()
public AccountCreateParams.Settings getSettings()
public AccountCreateParams.TosAcceptance getTosAcceptance()
public AccountCreateParams.Type getType()