# `Stripe.Params.AccountPersonListParams.Relationship`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_person_list_params.ex#L22)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountPersonListParams.Relationship{
  authorizer: boolean() | nil,
  director: boolean() | nil,
  executive: boolean() | nil,
  legal_guardian: boolean() | nil,
  owner: boolean() | nil,
  representative: boolean() | nil
}
```

* `authorizer` - A filter on the list of people returned based on whether these people are authorizers of the account's representative.
* `director` - A filter on the list of people returned based on whether these people are directors of the account's company.
* `executive` - A filter on the list of people returned based on whether these people are executives of the account's company.
* `legal_guardian` - A filter on the list of people returned based on whether these people are legal guardians of the account's representative.
* `owner` - A filter on the list of people returned based on whether these people are owners of the account's company.
* `representative` - A filter on the list of people returned based on whether these people are the representative of the account's company.

---

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