# `Stripe.Resources.Identity.VerificationSession.ProvidedDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/identity/verification_session.ex#L205)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Identity.VerificationSession.ProvidedDetails{
  email: String.t() | nil,
  phone: String.t() | nil
}
```

* `email` - Email of user being verified Max length: 5000.
* `phone` - Phone number of user being verified Max length: 5000.

---

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