Package com.stripe.model
Class RefundCollection
- All Implemented Interfaces:
StripeActiveObject
,StripeCollectionInterface<Refund>
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist
(RefundCollectionListParams params) You can see a list of the refunds belonging to a specific charge.list
(RefundCollectionListParams params, RequestOptions options) You can see a list of the refunds belonging to a specific charge.You can see a list of the refunds belonging to a specific charge.list
(Map<String, Object> params, RequestOptions options) You can see a list of the refunds belonging to a specific charge.Retrieves the details of an existing refund.retrieve
(String id, RequestOptions options) Retrieves the details of an existing refund.retrieve
(String id, RefundCollectionRetrieveParams params, RequestOptions options) Retrieves the details of an existing refund.Retrieves the details of an existing refund.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
-
RefundCollection
public RefundCollection()
-
-
Method Details
-
list
You can see a list of the refunds belonging to a specific charge. Note that the 10 most recent refunds are always available by default on the charge object. If you need more than those 10, you can use this API method and thelimit
andstarting_after
parameters to page through additional refunds.- Throws:
StripeException
-
list
public RefundCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionYou can see a list of the refunds belonging to a specific charge. Note that the 10 most recent refunds are always available by default on the charge object. If you need more than those 10, you can use this API method and thelimit
andstarting_after
parameters to page through additional refunds.- Throws:
StripeException
-
list
You can see a list of the refunds belonging to a specific charge. Note that the 10 most recent refunds are always available by default on the charge object. If you need more than those 10, you can use this API method and thelimit
andstarting_after
parameters to page through additional refunds.- Throws:
StripeException
-
list
public RefundCollection list(RefundCollectionListParams params, RequestOptions options) throws StripeException You can see a list of the refunds belonging to a specific charge. Note that the 10 most recent refunds are always available by default on the charge object. If you need more than those 10, you can use this API method and thelimit
andstarting_after
parameters to page through additional refunds.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing refund.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing refund.- Throws:
StripeException
-
retrieve
public Refund retrieve(String id, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieves the details of an existing refund.- Throws:
StripeException
-
retrieve
public Refund retrieve(String id, RefundCollectionRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an existing refund.- Throws:
StripeException
-