Class PaymentEvaluation.Event

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

public static class PaymentEvaluation.Event extends StripeObject
Event reported for this payment evaluation.
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getDisputeOpened

      public PaymentEvaluation.Event.DisputeOpened getDisputeOpened()
      Dispute opened event details attached to this payment evaluation.
    • getEarlyFraudWarningReceived

      public PaymentEvaluation.Event.EarlyFraudWarningReceived getEarlyFraudWarningReceived()
      Early Fraud Warning Received event details attached to this payment evaluation.
    • getOccurredAt

      public Long getOccurredAt()
      Timestamp when the event occurred.
    • getRefunded

      public PaymentEvaluation.Event.Refunded getRefunded()
      Refunded Event details attached to this payment evaluation.
    • getType

      public String getType()
      Indicates the type of event attached to the payment evaluation.

      One of dispute_opened, early_fraud_warning_received, refunded, user_intervention_raised, or user_intervention_resolved.

    • getUserInterventionRaised

      public PaymentEvaluation.Event.UserInterventionRaised getUserInterventionRaised()
      User intervention raised event details attached to this payment evaluation.
    • getUserInterventionResolved

      public PaymentEvaluation.Event.UserInterventionResolved getUserInterventionResolved()
      User Intervention Resolved Event details attached to this payment evaluation.
    • setDisputeOpened

      public void setDisputeOpened(PaymentEvaluation.Event.DisputeOpened disputeOpened)
      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

      public void setOccurredAt(Long occurredAt)
      Timestamp when the event occurred.
    • setRefunded

      public void setRefunded(PaymentEvaluation.Event.Refunded refunded)
      Refunded Event details attached to this payment evaluation.
    • setType

      public void setType(String type)
      Indicates the type of event attached to the payment evaluation.

      One of dispute_opened, early_fraud_warning_received, refunded, user_intervention_raised, or user_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

      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