# `Stripe.Resources.CustomerCashBalanceTransaction.Funded.BankTransfer.EuBankTransfer`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/customer_cash_balance_transaction.ex#L133)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.CustomerCashBalanceTransaction.Funded.BankTransfer.EuBankTransfer{
    bic: String.t() | nil,
    iban_last4: String.t() | nil,
    sender_name: String.t() | nil
  }
```

* `bic` - The BIC of the bank of the sender of the funding. Max length: 5000. Nullable.
* `iban_last4` - The last 4 digits of the IBAN of the sender of the funding. Max length: 5000. Nullable.
* `sender_name` - The full name of the sender, as supplied by the sending bank. Max length: 5000. Nullable.

---

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