Stripe.Resources.Checkout.Session.TaxIdCollection (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Checkout.Session.TaxIdCollection{
  enabled: boolean() | nil,
  required: String.t() | nil
}
  • enabled - Indicates whether tax ID collection is enabled for the session
  • required - Indicates whether a tax ID is required on the payment page Possible values: if_supported, never.