Package com.stripe.model.v2.core
Class EventNotification.Reason
java.lang.Object
com.stripe.model.v2.core.EventNotification.Reason
- Enclosing class:
- EventNotification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInformation on the API request that instigated the event.getType()
Event reason type.
-
Constructor Details
-
Reason
public Reason()
-
-
Method Details
-
getRequest
Information on the API request that instigated the event. -
getType
Event reason type.Equal to
request
.
-