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 enum
static class
-
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.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. -
getResponsibilities
Default responsibilities held by either Stripe or the platform. -
equals
-
canEqual
-
hashCode
public int hashCode()
-