Package com.stripe.model
Class CreditNoteLineItemCollection
- All Implemented Interfaces:
StripeActiveObject
,StripeCollectionInterface<CreditNoteLineItem>
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
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
(CreditNoteLineItemCollectionListParams params, RequestOptions options) When retrieving a credit note, you’ll get a lines property containing the first handful of those items.When retrieving a credit note, you’ll get a lines property containing the first handful of those items.list
(Map<String, Object> 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.model.StripeCollection
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getPageTypeToken, getRequestOptions, getRequestParams, getResponseGetter, getUrl, hashCode, setData, setHasMore, setObject, setPageTypeToken, setRequestOptions, setRequestParams, setResponseGetter, setUrl
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
CreditNoteLineItemCollection
public CreditNoteLineItemCollection()
-
-
Method Details
-
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 CreditNoteLineItemCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionWhen 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 CreditNoteLineItemCollection list(CreditNoteLineItemCollectionListParams 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 CreditNoteLineItemCollection list(CreditNoteLineItemCollectionListParams 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
-