# `Stripe.Resources.SourceMandateNotification.SepaDebit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/source_mandate_notification.ex#L84)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SourceMandateNotification.SepaDebit{
  creditor_identifier: String.t() | nil,
  last4: String.t() | nil,
  mandate_reference: String.t() | nil
}
```

* `creditor_identifier` - SEPA creditor ID. Max length: 5000.
* `last4` - Last 4 digits of the account number associated with the debit. Max length: 5000.
* `mandate_reference` - Mandate reference associated with the debit. Max length: 5000.

---

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