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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SetupIntent.PaymentMethodOptions.AcssDebit{
  currency: String.t() | nil,
  mandate_options:
    Stripe.Resources.SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions.t()
    | nil,
  verification_method: String.t() | nil
}
```

* `currency` - Currency supported by the bank account Possible values: `cad`, `usd`. Nullable.
* `mandate_options`
* `verification_method` - Bank account verification method. Possible values: `automatic`, `instant`, `microdeposits`.

---

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