Package com.stripe.model.radar
Class PaymentEvaluation.Event
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Event
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentEvaluation
Event reported for this payment evaluation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDispute opened event details attached to this payment evaluation.static classEarly Fraud Warning Received event details attached to this payment evaluation.static classRefunded Event details attached to this payment evaluation.static classUser intervention raised event details attached to this payment evaluation.static classUser Intervention Resolved Event details attached to this payment evaluation. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDispute opened event details attached to this payment evaluation.Early Fraud Warning Received event details attached to this payment evaluation.Timestamp when the event occurred.Refunded Event details attached to this payment evaluation.getType()Indicates the type of event attached to the payment evaluation.User intervention raised event details attached to this payment evaluation.User Intervention Resolved Event details attached to this payment evaluation.inthashCode()voidsetDisputeOpened(PaymentEvaluation.Event.DisputeOpened disputeOpened) Dispute opened event details attached to this payment evaluation.voidsetEarlyFraudWarningReceived(PaymentEvaluation.Event.EarlyFraudWarningReceived earlyFraudWarningReceived) Early Fraud Warning Received event details attached to this payment evaluation.voidsetOccurredAt(Long occurredAt) Timestamp when the event occurred.voidsetRefunded(PaymentEvaluation.Event.Refunded refunded) Refunded Event details attached to this payment evaluation.voidIndicates the type of event attached to the payment evaluation.voidsetUserInterventionRaised(PaymentEvaluation.Event.UserInterventionRaised userInterventionRaised) User intervention raised event details attached to this payment evaluation.voidsetUserInterventionResolved(PaymentEvaluation.Event.UserInterventionResolved userInterventionResolved) User Intervention Resolved Event details attached to this payment evaluation.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getDisputeOpened
Dispute opened event details attached to this payment evaluation. -
getEarlyFraudWarningReceived
Early Fraud Warning Received event details attached to this payment evaluation. -
getOccurredAt
Timestamp when the event occurred. -
getRefunded
Refunded Event details attached to this payment evaluation. -
getType
Indicates the type of event attached to the payment evaluation.One of
dispute_opened,early_fraud_warning_received,refunded,user_intervention_raised, oruser_intervention_resolved. -
getUserInterventionRaised
User intervention raised event details attached to this payment evaluation. -
getUserInterventionResolved
User Intervention Resolved Event details attached to this payment evaluation. -
setDisputeOpened
Dispute opened event details attached to this payment evaluation. -
setEarlyFraudWarningReceived
public void setEarlyFraudWarningReceived(PaymentEvaluation.Event.EarlyFraudWarningReceived earlyFraudWarningReceived) Early Fraud Warning Received event details attached to this payment evaluation. -
setOccurredAt
Timestamp when the event occurred. -
setRefunded
Refunded Event details attached to this payment evaluation. -
setType
Indicates the type of event attached to the payment evaluation.One of
dispute_opened,early_fraud_warning_received,refunded,user_intervention_raised, oruser_intervention_resolved. -
setUserInterventionRaised
public void setUserInterventionRaised(PaymentEvaluation.Event.UserInterventionRaised userInterventionRaised) User intervention raised event details attached to this payment evaluation. -
setUserInterventionResolved
public void setUserInterventionResolved(PaymentEvaluation.Event.UserInterventionResolved userInterventionResolved) User Intervention Resolved Event details attached to this payment evaluation. -
equals
-
canEqual
-
hashCode
public int hashCode()
-