# `Stripe.Resources.SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/setup_intent.ex#L286)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions{
    custom_mandate_url: String.t() | nil,
    default_for: [String.t()] | nil,
    interval_description: String.t() | nil,
    payment_schedule: String.t() | nil,
    transaction_type: String.t() | nil
  }
```

* `custom_mandate_url` - A URL for custom mandate text Max length: 5000.
* `default_for` - List of Stripe products where this mandate can be selected automatically.
* `interval_description` - Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'. Max length: 5000. Nullable.
* `payment_schedule` - Payment schedule for the mandate. Possible values: `combined`, `interval`, `sporadic`. Nullable.
* `transaction_type` - Transaction type of the mandate. Possible values: `business`, `personal`. Nullable.

---

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