# card\_issuing\_account\_terms\_of\_service

From **Stripe API**.

- Type: `object`

## Properties

### `date`

- Required: false
- Type: `integer`
- Nullable: true

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

### `ip`

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

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

### `user_agent`

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

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

## JSON Schema

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