PHP Class PayPal\Api\PayoutItemDetails

The payout item status and other details.
Inheritance: extends PayPal\Common\PayPalModel
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
addLink ( PayPal\Api\Links $links ) Append Links to the list.
getErrors ( ) : Error Gets Errors
getLinks ( ) : PayPal\Api\Links[] Gets Links
getPayoutBatchId ( ) : string The PayPal-generated ID for the batch payout.
getPayoutItem ( ) : PayoutItem The sender-provided information for the payout item.
getPayoutItemFee ( ) : PayPal\Api\Currency The amount of money, in U.S. dollars, for fees.
getPayoutItemId ( ) : string The ID for the payout item. Viewable when you show details for a batch payout.
getSenderBatchId ( ) : string A sender-specified ID number. Tracks the batch payout in an accounting system.
getTimeProcessed ( ) : string The date and time when this item was last processed.
getTransactionId ( ) : string The PayPal-generated ID for the transaction.
getTransactionStatus ( ) : string The transaction status.
removeLink ( PayPal\Api\Links $links ) Remove Links from the list.
setErrors ( Error $errors ) Sets Errors
setLinks ( PayPal\Api\Links[] $links ) Sets Links
setPayoutBatchId ( string $payout_batch_id ) The PayPal-generated ID for the batch payout.
setPayoutItem ( PayoutItem $payout_item ) The sender-provided information for the payout item.
setPayoutItemFee ( PayPal\Api\Currency $payout_item_fee ) The amount of money, in U.S. dollars, for fees.
setPayoutItemId ( string $payout_item_id ) The ID for the payout item. Viewable when you show details for a batch payout.
setSenderBatchId ( string $sender_batch_id ) A sender-specified ID number. Tracks the batch payout in an accounting system.
setTimeProcessed ( string $time_processed ) The date and time when this item was last processed.
setTransactionId ( string $transaction_id ) The PayPal-generated ID for the transaction.
setTransactionStatus ( string $transaction_status ) The transaction status.

Method Details

getErrors() public method

Gets Errors
public getErrors ( ) : Error
return Error

getPayoutBatchId() public method

The PayPal-generated ID for the batch payout.
public getPayoutBatchId ( ) : string
return string

getPayoutItem() public method

The sender-provided information for the payout item.
public getPayoutItem ( ) : PayoutItem
return PayoutItem

getPayoutItemFee() public method

The amount of money, in U.S. dollars, for fees.
public getPayoutItemFee ( ) : PayPal\Api\Currency
return PayPal\Api\Currency

getPayoutItemId() public method

The ID for the payout item. Viewable when you show details for a batch payout.
public getPayoutItemId ( ) : string
return string

getSenderBatchId() public method

A sender-specified ID number. Tracks the batch payout in an accounting system.
public getSenderBatchId ( ) : string
return string

getTimeProcessed() public method

The date and time when this item was last processed.
public getTimeProcessed ( ) : string
return string

getTransactionId() public method

The PayPal-generated ID for the transaction.
public getTransactionId ( ) : string
return string

getTransactionStatus() public method

The transaction status.
public getTransactionStatus ( ) : string
return string

setErrors() public method

Sets Errors
public setErrors ( Error $errors )
$errors Error

setPayoutBatchId() public method

The PayPal-generated ID for the batch payout.
public setPayoutBatchId ( string $payout_batch_id )
$payout_batch_id string

setPayoutItem() public method

The sender-provided information for the payout item.
public setPayoutItem ( PayoutItem $payout_item )
$payout_item PayoutItem

setPayoutItemFee() public method

The amount of money, in U.S. dollars, for fees.
public setPayoutItemFee ( PayPal\Api\Currency $payout_item_fee )
$payout_item_fee PayPal\Api\Currency

setPayoutItemId() public method

The ID for the payout item. Viewable when you show details for a batch payout.
public setPayoutItemId ( string $payout_item_id )
$payout_item_id string

setSenderBatchId() public method

A sender-specified ID number. Tracks the batch payout in an accounting system.
public setSenderBatchId ( string $sender_batch_id )
$sender_batch_id string

setTimeProcessed() public method

The date and time when this item was last processed.
public setTimeProcessed ( string $time_processed )
$time_processed string

setTransactionId() public method

The PayPal-generated ID for the transaction.
public setTransactionId ( string $transaction_id )
$transaction_id string

setTransactionStatus() public method

The transaction status.
public setTransactionStatus ( string $transaction_status )
$transaction_status string