# `Stripe.Resources.Invoice.PaymentSettings.PaymentMethodOptions.Payto`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice.ex#L686)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Invoice.PaymentSettings.PaymentMethodOptions.Payto{
  mandate_options:
    Stripe.Resources.Invoice.PaymentSettings.PaymentMethodOptions.Payto.MandateOptions.t()
    | nil
}
```

* `mandate_options`

---

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