Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.V2.Core.AccountCreateParams.Defaults{ currency: String.t() | nil, locales: [String.t()] | nil, profile: Stripe.Params.V2.Core.AccountCreateParams.Defaults.Profile.t() | nil, responsibilities: Stripe.Params.V2.Core.AccountCreateParams.Defaults.Responsibilities.t() | 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.