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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.SetupIntent.PaymentMethodOptions.UsBankAccount.MandateOptions{
    collection_method: String.t() | nil
  }
```

* `collection_method` - Mandate collection method Possible values: `paper`.

---

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