Package com.stripe.model.radar
Class PaymentEvaluation.Insights
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Insights
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentEvaluation
Collection of scores and insights for this payment evaluation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classScores, insights and recommended action for one scorer for this PaymentEvaluation. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe timestamp when the evaluation was performed.Scores, insights and recommended action for one scorer for this PaymentEvaluation.inthashCode()voidsetEvaluatedAt(Long evaluatedAt) The timestamp when the evaluation was performed.voidsetFraudulentDispute(PaymentEvaluation.Insights.FraudulentDispute fraudulentDispute) Scores, insights and recommended action for one scorer for this PaymentEvaluation.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Insights
public Insights()
-
-
Method Details
-
getEvaluatedAt
The timestamp when the evaluation was performed. -
getFraudulentDispute
Scores, insights and recommended action for one scorer for this PaymentEvaluation. -
setEvaluatedAt
The timestamp when the evaluation was performed. -
setFraudulentDispute
Scores, insights and recommended action for one scorer for this PaymentEvaluation. -
equals
-
canEqual
-
hashCode
public int hashCode()
-