# `Stripe.Params.V2.Core.Accounts.PersonListParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/accounts/person_list_params.ex#L2)

Parameters for person list.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.Accounts.PersonListParams{limit: integer() | nil}
```

* `limit` - The upper limit on the number of accounts returned by the List Account request.

---

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