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 district.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.Enables 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
Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set. -
getRecipient
The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set. -
getStorer
The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts. -
equals
-
canEqual
-
hashCode
public int hashCode()
-