Class PaymentEvaluation.Insights

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Insights
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentEvaluation

public static class PaymentEvaluation.Insights extends StripeObject
Collection of scores and insights for this payment evaluation.
  • Constructor Details

    • Insights

      public Insights()
  • Method Details

    • getCardIssuerDecline

      public PaymentEvaluation.Insights.CardIssuerDecline getCardIssuerDecline()
      Stripe Radar's evaluation of the likelihood of a card issuer decline on this payment.
    • getEvaluatedAt

      public Long getEvaluatedAt()
      The timestamp when the evaluation was performed.
    • getFraudulentDispute

      public PaymentEvaluation.Insights.FraudulentDispute getFraudulentDispute()
      Scores, insights and recommended action for one scorer for this PaymentEvaluation.
    • setCardIssuerDecline

      public void setCardIssuerDecline(PaymentEvaluation.Insights.CardIssuerDecline cardIssuerDecline)
      Stripe Radar's evaluation of the likelihood of a card issuer decline on this payment.
    • setEvaluatedAt

      public void setEvaluatedAt(Long evaluatedAt)
      The timestamp when the evaluation was performed.
    • setFraudulentDispute

      public void setFraudulentDispute(PaymentEvaluation.Insights.FraudulentDispute fraudulentDispute)
      Scores, insights and recommended action for one scorer for this PaymentEvaluation.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object