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

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