Class PaymentEvaluation.Event.UserInterventionRaised

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

public static class PaymentEvaluation.Event.UserInterventionRaised extends StripeObject
User intervention raised event details attached to this payment evaluation.
  • Constructor Details

    • UserInterventionRaised

      public UserInterventionRaised()
  • Method Details

    • getCustom

      User intervention raised custom event details attached to this payment evaluation.
    • getKey

      public String getKey()
      Unique identifier for the user intervention event.
    • getType

      public String getType()
      Type of user intervention raised.

      One of 3ds, captcha, or custom.

    • setCustom

      User intervention raised custom event details attached to this payment evaluation.
    • setKey

      public void setKey(String key)
      Unique identifier for the user intervention event.
    • setType

      public void setType(String type)
      Type of user intervention raised.

      One of 3ds, captcha, or custom.

    • 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