Package com.stripe.model.radar
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
User intervention raised event details attached to this payment evaluation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUser intervention raised custom 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 booleanbooleanUser intervention raised custom event details attached to this payment evaluation.getKey()Unique identifier for the user intervention event.getType()Type of user intervention raised.inthashCode()voidUser intervention raised custom event details attached to this payment evaluation.voidUnique identifier for the user intervention event.voidType of user intervention raised.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UserInterventionRaised
public UserInterventionRaised()
-
-
Method Details
-
getCustom
User intervention raised custom event details attached to this payment evaluation. -
getKey
Unique identifier for the user intervention event. -
getType
Type of user intervention raised.One of
3ds,captcha, orcustom. -
setCustom
User intervention raised custom event details attached to this payment evaluation. -
setKey
Unique identifier for the user intervention event. -
setType
Type of user intervention raised.One of
3ds,captcha, orcustom. -
equals
-
canEqual
-
hashCode
public int hashCode()
-