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

Nested struct within the parent resource.

# `t`

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

* `statement_descriptor` - The statement descriptor associate with the debit. Max length: 5000.

---

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