PHP Class PayPal\Api\WebhookList

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

Méthodes publiques

Méthode 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 méthode

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

getWebhooks() public méthode

A list of webhooks.
public getWebhooks ( ) : Webhook[]
Résultat Webhook[]

removeWebhook() public méthode

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

setWebhooks() public méthode

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