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