public class EventResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
created |
protected Map<String,Object> |
data |
protected String |
id |
protected boolean |
livemode |
protected String |
object |
protected int |
pendingWebhooks |
protected String |
request |
protected String |
type |
| Constructor and Description |
|---|
EventResponse() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
Map<String,Object> |
getData() |
String |
getId() |
String |
getObject() |
int |
getPendingWebhooks() |
String |
getRequest() |
String |
getType() |
boolean |
isLivemode() |
protected String id
protected String object
protected boolean livemode
protected Date created
protected int pendingWebhooks
protected String type
protected String request
Copyright © 2014. All rights reserved.