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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Spei{
    account_holder_address: Stripe.Resources.Address.t() | nil,
    account_holder_name: String.t() | nil,
    bank_address: Stripe.Resources.Address.t() | nil,
    bank_code: String.t() | nil,
    bank_name: String.t() | nil,
    clabe: String.t() | nil
  }
```

* `account_holder_address`
* `account_holder_name` - The account holder name Max length: 5000.
* `bank_address`
* `bank_code` - The three-digit bank code Max length: 5000.
* `bank_name` - The short banking institution name Max length: 5000.
* `clabe` - The CLABE number Max length: 5000.

---

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