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