StripeElixir.Params.V2.Core.Accounts.PersonCreateParams.ScriptNames (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.V2.Core.Accounts.PersonCreateParams.ScriptNames{
  kana: map() | nil,
  kanji: map() | nil
}
  • kana - Persons name in kana script.
  • kanji - Persons name in kanji script.