| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
static PayoutItemDetails |
PayoutItem.cancel(APIContext apiContext,
String payoutItemId)
Cancels the unclaimed payment using the items id passed in the request
URI.
|
static PayoutItemDetails |
PayoutItem.cancel(String accessToken,
String payoutItemId)
Cancels the unclaimed payment using the items id passed in the request
URI.
|
static PayoutItemDetails |
PayoutItem.get(APIContext apiContext,
String payoutItemId)
Obtain the status of a payout item by passing the item ID to the request
URI.
|
static PayoutItemDetails |
PayoutItem.get(String accessToken,
String payoutItemId)
Obtain the status of a payout item by passing the item ID to the request
URI.
|
PayoutItemDetails |
PayoutItemDetails.setError(Error error)
Setter for error
|
PayoutItemDetails |
PayoutItemDetails.setErrors(Error errors)
Setter for errors
|
PayoutItemDetails |
PayoutItemDetails.setLinks(List<Links> links)
Setter for links
|
PayoutItemDetails |
PayoutItemDetails.setPayoutBatchId(String payoutBatchId)
Setter for payoutBatchId
|
PayoutItemDetails |
PayoutItemDetails.setPayoutItem(PayoutItem payoutItem)
Setter for payoutItem
|
PayoutItemDetails |
PayoutItemDetails.setPayoutItemFee(Currency payoutItemFee)
Setter for payoutItemFee
|
PayoutItemDetails |
PayoutItemDetails.setPayoutItemId(String payoutItemId)
Setter for payoutItemId
|
PayoutItemDetails |
PayoutItemDetails.setSenderBatchId(String senderBatchId)
Setter for senderBatchId
|
PayoutItemDetails |
PayoutItemDetails.setTimeProcessed(String timeProcessed)
Setter for timeProcessed
|
PayoutItemDetails |
PayoutItemDetails.setTransactionId(String transactionId)
Setter for transactionId
|
PayoutItemDetails |
PayoutItemDetails.setTransactionStatus(String transactionStatus)
Setter for transactionStatus
|
| Modifier and Type | Method and Description |
|---|---|
List<PayoutItemDetails> |
PayoutBatch.getItems()
Getter for items
|
| Modifier and Type | Method and Description |
|---|---|
PayoutBatch |
PayoutBatch.setItems(List<PayoutItemDetails> items)
Setter for items
|
| Constructor and Description |
|---|
PayoutBatch(PayoutBatchHeader batchHeader,
List<PayoutItemDetails> items)
Parameterized Constructor
|
Copyright © 2015. All Rights Reserved.