public class ChargeRefundCollection extends StripeCollection<Refund>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
ChargeRefundCollection() |
| Modifier and Type | Method and Description |
|---|---|
ChargeRefundCollection |
all(java.util.Map<java.lang.String,java.lang.Object> params)
Deprecated.
Use the
list(Map) method instead.
This method will be removed in the next major version. |
ChargeRefundCollection |
all(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Deprecated.
Use the
list(Map, RequestOptions) method instead.
This method will be removed in the next major version. |
ChargeRefundCollection |
all(java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String apiKey)
Deprecated.
Use the
list(Map, RequestOptions) method instead.
This method will be removed in the next major version. |
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. |
Refund |
create(java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String apiKey)
Deprecated.
Use the
create(Map, RequestOptions) instead.
This method will be removed in the next major version. |
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. |
Refund |
retrieve(java.lang.String id,
java.lang.String apiKey)
Deprecated.
Use the
retrieve(String, RequestOptions) instead.
This method will be removed in the next major version. |
autoPagingIterable, autoPagingIterable, autoPagingIterable, getCount, getData, getHasMore, getRequestOptions, getRequestParams, getTotalCount, getURL, setCount, setData, setHasMore, setRequestOptions, setRequestParams, setTotalCount, setURLequals, getLastResponse, setLastResponse, toJson, toString@Deprecated public ChargeRefundCollection all(java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
list(Map) method instead.
This method will be removed in the next major version.@Deprecated public ChargeRefundCollection all(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
list(Map, RequestOptions) method instead.
This method will be removed in the next major version.@Deprecated public ChargeRefundCollection all(java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
list(Map, RequestOptions) method instead.
This method will be removed in the next major version.@Deprecated public Refund create(java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Refund.create(Map) instead.@Deprecated public Refund create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Refund.create(Map) instead.@Deprecated public Refund create(java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
create(Map, RequestOptions) instead.
This method will be removed in the next major version.@Deprecated public ChargeRefundCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Refund.list(Map) method instead.@Deprecated public ChargeRefundCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Refund.list(Map, RequestOptions) method instead.@Deprecated public Refund retrieve(java.lang.String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Refund.retrieve(String) method instead.@Deprecated public Refund retrieve(java.lang.String id, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Refund.retrieve(String, RequestOptions) method instead.@Deprecated public Refund retrieve(java.lang.String id, java.lang.String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
retrieve(String, RequestOptions) instead.
This method will be removed in the next major version.