Package com.stripe.service
Class InvoiceLineItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.InvoiceLineItemService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhen retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.list
(String invoice, 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.list
(String invoice, InvoiceLineItemListParams 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.list
(String invoice, InvoiceLineItemListParams 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.Methods inherited from class com.stripe.net.ApiService
getResponseGetter
-
Constructor Details
-
InvoiceLineItemService
-
-
Method Details
-
list
public StripeCollection<InvoiceLineItem> list(String invoice, InvoiceLineItemListParams params) throws StripeException When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-
list
public StripeCollection<InvoiceLineItem> list(String invoice, RequestOptions options) throws StripeException When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-
list
When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-
list
public StripeCollection<InvoiceLineItem> list(String invoice, InvoiceLineItemListParams params, RequestOptions options) throws StripeException When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-