# `Stripe.Resources.Checkout.Session.TaxIdCollection`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L2206)

Nested struct within the parent resource.

# `t`

```elixir
@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`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
