# `Stripe.Resources.PaymentLink.TaxIdCollection`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_link.ex#L835)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentLink.TaxIdCollection{
  enabled: boolean() | nil,
  required: String.t() | nil
}
```

* `enabled` - Indicates whether tax ID collection is enabled for the session.
* `required` - Possible values: `if_supported`, `never`.

---

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