public class TransferReversalCollection extends StripeCollectionAPIResource<Reversal>
APIResource.RequestMethod, APIResource.RequestType
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
TransferReversalCollection() |
Modifier and Type | Method and Description |
---|---|
TransferReversalCollection |
all(Map<String,Object> params)
Deprecated.
|
TransferReversalCollection |
all(Map<String,Object> params,
RequestOptions options)
Deprecated.
|
Reversal |
create(Map<String,Object> params) |
Reversal |
create(Map<String,Object> params,
RequestOptions options) |
TransferReversalCollection |
list(Map<String,Object> params) |
TransferReversalCollection |
list(Map<String,Object> params,
RequestOptions options) |
Reversal |
retrieve(String id) |
Reversal |
retrieve(String id,
RequestOptions options) |
Reversal |
retrieve(String id,
String apiKey)
Deprecated.
|
autoPagingIterable, autoPagingIterable, autoPagingIterable, getCount, getData, getHasMore, getRequestOptions, getRequestParams, getTotalCount, getURL, setCount, setData, setHasMore, setRequestOptions, setRequestParams, setTotalCount, setURL
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncode
equals, toString
public TransferReversalCollection list(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public TransferReversalCollection list(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public TransferReversalCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated 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 © 2016 Stripe. All rights reserved.