# `Stripe.Resources.ConfirmationToken.MandateData`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L73)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.ConfirmationToken.MandateData{
  customer_acceptance:
    Stripe.Resources.ConfirmationToken.MandateData.CustomerAcceptance.t() | nil
}
```

* `customer_acceptance`

---

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