Stripe.Resources.Radar.PaymentEvaluation.Insights.FraudulentDispute (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Insights.FraudulentDispute{
  recommended_action: String.t() | nil,
  risk_score: integer() | nil
}
  • recommended_action - Recommended action based on the risk score. Possible values are block and continue. Possible values: block, continue.
  • risk_score - Stripe Radar’s evaluation of the risk level of the payment. Possible values for evaluated payments are between 0 and 100, with higher scores indicating higher risk.