com.stripe.model
Class InvoiceItemCollection

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

public class InvoiceItemCollection
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
 
Constructor Summary
InvoiceItemCollection()
           
 
Method Summary
 Integer getCount()
           
 List<InvoiceItem> getData()
           
 void setCount(Integer count)
           
 void setData(List<InvoiceItem> 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

InvoiceItemCollection

public InvoiceItemCollection()
Method Detail

getData

public List<InvoiceItem> getData()

setData

public void setData(List<InvoiceItem> data)

getCount

public Integer getCount()

setCount

public void setCount(Integer count)


Copyright © 2014 Stripe. All rights reserved.