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 classFor more details about AutomationAction, please refer to the API Reference.static classFor 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 booleanbooleangetType()The type of the reason for the event.inthashCode()voidsetAutomationAction(Event.Reason.AutomationAction automationAction) voidsetRequest(Event.Reason.Request request) voidThe 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()
-