Stripe.Resources.Checkout.Session.NameCollection.Individual
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Checkout.Session.NameCollection.Individual{ enabled: boolean() | nil, optional: boolean() | nil }
enabled- Indicates whether individual name collection is enabled for the sessionoptional- Whether the customer is required to complete the field before completing the Checkout Session. Defaults tofalse.