Stripe.Resources.Radar.PaymentEvaluation.Outcome (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.