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