# `Stripe.Resources.Identity.VerificationReport.Email`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/identity/verification_report.ex#L201)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Identity.VerificationReport.Email{
  email: String.t() | nil,
  error: Stripe.Resources.Identity.VerificationReport.Email.Error.t() | nil,
  status: String.t() | nil
}
```

* `email` - Email to be verified. Max length: 5000. Nullable.
* `error` - Details on the verification error. Present when status is `unverified`. Nullable.
* `status` - Status of this `email` check. Possible values: `unverified`, `verified`.

---

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