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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses{
    aba: Stripe.Resources.Aba.t() | nil,
    iban:
      Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Iban.t()
      | nil,
    sort_code: Stripe.Resources.SortCodeRecords.t() | nil,
    spei:
      Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Spei.t()
      | nil,
    supported_networks: [String.t()] | nil,
    swift:
      Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Swift.t()
      | nil,
    type: String.t() | nil,
    zengin:
      Stripe.Resources.NextActionDisplayBankTransferInstructions.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*
