# `Stripe.Resources.Radar.PaymentEvaluation.ClientDeviceMetadataDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/radar/payment_evaluation.ex#L63)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.ClientDeviceMetadataDetails{
  radar_session: String.t() | nil
}
```

* `radar_session` - ID for the Radar Session associated with the payment evaluation. A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments. Max length: 5000.

---

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