# `Stripe.Params.Issuing.CardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/issuing/cardholder_create_params.ex#L126)

Nested parameters.

# `t`

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

* `date` - The Unix timestamp marking when the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users. Format: Unix timestamp.
* `ip` - The IP address from which the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users.
* `user_agent` - The user agent of the browser from which the cardholder accepted the Authorized User Terms.

---

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