# `Stripe.Resources.Treasury.FinancialAccount.FinancialAddresses`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/treasury/financial_account.ex#L78)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Treasury.FinancialAccount.FinancialAddresses{
  aba: Stripe.Resources.Aba.t() | nil,
  supported_networks: [String.t()] | nil,
  type: String.t() | nil
}
```

* `aba`
* `supported_networks` - The list of networks that the address supports
* `type` - The type of financial address Possible values: `aba`.

---

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