Package com.stripe.service.v2.core
Class EventService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.core.EventService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist
(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.retrieve
(String id, RequestOptions options) Retrieves the details of an event.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.- Throws:
StripeException
-
list
public StripeCollection<Event> list(EventListParams params, RequestOptions options) throws StripeException List events, going back up to 30 days.- Throws:
StripeException
-
retrieve
Retrieves the details of an event.- Throws:
StripeException
-
retrieve
Retrieves the details of an event.- Throws:
StripeException
-