| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
PayoutBatch |
Payout.create(APIContext apiContext,
Map<String,String> parameters)
Create a payout batch resource by passing a sender_batch_header and an
items array to the request URI.
|
PayoutBatch |
Payout.create(String accessToken,
Map<String,String> parameters)
Create a payout batch resource by passing a sender_batch_header and an
items array to the request URI.
|
PayoutBatch |
Payout.createSynchronous(APIContext apiContext)
You can submit a payout with a synchronous API call, which immediately returns the results of a PayPal payment.
|
PayoutBatch |
Payout.createSynchronous(String accessToken)
You can submit a payout with a synchronous API call, which immediately returns the results of a PayPal payment.
|
static PayoutBatch |
Payout.get(APIContext apiContext,
String payoutBatchId)
Obtain the status of a specific batch resource by passing the payout
batch ID to the request URI.
|
static PayoutBatch |
Payout.get(String accessToken,
String payoutBatchId)
Obtain the status of a specific batch resource by passing the payout
batch ID to the request URI.
|
PayoutBatch |
PayoutBatch.setBatchHeader(PayoutBatchHeader batchHeader)
Setter for batchHeader
|
PayoutBatch |
PayoutBatch.setItems(List<PayoutItemDetails> items)
Setter for items
|
PayoutBatch |
PayoutBatch.setLinks(List<Links> links)
Setter for links
|
Copyright © 2015. All Rights Reserved.