Package com.stripe.model
Class InvoicePaymentCollection
- All Implemented Interfaces:
StripeActiveObject
,StripeCollectionInterface<InvoicePayment>
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhen retrieving an invoice, there is an includable payments property containing the first handful of those items.list
(InvoicePaymentCollectionListParams params, RequestOptions options) When retrieving an invoice, there is an includable payments property containing the first handful of those items.When retrieving an invoice, there is an includable payments property containing the first handful of those items.list
(Map<String, Object> params, RequestOptions options) When retrieving an invoice, there is an includable payments property containing the first handful of those items.Retrieves the invoice payment with the given ID.retrieve
(String id, RequestOptions options) Retrieves the invoice payment with the given ID.retrieve
(String id, InvoicePaymentCollectionRetrieveParams params, RequestOptions options) Retrieves the invoice payment with the given ID.Retrieves the invoice payment with the given ID.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, 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
-
InvoicePaymentCollection
public InvoicePaymentCollection()
-
-
Method Details
-
list
When retrieving an invoice, there is an includable payments property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of payments.- Throws:
StripeException
-
list
public InvoicePaymentCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionWhen retrieving an invoice, there is an includable payments property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of payments.- Throws:
StripeException
-
list
public InvoicePaymentCollection list(InvoicePaymentCollectionListParams params) throws StripeException When retrieving an invoice, there is an includable payments property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of payments.- Throws:
StripeException
-
list
public InvoicePaymentCollection list(InvoicePaymentCollectionListParams params, RequestOptions options) throws StripeException When retrieving an invoice, there is an includable payments property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of payments.- Throws:
StripeException
-
retrieve
Retrieves the invoice payment with the given ID.- Throws:
StripeException
-
retrieve
Retrieves the invoice payment with the given ID.- Throws:
StripeException
-
retrieve
public InvoicePayment retrieve(String id, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieves the invoice payment with the given ID.- Throws:
StripeException
-
retrieve
public InvoicePayment retrieve(String id, InvoicePaymentCollectionRetrieveParams params, RequestOptions options) throws StripeException Retrieves the invoice payment with the given ID.- Throws:
StripeException
-