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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.ConfirmationToken.MandateData.CustomerAcceptance{
  online:
    Stripe.Resources.ConfirmationToken.MandateData.CustomerAcceptance.Online.t()
    | nil,
  type: String.t() | nil
}
```

* `online` - If this is a Mandate accepted online, this hash contains details about the online acceptance. Nullable.
* `type` - The type of customer acceptance information included with the Mandate. Max length: 5000.

---

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