# `Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.MandateOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_create_params.ex#L989)

Nested parameters.

# `t`

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

* `collection_method` - The method used to collect offline mandate customer acceptance. Possible values: `paper`.

---

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