PayPal\Api\PayoutBatch::setBatchHeader PHP Method

setBatchHeader() public method

A batch header. Includes the generated batch status.
public setBatchHeader ( PayoutBatchHeader $batch_header )
$batch_header PayoutBatchHeader
    public function setBatchHeader($batch_header)
    {
        $this->batch_header = $batch_header;
        return $this;
    }