StripeCollectionInterface<Refund>public class ChargeRefundCollection extends StripeCollection<Refund>
PRETTY_PRINT_GSON| Constructor | Description |
|---|---|
ChargeRefundCollection() |
| Modifier and Type | Method | Description |
|---|---|---|
Refund |
create(java.util.Map<java.lang.String,java.lang.Object> params) |
Deprecated.
Prefer using the
Refund.create(Map) instead. |
Refund |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Deprecated.
Prefer using the
Refund.create(Map) instead. |
ChargeRefundCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params) |
Deprecated.
Prefer using the
Refund.list(Map) method instead. |
ChargeRefundCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Deprecated.
Prefer using the
Refund.list(Map, RequestOptions) method instead. |
Refund |
retrieve(java.lang.String id) |
Deprecated.
Prefer using the
Refund.retrieve(String) method instead. |
Refund |
retrieve(java.lang.String id,
RequestOptions options) |
Deprecated.
Prefer using the
Refund.retrieve(String, RequestOptions) method instead. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitautoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrlequals, getLastResponse, setLastResponse, toJson, toString@Deprecated public Refund create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
Refund.create(Map) instead.StripeException@Deprecated public Refund create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Refund.create(Map) instead.StripeException@Deprecated public ChargeRefundCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
Refund.list(Map) method instead.StripeException@Deprecated public ChargeRefundCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Refund.list(Map, RequestOptions) method instead.StripeException@Deprecated public Refund retrieve(java.lang.String id) throws StripeException
Refund.retrieve(String) method instead.StripeException@Deprecated public Refund retrieve(java.lang.String id, RequestOptions options) throws StripeException
Refund.retrieve(String, RequestOptions) method instead.StripeException