PHP 클래스 PayPal\Api\PayoutBatch

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

공개 메소드들

메소드 설명
addItem ( PayoutItemDetails $payoutItemDetails ) Append Items to the list.
getBatchHeader ( ) : PayoutBatchHeader A batch header. Includes the generated batch status.
getItems ( ) : PayoutItemDetails[] An array of items in a batch payout.
getLinks ( ) : PayPal\Api\Links[] Gets Links
removeItem ( PayoutItemDetails $payoutItemDetails ) Remove Items from the list.
setBatchHeader ( PayoutBatchHeader $batch_header ) A batch header. Includes the generated batch status.
setItems ( PayoutItemDetails[] $items ) An array of items in a batch payout.
setLinks ( PayPal\Api\Links[] $links ) Sets Links

메소드 상세

addItem() 공개 메소드

Append Items to the list.
public addItem ( PayoutItemDetails $payoutItemDetails )
$payoutItemDetails PayoutItemDetails

getBatchHeader() 공개 메소드

A batch header. Includes the generated batch status.
public getBatchHeader ( ) : PayoutBatchHeader
리턴 PayoutBatchHeader

getItems() 공개 메소드

An array of items in a batch payout.
public getItems ( ) : PayoutItemDetails[]
리턴 PayoutItemDetails[]

removeItem() 공개 메소드

Remove Items from the list.
public removeItem ( PayoutItemDetails $payoutItemDetails )
$payoutItemDetails PayoutItemDetails

setBatchHeader() 공개 메소드

A batch header. Includes the generated batch status.
public setBatchHeader ( PayoutBatchHeader $batch_header )
$batch_header PayoutBatchHeader

setItems() 공개 메소드

An array of items in a batch payout.
public setItems ( PayoutItemDetails[] $items )
$items PayoutItemDetails[]