PHP 클래스 PayPal\Api\PayoutBatchHeader

Batch header resource.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

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

메소드 상세

getAmount() 공개 메소드

Total amount, in U.S. dollars, requested for the applicable payouts.
public getAmount ( ) : PayPal\Api\Currency
리턴 PayPal\Api\Currency

getBatchStatus() 공개 메소드

The PayPal-generated batch payout status. If the batch payout passes the preliminary checks, the status is PENDING.
public getBatchStatus ( ) : string
리턴 string

getErrors() 공개 메소드

Gets Errors
public getErrors ( ) : Error
리턴 Error

getFees() 공개 메소드

Total estimate in U.S. dollars for the applicable payouts fees.
public getFees ( ) : PayPal\Api\Currency
리턴 PayPal\Api\Currency

getPayoutBatchId() 공개 메소드

The PayPal-generated ID for a batch payout.
public getPayoutBatchId ( ) : string
리턴 string

getSenderBatchHeader() 공개 메소드

The sender-provided batch payout header.
public getSenderBatchHeader ( ) : PayoutSenderBatchHeader
리턴 PayoutSenderBatchHeader

getTimeCompleted() 공개 메소드

The time that processing for the batch was completed.
public getTimeCompleted ( ) : string
리턴 string

getTimeCreated() 공개 메소드

The time the batch entered processing.
public getTimeCreated ( ) : string
리턴 string

setAmount() 공개 메소드

Total amount, in U.S. dollars, requested for the applicable payouts.
public setAmount ( PayPal\Api\Currency $amount )
$amount PayPal\Api\Currency

setBatchStatus() 공개 메소드

The PayPal-generated batch payout status. If the batch payout passes the preliminary checks, the status is PENDING.
public setBatchStatus ( string $batch_status )
$batch_status string

setErrors() 공개 메소드

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

setFees() 공개 메소드

Total estimate in U.S. dollars for the applicable payouts fees.
public setFees ( PayPal\Api\Currency $fees )
$fees PayPal\Api\Currency

setPayoutBatchId() 공개 메소드

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

setSenderBatchHeader() 공개 메소드

The original batch header as provided by the payment sender.
public setSenderBatchHeader ( PayoutSenderBatchHeader $sender_batch_header )
$sender_batch_header PayoutSenderBatchHeader

setTimeCompleted() 공개 메소드

The time that processing for the batch was completed.
public setTimeCompleted ( string $time_completed )
$time_completed string

setTimeCreated() 공개 메소드

The time the batch entered processing.
public setTimeCreated ( string $time_created )
$time_created string