Package com.stripe.model.v2.core
Class EventNotification.Request
java.lang.Object
com.stripe.model.v2.core.EventNotification.Request
- Enclosing class:
- EventNotification
For more details about Request, please refer to the API
Reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
ID of the API request that caused the event.The idempotency key transmitted during the request.
-
Constructor Details
-
Request
public Request()
-
-
Method Details
-
getId
ID of the API request that caused the event. -
getIdempotencyKey
The idempotency key transmitted during the request.
-