PayPal\Api\WebhookList::setWebhooks PHP Méthode

setWebhooks() public méthode

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