Stripe.Resources.Radar.PaymentEvaluation.Events.UserInterventionResolved (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() ::
  %Stripe.Resources.Radar.PaymentEvaluation.Events.UserInterventionResolved{
    key: String.t() | nil,
    outcome: String.t() | nil
  }
  • key - Unique ID of this intervention. Use this to provide the result. Max length: 5000.
  • outcome - Result of the intervention if it has been completed. Possible values: abandoned, failed, passed. Nullable.