PayPal\Api\WebhookList::setWebhooks PHP Method

setWebhooks() public method

A list of webhooks.
public setWebhooks ( Webhook[] $webhooks )
$webhooks Webhook[]
    public function setWebhooks($webhooks)
    {
        $this->webhooks = $webhooks;
        return $this;
    }