StripeElixir.Params.V2.Core.AccountCreateParams.Defaults (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.V2.Core.AccountCreateParams.Defaults{
  currency: String.t() | nil,
  locales: [String.t()] | nil,
  profile: map() | nil,
  responsibilities: map() | nil
}
  • currency - Three-letter ISO currency code, in lowercase. Must be a supported currency.
  • locales - The Account's preferred locales (languages), ordered by preference.
  • profile - Account profile information.
  • responsibilities - Default responsibilities held by either Stripe or the platform.