Package com.stripe.param.v2.core
Class AccountUpdateParams.Configuration
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Configuration
- Enclosing class:
- AccountUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classTo request a new Capability for an account, pass true.static classState, county, province, or region.static classTown or cho-me.static classTo request a new Capability for an account, pass true. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe CardCreator Configuration allows the Account to create and issue cards to users.The Customer Configuration allows the Account to be charged.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.inthashCode()
-
Method Details
-
builder
-
getCardCreator
The CardCreator Configuration allows the Account to create and issue cards to users. -
getCustomer
The Customer Configuration allows the Account to be charged. -
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. -
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()
-