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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Outcome{
  merchant_blocked:
    Stripe.Resources.Radar.PaymentEvaluation.Outcome.MerchantBlocked.t() | nil,
  payment_intent_id: String.t() | nil,
  rejected: Stripe.Resources.Radar.PaymentEvaluation.Outcome.Rejected.t() | nil,
  succeeded:
    Stripe.Resources.Radar.PaymentEvaluation.Outcome.Succeeded.t() | nil,
  type: String.t() | nil
}
```

* `merchant_blocked`
* `payment_intent_id` - The PaymentIntent ID associated with the payment evaluation. Max length: 5000.
* `rejected`
* `succeeded`
* `type` - Indicates the outcome of the payment evaluation. Possible values: `failed`, `merchant_blocked`, `rejected`, `succeeded`.

---

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