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