Package com.stripe.model
Class Event.Reason
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Event.Reason
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Event
For more details about Reason, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AutomationAction, please refer to the API Reference.static class
For more details about Request, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
The type of the reason for the event.int
hashCode()
void
setAutomationAction
(Event.Reason.AutomationAction automationAction) void
setRequest
(Event.Reason.Request request) void
The type of the reason for the event.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Reason
public Reason()
-
-
Method Details
-
getAutomationAction
-
getRequest
-
getType
The type of the reason for the event.One of
automation_action
, orrequest
. -
setAutomationAction
-
setRequest
-
setType
The type of the reason for the event.One of
automation_action
, orrequest
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-