Stripe.Params.Checkout.SessionCreateParams.NameCollection (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.Checkout.SessionCreateParams.NameCollection{
  business:
    Stripe.Params.Checkout.SessionCreateParams.NameCollection.Business.t() | nil,
  individual:
    Stripe.Params.Checkout.SessionCreateParams.NameCollection.Individual.t()
    | 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.