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