public class ChargeRefundCollection extends StripeCollection<Refund>
PRETTY_PRINT_GSON
Constructor and Description |
---|
ChargeRefundCollection() |
Modifier and Type | Method and Description |
---|---|
ChargeRefundCollection |
all(Map<String,Object> params)
Deprecated.
|
ChargeRefundCollection |
all(Map<String,Object> params,
RequestOptions options)
Deprecated.
|
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.
|
ChargeRefundCollection |
list(Map<String,Object> params) |
ChargeRefundCollection |
list(Map<String,Object> params,
RequestOptions options) |
Refund |
retrieve(String id) |
Refund |
retrieve(String id,
RequestOptions options) |
Refund |
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 ChargeRefundCollection list(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public ChargeRefundCollection list(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public 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
@Deprecated 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 © 2017 Stripe. All rights reserved.