# `Stripe.Params.Radar.PaymentEvaluationCreateParams.ClientDeviceMetadataDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/radar/payment_evaluation_create_params.ex#L28)

Nested parameters.

# `t`

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

* `radar_session` - ID for the Radar Session to associate 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*
