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

Nested struct within the parent resource.

# `t`

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

* `transaction_type` - Transaction type of the mandate. Possible values: `business`, `personal`. Nullable.

---

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