public class RefundCollection extends StripeCollection<Refund>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
RefundCollection() |
| Modifier and Type | Method and Description |
|---|---|
RefundCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
You can see a list of the refunds belonging to a specific charge.
|
RefundCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
You can see a list of the refunds belonging to a specific charge.
|
RefundCollection |
list(RefundCollectionListParams params)
You can see a list of the refunds belonging to a specific charge.
|
RefundCollection |
list(RefundCollectionListParams params,
RequestOptions options)
You can see a list of the refunds belonging to a specific charge.
|
Refund |
retrieve(java.lang.String id)
Retrieves the details of an existing refund.
|
Refund |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Retrieves the details of an existing refund.
|
Refund |
retrieve(java.lang.String id,
RefundCollectionRetrieveParams params,
RequestOptions options)
Retrieves the details of an existing refund.
|
Refund |
retrieve(java.lang.String id,
RequestOptions options)
Retrieves the details of an existing refund.
|
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrlequals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLastResponse, setLastResponsepublic RefundCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
limit and starting_after
parameters to page through additional refunds.StripeExceptionpublic RefundCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
limit and starting_after
parameters to page through additional refunds.StripeExceptionpublic RefundCollection list(RefundCollectionListParams params) throws StripeException
limit and starting_after
parameters to page through additional refunds.StripeExceptionpublic RefundCollection list(RefundCollectionListParams params, RequestOptions options) throws StripeException
limit and starting_after
parameters to page through additional refunds.StripeExceptionpublic Refund retrieve(java.lang.String id) throws StripeException
StripeExceptionpublic Refund retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeExceptionpublic Refund retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic Refund retrieve(java.lang.String id, RefundCollectionRetrieveParams params, RequestOptions options) throws StripeException
StripeException