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

Nested struct within the parent resource.

# `t`

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

* `enabled` - If `true`, a phone number will be collected during checkout.

---

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