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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentLinkCreateParams.PhoneNumberCollection{
  enabled: boolean() | nil
}
```

* `enabled` - Set to `true` to enable phone number collection.

---

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