# `Stripe.Resources.Charge.PaymentMethodDetails.SepaCreditTransfer`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L1916)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.SepaCreditTransfer{
  bank_name: String.t() | nil,
  bic: String.t() | nil,
  iban: String.t() | nil
}
```

* `bank_name` - Name of the bank associated with the bank account. Max length: 5000. Nullable.
* `bic` - Bank Identifier Code of the bank associated with the bank account. Max length: 5000. Nullable.
* `iban` - IBAN of the bank account to transfer funds to. Max length: 5000. Nullable.

---

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