PHP Class PayPal\Api\PayoutItemDetails

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

Méthodes publiques

Méthode 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 méthode

Gets Errors
public getErrors ( ) : Error
Résultat Error

getPayoutBatchId() public méthode

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

getPayoutItem() public méthode

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

getPayoutItemFee() public méthode

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

getPayoutItemId() public méthode

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

getSenderBatchId() public méthode

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

getTimeProcessed() public méthode

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

getTransactionId() public méthode

The PayPal-generated ID for the transaction.
public getTransactionId ( ) : string
Résultat string

getTransactionStatus() public méthode

The transaction status.
public getTransactionStatus ( ) : string
Résultat string

setErrors() public méthode

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

setPayoutBatchId() public méthode

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

setPayoutItem() public méthode

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

setPayoutItemFee() public méthode

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 méthode

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 méthode

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 méthode

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

setTransactionId() public méthode

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

setTransactionStatus() public méthode

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