# `Stripe.Resources.Mandate.CustomerAcceptance`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/mandate.ex#L62)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Mandate.CustomerAcceptance{
  accepted_at: integer() | nil,
  offline: map() | nil,
  online: Stripe.Resources.Mandate.CustomerAcceptance.Online.t() | nil,
  type: String.t() | nil
}
```

* `accepted_at` - The time that the customer accepts the mandate. Format: Unix timestamp. Nullable.
* `offline`
* `online`
* `type` - The mandate includes the type of customer acceptance information, such as: `online` or `offline`. Possible values: `offline`, `online`.

---

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