# `Stripe.Resources.SourceTransaction.SepaCreditTransfer`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/source_transaction.ex#L164)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SourceTransaction.SepaCreditTransfer{
  reference: String.t() | nil,
  sender_iban: String.t() | nil,
  sender_name: String.t() | nil
}
```

* `reference` - Reference associated with the transfer. Max length: 5000.
* `sender_iban` - Sender's bank account IBAN. Max length: 5000.
* `sender_name` - Sender's name. Max length: 5000.

---

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