public class EventCollection extends StripeObject
PRETTY_PRINT_GSON
EventCollection()
Integer
getCount()
List<Event>
getData()
void
setCount(Integer count)
setData(List<Event> data)
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public EventCollection()
public List<Event> getData()
public void setData(List<Event> data)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2014 Stripe. All rights reserved.