com.stripe.model
Class InvoiceLineItemCollection

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.net.APIResource
          extended by com.stripe.model.InvoiceLineItemCollection

public class InvoiceLineItemCollection
extends APIResource


Nested Class Summary
 
Nested classes/interfaces inherited from class com.stripe.net.APIResource
APIResource.RequestMethod
 
Field Summary
 
Fields inherited from class com.stripe.net.APIResource
CHARSET, gson
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
InvoiceLineItemCollection()
           
 
Method Summary
 InvoiceLineItemCollection all(Map<String,Object> params)
           
 InvoiceLineItemCollection all(Map<String,Object> params, String apiKey)
           
 Integer getCount()
           
 List<InvoiceLineItem> getData()
           
 String getURL()
           
 
Methods inherited from class com.stripe.net.APIResource
_request, classURL, instanceURL, request, singleClassURL
 
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

InvoiceLineItemCollection

public InvoiceLineItemCollection()
Method Detail

getData

public List<InvoiceLineItem> getData()

getURL

public String getURL()

getCount

public Integer getCount()

all

public InvoiceLineItemCollection all(Map<String,Object> params)
                              throws StripeException
Throws:
StripeException

all

public InvoiceLineItemCollection all(Map<String,Object> params,
                                     String apiKey)
                              throws StripeException
Throws:
StripeException


Copyright © 2013 Stripe. All Rights Reserved.