com.stripe.model
Class CustomerCollection

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.model.CustomerCollection

public class CustomerCollection
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
CustomerCollection()
           
 
Method Summary
 Integer getCount()
           
 List<Customer> getData()
           
 void setCount(Integer count)
           
 void setData(List<Customer> data)
           
 
Methods inherited from class com.stripe.model.StripeObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomerCollection

public CustomerCollection()
Method Detail

getData

public List<Customer> getData()

setData

public void setData(List<Customer> data)

getCount

public Integer getCount()

setCount

public void setCount(Integer count)


Copyright © 2012 Stripe. All Rights Reserved.