public class FeeRefundCollection extends StripeCollection<FeeRefund>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
FeeRefundCollection() |
| Modifier and Type | Method and Description |
|---|---|
FeeRefundCollection |
all(Map<String,Object> params)
Deprecated.
|
FeeRefundCollection |
all(Map<String,Object> params,
RequestOptions options)
Deprecated.
|
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.
|
FeeRefundCollection |
list(Map<String,Object> params) |
FeeRefundCollection |
list(Map<String,Object> params,
RequestOptions options) |
FeeRefund |
retrieve(String id) |
FeeRefund |
retrieve(String id,
RequestOptions options) |
FeeRefund |
retrieve(String id,
String apiKey)
Deprecated.
|
autoPagingIterable, getCount, getData, getHasMore, getRequestOptions, getRequestParams, getTotalCount, getURL, setCount, setData, setHasMore, setRequestOptions, setRequestParams, setTotalCount, setURLequals, toStringpublic FeeRefundCollection list(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public FeeRefundCollection list(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public 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
@Deprecated 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 © 2016 Stripe. All rights reserved.