public class InvoiceLineItemCollection extends StripeCollection<InvoiceLineItem>
PRETTY_PRINT_GSON
Constructor and Description |
---|
InvoiceLineItemCollection() |
Modifier and Type | Method and Description |
---|---|
InvoiceLineItemCollection |
list(InvoiceLineItemCollectionListParams params)
When retrieving an invoice, you’ll get a lines property containing the total
count of line items and the first handful of those items.
|
InvoiceLineItemCollection |
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.
|
InvoiceLineItemCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
When retrieving an invoice, you’ll get a lines property containing the total
count of line items and the first handful of those items.
|
InvoiceLineItemCollection |
list(java.util.Map<java.lang.String,java.lang.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.
|
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrl
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLastResponse, setLastResponse
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
public InvoiceLineItemCollection list(InvoiceLineItemCollectionListParams params) throws StripeException
StripeException
public InvoiceLineItemCollection list(InvoiceLineItemCollectionListParams params, RequestOptions options) throws StripeException
StripeException