Package com.stripe.model
Class EventRequest
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.EventRequest
- All Implemented Interfaces:
HasId,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()ID of the API request that caused the event.The idempotency key transmitted during the request, if any.inthashCode()voidID of the API request that caused the event.voidsetIdempotencyKey(String idempotencyKey) The idempotency key transmitted during the request, if any.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EventRequest
public EventRequest()
-
-
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.
-