Package com.stripe.param.v2.core
Class AccountCreateParams.Configuration
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration
- Enclosing class:
- AccountCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
State, county, province, or region.static class
Town or cho-me.static class
Required. To request a new Capability for an account, pass true. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The Customer Configuration allows the Account to be used in inbound payment flows.Map of extra parameters for custom features not available in this client library.The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform.The Recipient Configuration allows the Account to receive funds.The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.int
hashCode()
-
Method Details
-
builder
-
getCustomer
The Customer Configuration allows the Account to be used in inbound payment flows. -
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. -
getMerchant
The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform. -
getRecipient
The Recipient Configuration allows the Account to receive funds. -
getStorer
The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts. -
equals
-
canEqual
-
hashCode
public int hashCode()
-