# `Stripe.Resources.Mandate.PaymentMethodDetails.AuBecsDebit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/mandate.ex#L164)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Mandate.PaymentMethodDetails.AuBecsDebit{
  url: String.t() | nil
}
```

* `url` - The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively. Max length: 5000.

---

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