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