Package com.stripe.service
Class InvoiceUpcomingLinesService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.InvoiceUpcomingLinesService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
When retrieving an upcoming invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.list
(RequestOptions options) When retrieving an upcoming invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.list
(InvoiceUpcomingLinesListParams params) When retrieving an upcoming invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.list
(InvoiceUpcomingLinesListParams params, RequestOptions options) When retrieving an upcoming 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, request, requestStream
-
Constructor Details
-
InvoiceUpcomingLinesService
-
-
Method Details
-
list
public StripeCollection<InvoiceLineItem> list(InvoiceUpcomingLinesListParams params) throws StripeException When retrieving an upcoming 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 upcoming 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 upcoming 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(InvoiceUpcomingLinesListParams params, RequestOptions options) throws StripeException When retrieving an upcoming 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
-