Package com.stripe.model
Class Event.Request
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Event.Request
- All Implemented Interfaces:
HasId
,StripeObjectInterface
- Enclosing class:
- Event
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
ID of the API request that caused the event.The idempotency key transmitted during the request, if any.int
hashCode()
void
ID of the API request that caused the event.void
setIdempotencyKey
(String idempotencyKey) The idempotency key transmitted during the request, if any.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Request
public Request()
-
-
Method Details
-
getIdempotencyKey
The idempotency key transmitted during the request, if any. Note: This property is populated only for events on or after May 23, 2017. -
setId
ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the dashboard, but currently not in the API. -
setIdempotencyKey
The idempotency key transmitted during the request, if any. Note: This property is populated only for events on or after May 23, 2017. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the dashboard, but currently not in the API.
-