StripeElixir.Params.Checkout.SessionCreateParams.NameCollection (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.Checkout.SessionCreateParams.NameCollection{
  business: map() | nil,
  individual: map() | nil
}
  • business - Controls settings applied for collecting the customer's business name on the session.
  • individual - Controls settings applied for collecting the customer's individual name on the session.