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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Mandate.CustomerAcceptance.Online{
  ip_address: String.t() | nil,
  user_agent: String.t() | nil
}
```

* `ip_address` - The customer accepts the mandate from this IP address. Max length: 5000. Nullable.
* `user_agent` - The customer accepts the mandate using the user agent of the browser. Max length: 5000. Nullable.

---

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