# radar\_review\_resource\_session

From **Stripe API**.

- Type: `object`

## Properties

### `browser`

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

The browser used in this browser session (e.g., `Chrome`).

### `device`

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

Information about the device used for the browser session (e.g., `Samsung SM-G930T`).

### `platform`

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

The platform for the browser session (e.g., `Macintosh`).

### `version`

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

The version for the browser session (e.g., `61.0.3163.100`).

## JSON Schema

```json
{"properties":{"browser":{"description":"The browser used in this browser session (e.g., `Chrome`).","maxLength":5000,"nullable":true,"type":"string"},"device":{"description":"Information about the device used for the browser session (e.g., `Samsung SM-G930T`).","maxLength":5000,"nullable":true,"type":"string"},"platform":{"description":"The platform for the browser session (e.g., `Macintosh`).","maxLength":5000,"nullable":true,"type":"string"},"version":{"description":"The version for the browser session (e.g., `61.0.3163.100`).","maxLength":5000,"nullable":true,"type":"string"}},"title":"RadarReviewResourceSession","type":"object","x-expandableFields":[]}
```
