# `Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.RiskAssessment.FraudRisk`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/issuing/authorization_create_params.ex#L275)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.RiskAssessment.FraudRisk{
    level: String.t() | nil,
    score: float() | nil
  }
```

* `level` - Stripe’s assessment of the likelihood of fraud on an authorization. Possible values: `elevated`, `highest`, `low`, `normal`, `not_assessed`, `unknown`.
* `score` - Stripe’s numerical model score assessing the likelihood of fraudulent activity. A higher score means a higher likelihood of fraudulent activity, and anything above 25 is considered high risk.

---

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