StripeElixir.Params.Checkout.SessionCreateParams.TaxIdCollection (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.Checkout.SessionCreateParams.TaxIdCollection{
  enabled: boolean() | nil,
  required: String.t() | nil
}
  • enabled - Enable tax ID collection during checkout. Defaults to false.
  • required - Describes whether a tax ID is required during checkout. Defaults to never. You can't set this parameter if ui_mode is custom. Possible values: if_supported, never.