# account\_tos\_acceptance

From **Stripe API**.

- Type: `object`

## Properties

### `date`

- Required: false
- Type: `integer`
- Format: `unix-time`
- Nullable: true

The Unix timestamp marking when the account representative accepted their service agreement

### `ip`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

The IP address from which the account representative accepted their service agreement

### `service_agreement`

- Required: false
- Type: `string`
- maxLength: `5000`

The user's service agreement type

### `user_agent`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

The user agent of the browser from which the account representative accepted their service agreement

## JSON Schema

```json
{"properties":{"date":{"description":"The Unix timestamp marking when the account representative accepted their service agreement","format":"unix-time","nullable":true,"type":"integer"},"ip":{"description":"The IP address from which the account representative accepted their service agreement","maxLength":5000,"nullable":true,"type":"string"},"service_agreement":{"description":"The user's service agreement type","maxLength":5000,"type":"string"},"user_agent":{"description":"The user agent of the browser from which the account representative accepted their service agreement","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountTOSAcceptance","type":"object","x-expandableFields":[]}
```
