public class InvoiceLineItemCollection extends StripeCollectionAPIResource<InvoiceLineItem>
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
InvoiceLineItemCollection() |
| Modifier and Type | Method and Description |
|---|---|
InvoiceLineItemCollection |
all(Map<String,Object> params) |
InvoiceLineItemCollection |
all(Map<String,Object> params,
RequestOptions options) |
InvoiceLineItemCollection |
all(Map<String,Object> params,
String apiKey)
Deprecated.
|
getCount, getData, getHasMore, getTotalCount, getURL, setCount, setData, setHasMore, setTotalCount, setURLclassURL, classURL, instanceURL, instanceURL, multipartRequest, request, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toStringpublic 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
public InvoiceLineItemCollection all(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2015 Stripe. All rights reserved.