com.stripe.model
Class InvoiceItemCollection

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.model.StripeCollection<InvoiceItem>
          extended by com.stripe.model.InvoiceItemCollection

public class InvoiceItemCollection
extends StripeCollection<InvoiceItem>


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
 
Constructor Summary
InvoiceItemCollection()
           
 
Method Summary
 
Methods inherited from class com.stripe.model.StripeCollection
getCount, getData, getHasMore, getTotalCount, getUrl, setCount, setData, setHasMore, setTotalCount, setUrl
 
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()


Copyright © 2014 Stripe. All rights reserved.