PayPal\Api\PayoutSenderBatchHeader::setBatchStatus PHP Method

setBatchStatus() public method

Deprecation: This property is unused
public setBatchStatus ( $batch_status )
    public function setBatchStatus($batch_status)
    {
        $this->batch_status = $batch_status;
        return $this;
    }