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, wait
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrl
equals, getLastResponse, setLastResponse, toJson, toString
public InvoiceLineItemCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public InvoiceLineItemCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException