PayPal\Api\WebhookEventType::setStatus PHP Method

setStatus() public method

The status of a webhook event.
public setStatus ( string $status )
$status string
    public function setStatus($status)
    {
        $this->status = $status;
        return $this;
    }