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 classstatic classstatic classState, county, province, or region.static classTown or district. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe 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.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.inthashCode()
-
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@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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-