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

Nested struct within the parent resource.

# `t`

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

* `ip_address` - The IP address from which the Mandate was accepted by the customer. Max length: 5000. Nullable.
* `user_agent` - The user agent of the browser from which the Mandate was accepted by the customer. Max length: 5000. Nullable.

---

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