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, setUrl
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLastResponse, setLastResponse
public RefundCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
limit
and starting_after
parameters to page through additional refunds.StripeException
public 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.StripeException
public RefundCollection list(RefundCollectionListParams params) throws StripeException
limit
and starting_after
parameters to page through additional refunds.StripeException
public RefundCollection list(RefundCollectionListParams params, RequestOptions options) throws StripeException
limit
and starting_after
parameters to page through additional refunds.StripeException
public Refund retrieve(java.lang.String id) throws StripeException
StripeException
public Refund retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeException
public Refund retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public Refund retrieve(java.lang.String id, RefundCollectionRetrieveParams params, RequestOptions options) throws StripeException
StripeException