# `Stripe.Resources.FinancialConnections.AccountOwnership`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/financial_connections/account_ownership.ex#L2)

BankConnectionsResourceOwnership

Describes a snapshot of the owners of an account at a particular point in time.

# `t`

```elixir
@type t() :: %Stripe.Resources.FinancialConnections.AccountOwnership{
  created: integer(),
  id: String.t(),
  object: String.t(),
  owners: Stripe.Resources.FinancialConnections.AccountOwnership.Owners.t()
}
```

* `created` - Time at which the object was created. Measured in seconds since the Unix epoch. Format: Unix timestamp.
* `id` - Unique identifier for the object. Max length: 5000.
* `object` - String representing the object's type. Objects of the same type share the same value. Possible values: `financial_connections.account_ownership`.
* `owners` - A paginated list of owners for this account. Expandable.

# `expandable_fields`

# `object_name`

---

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