| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
static TransferCollection |
Transfer.all(Map<String,Object> params)
Deprecated.
|
static TransferCollection |
Transfer.all(Map<String,Object> params,
RequestOptions options)
Deprecated.
|
static TransferCollection |
Transfer.all(Map<String,Object> params,
String apiKey)
Deprecated.
|
TransferCollection |
BalanceTransaction.getSourcedTransfers()
Deprecated.
Recent API versions no longer return this field (https://stripe.com/docs/upgrades#2017-01-27).
Prefer listing all transfers with the `transfer_group` parameter: https://stripe.com/docs/api/java#list_transfers-transfer_group.
|
static TransferCollection |
Transfer.list(Map<String,Object> params) |
static TransferCollection |
Transfer.list(Map<String,Object> params,
RequestOptions options) |
Copyright © 2017 Stripe. All rights reserved.