public class InvoiceLineItemCollection extends StripeCollection<InvoiceLineItem>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
InvoiceLineItemCollection() |
| Modifier and Type | Method and 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.
|
autoPagingIterable, 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