Stripe.Resources.V2.Core.Account.Defaults (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.V2.Core.Account.Defaults{
  currency: String.t() | nil,
  locales: [String.t()] | nil,
  profile: Stripe.Resources.V2.Core.Account.Defaults.Profile.t() | nil,
  responsibilities:
    Stripe.Resources.V2.Core.Account.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.