# `Stripe.Resources.Issuing.Cardholder.Individual.CardIssuing.UserTermsAcceptance`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/cardholder.ex#L128)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Issuing.Cardholder.Individual.CardIssuing.UserTermsAcceptance{
    date: integer() | nil,
    ip: String.t() | nil,
    user_agent: String.t() | nil
  }
```

* `date` - The Unix timestamp marking when the cardholder accepted the Authorized User Terms. Format: Unix timestamp. Nullable.
* `ip` - The IP address from which the cardholder accepted the Authorized User Terms. Max length: 5000. Nullable.
* `user_agent` - The user agent of the browser from which the cardholder accepted the Authorized User Terms. Max length: 5000. Nullable.

---

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