Nested struct within the parent resource.
Summary
Types
@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_blockedpayment_intent_id- The PaymentIntent ID associated with the payment evaluation. Max length: 5000.rejectedsucceededtype- Indicates the outcome of the payment evaluation. Possible values:failed,merchant_blocked,rejected,succeeded.