public class FeeRefundCollection extends StripeCollectionAPIResource<FeeRefund>
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
FeeRefundCollection() |
| Modifier and Type | Method and Description |
|---|---|
FeeRefundCollection |
all(Map<String,Object> params) |
FeeRefundCollection |
all(Map<String,Object> params,
RequestOptions options) |
FeeRefundCollection |
all(Map<String,Object> params,
String apiKey)
Deprecated.
|
FeeRefund |
create(Map<String,Object> params) |
FeeRefund |
create(Map<String,Object> params,
RequestOptions options) |
FeeRefund |
create(Map<String,Object> params,
String apiKey)
Deprecated.
|
FeeRefund |
retrieve(String id) |
FeeRefund |
retrieve(String id,
RequestOptions options) |
FeeRefund |
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 FeeRefundCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public FeeRefundCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public FeeRefundCollection all(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public FeeRefund retrieve(String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public FeeRefund retrieve(String id, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public FeeRefund retrieve(String id, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public FeeRefund create(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public FeeRefund create(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public FeeRefund create(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2015 Stripe. All rights reserved.