public class CreditNoteLineItemCollection extends StripeCollection<CreditNoteLineItem>
PRETTY_PRINT_GSON
Constructor and Description |
---|
CreditNoteLineItemCollection() |
Modifier and Type | Method and Description |
---|---|
CreditNoteLineItemCollection |
list(CreditNoteLineItemCollectionListParams params)
When retrieving a credit note, you’ll get a lines property containing the the
first handful of those items.
|
CreditNoteLineItemCollection |
list(CreditNoteLineItemCollectionListParams params,
RequestOptions options)
When retrieving a credit note, you’ll get a lines property containing the the
first handful of those items.
|
CreditNoteLineItemCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
When retrieving a credit note, you’ll get a lines property containing the the
first handful of those items.
|
CreditNoteLineItemCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
When retrieving a credit note, you’ll get a lines property containing the the
first handful of those items.
|
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrl
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLastResponse, setLastResponse
public CreditNoteLineItemCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public CreditNoteLineItemCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public CreditNoteLineItemCollection list(CreditNoteLineItemCollectionListParams params) throws StripeException
StripeException
public CreditNoteLineItemCollection list(CreditNoteLineItemCollectionListParams params, RequestOptions options) throws StripeException
StripeException