Stripe.Resources.Radar.PaymentEvaluation.Insights (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{
  card_issuer_decline:
    Stripe.Resources.Radar.PaymentEvaluation.Insights.CardIssuerDecline.t()
    | nil,
  evaluated_at: integer() | nil,
  fraudulent_dispute:
    Stripe.Resources.Radar.PaymentEvaluation.Insights.FraudulentDispute.t()
    | nil
}
  • card_issuer_decline - Stripe Radar's evaluation of the likelihood of a card issuer decline on this payment. Nullable.
  • evaluated_at - The timestamp when the evaluation was performed. Format: Unix timestamp.
  • fraudulent_dispute