# `Stripe.Params.PaymentLinkCreateParams.TaxIdCollection`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_link_create_params.ex#L740)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentLinkCreateParams.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`.

---

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