# `Stripe.Resources.Checkout.Session.PhoneNumberCollection`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L2106)

Nested struct within the parent resource.

# `t`

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

* `enabled` - Indicates whether phone number collection is enabled for the session

---

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