StripeElixir.Params.Checkout.SessionCreateParams.TaxIdCollection
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.Checkout.SessionCreateParams.TaxIdCollection{ enabled: boolean() | nil, required: String.t() | nil }
enabled- Enable tax ID collection during checkout. Defaults tofalse.required- Describes whether a tax ID is required during checkout. Defaults tonever. You can't set this parameter ifui_modeiscustom. Possible values:if_supported,never.