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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Identity.VerificationSession.RelatedPerson{
  account: String.t() | nil,
  person: String.t() | nil
}
```

* `account` - Token referencing the associated Account of the related Person resource. Max length: 5000.
* `person` - Token referencing the related Person resource. Max length: 5000.

---

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