Package com.stripe.param
Class AccountCreateParams.Controller
java.lang.Object
com.stripe.param.AccountCreateParams.Controller
- Enclosing class:
- AccountCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classWhether the controller has pricing controls for this account.static classstatic classstatic enumstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanA hash of configuration describing the Connect application that controls the account.Properties of the account's dashboard.Map of extra parameters for custom features not available in this client library.getFees()A hash of configuration for who pays Stripe fees for product usage on this account.A hash of configuration for products that have negative balance liability, and whether Stripe or a Connect application is responsible for them.A value indicating responsibility for collecting updated information when requirements on the account are due or change.A hash of configuration for Stripe-hosted dashboards.inthashCode()
-
Method Details
-
builder
-
getApplication
A hash of configuration describing the Connect application that controls the account. -
getDashboard
Properties of the account's dashboard. -
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. -
getFees
A hash of configuration for who pays Stripe fees for product usage on this account. -
getLosses
A hash of configuration for products that have negative balance liability, and whether Stripe or a Connect application is responsible for them. -
getRequirementCollection
A value indicating responsibility for collecting updated information when requirements on the account are due or change. Defaults tostripe. -
getStripeDashboard
A hash of configuration for Stripe-hosted dashboards. -
equals
-
canEqual
-
hashCode
public int hashCode()
-