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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Swift{
    account_holder_address: Stripe.Resources.Address.t() | nil,
    account_holder_name: String.t() | nil,
    account_number: String.t() | nil,
    account_type: String.t() | nil,
    bank_address: Stripe.Resources.Address.t() | nil,
    bank_name: String.t() | nil,
    swift_code: String.t() | nil
  }
```

* `account_holder_address`
* `account_holder_name` - The account holder name Max length: 5000.
* `account_number` - The account number Max length: 5000.
* `account_type` - The account type Max length: 5000.
* `bank_address`
* `bank_name` - The bank name Max length: 5000.
* `swift_code` - The SWIFT code Max length: 5000.

---

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