PHP Class PayPal\Api\WebhookList

List of webhooks.
Inheritance: extends PayPal\Common\PayPalModel
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
addWebhook ( Webhook $webhook ) Append Webhooks to the list.
getWebhooks ( ) : Webhook[] A list of webhooks.
removeWebhook ( Webhook $webhook ) Remove Webhooks from the list.
setWebhooks ( Webhook[] $webhooks ) A list of webhooks.

Method Details

addWebhook() public method

Append Webhooks to the list.
public addWebhook ( Webhook $webhook )
$webhook Webhook

getWebhooks() public method

A list of webhooks.
public getWebhooks ( ) : Webhook[]
return Webhook[]

removeWebhook() public method

Remove Webhooks from the list.
public removeWebhook ( Webhook $webhook )
$webhook Webhook

setWebhooks() public method

A list of webhooks.
public setWebhooks ( Webhook[] $webhooks )
$webhooks Webhook[]