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

Nested struct within the parent resource.

# `t`

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

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

---

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