Package com.stripe.param.v2.core
Class AccountCreateParams.Defaults
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Defaults
- Enclosing class:
- AccountCreateParams
Required. To request a new Capability for an account, pass true.
There can be a delay before the requested Capability becomes active.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
static class
static class
Internal-only description of the product sold or service provided by the business. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Three-letter ISO currency code, in lowercase.Map of extra parameters for custom features not available in this client library.The Account's preferred locales (languages), ordered by preference.Account profile information.Default responsibilities held by either Stripe or the platform.int
hashCode()
-
Method Details
-
builder
-
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
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. -
getLocales
The Account's preferred locales (languages), ordered by preference. -
getProfile
Account profile information. -
getResponsibilities
Default responsibilities held by either Stripe or the platform. -
equals
-
canEqual
-
hashCode
public int hashCode()
-