com.stripe.model
Class InvoiceCollection

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

public class InvoiceCollection
extends StripeObject


Constructor Summary
InvoiceCollection()
           
 
Method Summary
 Integer getCount()
           
 List<Invoice> getData()
           
 void setCount(Integer count)
           
 void setData(List<Invoice> 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

InvoiceCollection

public InvoiceCollection()
Method Detail

getData

public List<Invoice> getData()

setData

public void setData(List<Invoice> data)

getCount

public Integer getCount()

setCount

public void setCount(Integer count)


Copyright © 2011 Stripe. All Rights Reserved.