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, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrl
equals, getLastResponse, getRawJsonObject, 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
public InvoiceLineItemCollection list(InvoiceLineItemCollectionListParams params) throws StripeException
StripeException
public InvoiceLineItemCollection list(InvoiceLineItemCollectionListParams params, RequestOptions options) throws StripeException
StripeException