PHP Класс PayPal\Api\PayoutItemDetails

The payout item status and other details.
Наследование: extends PayPal\Common\PayPalModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

getErrors() публичный Метод

Gets Errors
public getErrors ( ) : Error
Результат Error

getPayoutBatchId() публичный Метод

The PayPal-generated ID for the batch payout.
public getPayoutBatchId ( ) : string
Результат string

getPayoutItem() публичный Метод

The sender-provided information for the payout item.
public getPayoutItem ( ) : PayoutItem
Результат PayoutItem

getPayoutItemFee() публичный Метод

The amount of money, in U.S. dollars, for fees.
public getPayoutItemFee ( ) : PayPal\Api\Currency
Результат PayPal\Api\Currency

getPayoutItemId() публичный Метод

The ID for the payout item. Viewable when you show details for a batch payout.
public getPayoutItemId ( ) : string
Результат string

getSenderBatchId() публичный Метод

A sender-specified ID number. Tracks the batch payout in an accounting system.
public getSenderBatchId ( ) : string
Результат string

getTimeProcessed() публичный Метод

The date and time when this item was last processed.
public getTimeProcessed ( ) : string
Результат string

getTransactionId() публичный Метод

The PayPal-generated ID for the transaction.
public getTransactionId ( ) : string
Результат string

getTransactionStatus() публичный Метод

The transaction status.
public getTransactionStatus ( ) : string
Результат string

setErrors() публичный Метод

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

setPayoutBatchId() публичный Метод

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

setPayoutItem() публичный Метод

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

setPayoutItemFee() публичный Метод

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() публичный Метод

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() публичный Метод

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

setTimeProcessed() публичный Метод

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

setTransactionId() публичный Метод

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

setTransactionStatus() публичный Метод

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