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

Nested parameters.

# `t`

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

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

---

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