public class TransferReversalCollection extends StripeCollection<Reversal>
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, getCount, getData, getHasMore, getRequestOptions, getRequestParams, getTotalCount, getURL, setCount, setData, setHasMore, setRequestOptions, setRequestParams, setTotalCount, setURL
equals, toJson, 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 © 2017 Stripe. All rights reserved.