Package com.stripe.service
Class EventService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.EventService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
List events, going back up to 30 days.list
(RequestOptions options) List events, going back up to 30 days.list
(EventListParams params) List events, going back up to 30 days.list
(EventListParams params, RequestOptions options) List events, going back up to 30 days.Retrieves the details of an event if it was created in the last 30 days.retrieve
(String id, RequestOptions options) Retrieves the details of an event if it was created in the last 30 days.retrieve
(String id, EventRetrieveParams params) Retrieves the details of an event if it was created in the last 30 days.retrieve
(String id, EventRetrieveParams params, RequestOptions options) Retrieves the details of an event if it was created in the last 30 days.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
EventService
-
-
Method Details
-
list
List events, going back up to 30 days. Each event data is rendered according to Stripe API version at its creation time, specified in event objectapi_version
attribute (not according to your current Stripe API version orStripe-Version
header).- Throws:
StripeException
-
list
List events, going back up to 30 days. Each event data is rendered according to Stripe API version at its creation time, specified in event objectapi_version
attribute (not according to your current Stripe API version orStripe-Version
header).- Throws:
StripeException
-
list
List events, going back up to 30 days. Each event data is rendered according to Stripe API version at its creation time, specified in event objectapi_version
attribute (not according to your current Stripe API version orStripe-Version
header).- Throws:
StripeException
-
list
public StripeCollection<Event> list(EventListParams params, RequestOptions options) throws StripeException List events, going back up to 30 days. Each event data is rendered according to Stripe API version at its creation time, specified in event objectapi_version
attribute (not according to your current Stripe API version orStripe-Version
header).- Throws:
StripeException
-
retrieve
Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which you might have received in a webhook.- Throws:
StripeException
-
retrieve
Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which you might have received in a webhook.- Throws:
StripeException
-
retrieve
Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which you might have received in a webhook.- Throws:
StripeException
-
retrieve
public Event retrieve(String id, EventRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which you might have received in a webhook.- Throws:
StripeException
-