Package com.stripe.param.v2.core
Class AccountCreateParams.Defaults
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Defaults
- Enclosing class:
- AccountCreateParams
The name of the primary regulatory authority that oversees the business's regulated
activities.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic classstatic classInternal-only description of the product sold or service provided by the business. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThree-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.inthashCode()
-
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@SerializedNamevalue. 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()
-