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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SourceMandateNotification.BacsDebit{
  last4: String.t() | nil
}
```

* `last4` - Last 4 digits of the account number associated with the debit. Max length: 5000.

---

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