# `Stripe.Services.FinancialConnections.AccountOwnerService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/financial_connections/account_owner_service.ex#L2)

BankConnectionsResourceOwner

Describes an owner of an account.

# `list_owners`

```elixir
@spec list_owners(Stripe.Client.t(), String.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

List Account Owners

Lists all owners for a given `Account`

---

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