public class InvoiceLineItemCollection extends APIResource
APIResource.RequestMethodCHARSET, 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,
String apiKey) |
Integer |
getCount() |
List<InvoiceLineItem> |
getData() |
String |
getURL() |
_request, classURL, instanceURL, request, singleClassURLtoStringpublic List<InvoiceLineItem> getData()
public String getURL()
public Integer getCount()
public InvoiceLineItemCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public InvoiceLineItemCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2014 Stripe. All rights reserved.