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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.Payto{
  mandate_options:
    Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.Payto.MandateOptions.t()
    | nil
}
```

* `mandate_options` - Additional fields for Mandate creation.

---

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