PHP 클래스 PayPal\Api\PayoutItemDetails

The payout item status and other details.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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