Package com.stripe.model
Class InvoiceLineItemCollection
- All Implemented Interfaces:
StripeActiveObject
,StripeCollectionInterface<InvoiceLineItem>
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhen retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.list
(InvoiceLineItemCollectionListParams params, RequestOptions options) When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.list
(Map<String, Object> params, RequestOptions options) When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.Methods inherited from class com.stripe.model.StripeCollection
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getPageTypeToken, getRequestOptions, getRequestParams, getResponseGetter, getUrl, hashCode, setData, setHasMore, setObject, setPageTypeToken, setRequestOptions, setRequestParams, setResponseGetter, setUrl
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
InvoiceLineItemCollection
public InvoiceLineItemCollection()
-
-
Method Details
-
list
When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-
list
public InvoiceLineItemCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionWhen retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-
list
public InvoiceLineItemCollection list(InvoiceLineItemCollectionListParams params) throws StripeException When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-
list
public InvoiceLineItemCollection list(InvoiceLineItemCollectionListParams params, RequestOptions options) throws StripeException When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-