| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
PayoutItem |
PayoutItemDetails.getPayoutItem()
Getter for payoutItem
|
PayoutItem |
PayoutItem.setAmount(Currency amount)
Setter for amount
|
PayoutItem |
PayoutItem.setNote(String note)
Setter for note
|
PayoutItem |
PayoutItem.setReceiver(String receiver)
Setter for receiver
|
PayoutItem |
PayoutItem.setRecipientType(String recipientType)
Setter for recipientType
|
PayoutItem |
PayoutItem.setSenderItemId(String senderItemId)
Setter for senderItemId
|
| Modifier and Type | Method and Description |
|---|---|
List<PayoutItem> |
Payout.getItems()
Getter for items
|
| Modifier and Type | Method and Description |
|---|---|
PayoutItemDetails |
PayoutItemDetails.setPayoutItem(PayoutItem payoutItem)
Setter for payoutItem
|
| Modifier and Type | Method and Description |
|---|---|
Payout |
Payout.setItems(List<PayoutItem> items)
Setter for items
|
| Constructor and Description |
|---|
PayoutItemDetails(String payoutItemId,
String payoutBatchId,
PayoutItem payoutItem,
String timeProcessed)
Parameterized Constructor
|
| Constructor and Description |
|---|
Payout(PayoutSenderBatchHeader senderBatchHeader,
List<PayoutItem> items)
Parameterized Constructor
|
Copyright © 2015. All Rights Reserved.