public class Events extends AbstractApi
client| Modifier and Type | Method and Description |
|---|---|
protected String |
buildUrl() |
protected String |
buildUrl(String eventId) |
EventResponse |
getEvent(String eventId)
Retrieve an event
https://stripe.com/docs/api#retrieve_event
|
ListEventsResponse |
listEvents(ListEventsRequest request)
Retrieve multiple events
https://stripe.com/docs/api#list_events
|
public Events(Client client)
public EventResponse getEvent(String eventId)
eventId - the id of the event to retrievepublic ListEventsResponse listEvents(ListEventsRequest request)
protected String buildUrl()
Copyright © 2014. All rights reserved.