StripeCollectionInterface<InvoiceLineItem>public class InvoiceLineItemCollection extends StripeCollection<InvoiceLineItem>
PRETTY_PRINT_GSON| Constructor | Description |
|---|---|
InvoiceLineItemCollection() |
| Modifier and Type | Method | Description |
|---|---|---|
InvoiceLineItemCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params) |
Retrieve an invoice's line items.
|
InvoiceLineItemCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Retrieve an invoice's line items.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitautoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrlequals, getLastResponse, setLastResponse, toJson, toStringpublic InvoiceLineItemCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic InvoiceLineItemCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException