public class ChargeRefundCollection extends StripeCollectionAPIResource<Refund>
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
ChargeRefundCollection() |
| Modifier and Type | Method and Description |
|---|---|
ChargeRefundCollection |
all(Map<String,Object> params) |
ChargeRefundCollection |
all(Map<String,Object> params,
RequestOptions options) |
ChargeRefundCollection |
all(Map<String,Object> params,
String apiKey)
Deprecated.
|
Refund |
create(Map<String,Object> params) |
Refund |
create(Map<String,Object> params,
RequestOptions options) |
Refund |
create(Map<String,Object> params,
String apiKey)
Deprecated.
|
Refund |
retrieve(String id) |
Refund |
retrieve(String id,
RequestOptions options) |
Refund |
retrieve(String id,
String apiKey)
Deprecated.
|
getCount, getData, getHasMore, getTotalCount, getURL, setCount, setData, setHasMore, setTotalCount, setURLclassURL, classURL, instanceURL, instanceURL, multipartRequest, request, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toStringpublic ChargeRefundCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public ChargeRefundCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public ChargeRefundCollection all(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Refund retrieve(String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public Refund retrieve(String id, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Refund retrieve(String id, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Refund create(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public Refund create(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Refund create(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2015 Stripe. All rights reserved.