Stripe.Params.AccountCreateParams.Controller.StripeDashboard (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.AccountCreateParams.Controller.StripeDashboard{
  type: String.t() | nil
}
  • type - Whether this account should have access to the full Stripe Dashboard (full), to the Express Dashboard (express), or to no Stripe-hosted dashboard (none). Defaults to full. Possible values: express, full, none.