# `Stripe.Resources.BankTransfer.FinancialAddresses`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/bank_transfer.ex#L25)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.BankTransfer.FinancialAddresses{
  aba: Stripe.Resources.Aba.t() | nil,
  iban: Stripe.Resources.BankTransfer.FinancialAddresses.Iban.t() | nil,
  sort_code: Stripe.Resources.SortCodeRecords.t() | nil,
  spei: Stripe.Resources.BankTransfer.FinancialAddresses.Spei.t() | nil,
  supported_networks: [String.t()] | nil,
  swift: Stripe.Resources.BankTransfer.FinancialAddresses.Swift.t() | nil,
  type: String.t() | nil,
  zengin: Stripe.Resources.BankTransfer.FinancialAddresses.Zengin.t() | nil
}
```

* `aba`
* `iban`
* `sort_code`
* `spei`
* `supported_networks` - The payment networks supported by this FinancialAddress
* `swift`
* `type` - The type of financial address Possible values: `aba`, `iban`, `sort_code`, `spei`, `swift`, `zengin`.
* `zengin`

---

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