Package com.stripe.service
Class CreditNotePreviewLinesService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.CreditNotePreviewLinesService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist
(CreditNotePreviewLinesListParams params) When retrieving a credit note preview, you’ll get a lines property containing the first handful of those items.list
(CreditNotePreviewLinesListParams params, RequestOptions options) When retrieving a credit note preview, you’ll get a lines property containing the first handful of those items.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CreditNotePreviewLinesService
-
-
Method Details
-
list
public StripeCollection<CreditNoteLineItem> list(CreditNotePreviewLinesListParams params) throws StripeException When retrieving a credit note preview, you’ll get a lines property containing the first handful of those items. This URL you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-
list
public StripeCollection<CreditNoteLineItem> list(CreditNotePreviewLinesListParams params, RequestOptions options) throws StripeException When retrieving a credit note preview, you’ll get a lines property containing the first handful of those items. This URL you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-