Package com.stripe.service
Class CreditNoteLineItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.CreditNoteLineItemService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhen retrieving a credit note, you’ll get a lines property containing the first handful of those items.list
(String creditNote, RequestOptions options) When retrieving a credit note, you’ll get a lines property containing the first handful of those items.list
(String creditNote, CreditNoteLineItemListParams params) When retrieving a credit note, you’ll get a lines property containing the first handful of those items.list
(String creditNote, CreditNoteLineItemListParams params, RequestOptions options) When retrieving a credit note, 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
-
CreditNoteLineItemService
-
-
Method Details
-
list
public StripeCollection<CreditNoteLineItem> list(String creditNote, CreditNoteLineItemListParams params) throws StripeException When retrieving a credit note, you’ll get a lines property containing 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<CreditNoteLineItem> list(String creditNote, RequestOptions options) throws StripeException When retrieving a credit note, you’ll get a lines property containing 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 a credit note, you’ll get a lines property containing 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<CreditNoteLineItem> list(String creditNote, CreditNoteLineItemListParams params, RequestOptions options) throws StripeException When retrieving a credit note, you’ll get a lines property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.- Throws:
StripeException
-