Stripe.Params.Checkout.SessionCreateParams.NameCollection.Individual
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.NameCollection.Individual{ enabled: boolean() | nil, optional: boolean() | nil }
enabled- Enable individual name collection on the Checkout Session. Defaults tofalse.optional- Whether the customer is required to provide their name before completing the Checkout Session. Defaults tofalse.