Method |
Description |
|
addLink ( PayPal\Api\Links $links ) |
Append Links to the list. |
|
getAmount ( ) : PayPal\Api\Currency |
Total amount, in U.S. dollars, requested for the applicable payouts. |
|
getBatchStatus ( ) : string |
The PayPal-generated batch payout status. If the batch payout passes the preliminary checks, the status is PENDING. |
|
getErrors ( ) : Error |
Gets Errors |
|
getFees ( ) : PayPal\Api\Currency |
Total estimate in U.S. dollars for the applicable payouts fees. |
|
getLinks ( ) : PayPal\Api\Links[] |
Gets Links |
|
getPayoutBatchId ( ) : string |
The PayPal-generated ID for a batch payout. |
|
getSenderBatchHeader ( ) : PayoutSenderBatchHeader |
The sender-provided batch payout header. |
|
getTimeCompleted ( ) : string |
The time that processing for the batch was completed. |
|
getTimeCreated ( ) : string |
The time the batch entered processing. |
|
removeLink ( PayPal\Api\Links $links ) |
Remove Links from the list. |
|
setAmount ( PayPal\Api\Currency $amount ) |
Total amount, in U.S. dollars, requested for the applicable payouts. |
|
setBatchStatus ( string $batch_status ) |
The PayPal-generated batch payout status. If the batch payout passes the preliminary checks, the status is PENDING. |
|
setErrors ( Error $errors ) |
Sets Errors |
|
setFees ( PayPal\Api\Currency $fees ) |
Total estimate in U.S. dollars for the applicable payouts fees. |
|
setLinks ( PayPal\Api\Links[] $links ) |
Sets Links |
|
setPayoutBatchId ( string $payout_batch_id ) |
The PayPal-generated ID for a batch payout. |
|
setSenderBatchHeader ( PayoutSenderBatchHeader $sender_batch_header ) |
The original batch header as provided by the payment sender. |
|
setTimeCompleted ( string $time_completed ) |
The time that processing for the batch was completed. |
|
setTimeCreated ( string $time_created ) |
The time the batch entered processing. |
|