# `Stripe.Resources.Review.Session`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/review.ex#L87)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Review.Session{
  browser: String.t() | nil,
  device: String.t() | nil,
  platform: String.t() | nil,
  version: String.t() | nil
}
```

* `browser` - The browser used in this browser session (e.g., `Chrome`). Max length: 5000. Nullable.
* `device` - Information about the device used for the browser session (e.g., `Samsung SM-G930T`). Max length: 5000. Nullable.
* `platform` - The platform for the browser session (e.g., `Macintosh`). Max length: 5000. Nullable.
* `version` - The version for the browser session (e.g., `61.0.3163.100`). Max length: 5000. Nullable.

---

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