Package com.stripe.param
Class AccountCreateParams.Controller
java.lang.Object
com.stripe.param.AccountCreateParams.Controller
- Enclosing class:
- AccountCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static enum
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.
-
Method Details
-
builder
-
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. -
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.
-