public class InvoiceLineItemCollection extends StripeCollectionAPIResource<InvoiceLineItem>
APIResource.RequestMethod, APIResource.RequestType
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
InvoiceLineItemCollection() |
Modifier and Type | Method and Description |
---|---|
InvoiceLineItemCollection |
all(Map<String,Object> params)
Deprecated.
|
InvoiceLineItemCollection |
all(Map<String,Object> params,
RequestOptions options)
Deprecated.
|
InvoiceLineItemCollection |
all(Map<String,Object> params,
String apiKey)
Deprecated.
|
InvoiceLineItemCollection |
list(Map<String,Object> params) |
InvoiceLineItemCollection |
list(Map<String,Object> params,
RequestOptions options) |
autoPagingIterable, getCount, getData, getHasMore, getRequestOptions, getRequestParams, getTotalCount, getUrl, getURL, setCount, setData, setHasMore, setRequestOptions, setRequestParams, setTotalCount, setURL
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncode
equals, toString
public InvoiceLineItemCollection list(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public InvoiceLineItemCollection list(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public InvoiceLineItemCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public InvoiceLineItemCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public InvoiceLineItemCollection all(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2015 Stripe. All rights reserved.