C# Class PayPal.Api.WebhookEventType

A list of events.

See PayPal Developer documentation for more information.

Inheritance: PayPalResource
Afficher le fichier Open project: paypal/PayPal-NET-SDK

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AvailableEventTypes ( APIContext apiContext ) : WebhookEventTypeList

Lists available events to which any webhook can subscribe. For a list of supported events, see [Webhook events](/docs/integration/direct/rest/webhooks/webhook-events/).

SubscribedEventTypes ( APIContext apiContext, string webhookId ) : WebhookEventTypeList

Lists event subscriptions for a webhook, by ID.

Method Details

AvailableEventTypes() public static méthode

Lists available events to which any webhook can subscribe. For a list of supported events, see [Webhook events](/docs/integration/direct/rest/webhooks/webhook-events/).
public static AvailableEventTypes ( APIContext apiContext ) : WebhookEventTypeList
apiContext APIContext APIContext used for the API call.
Résultat WebhookEventTypeList

SubscribedEventTypes() public static méthode

Lists event subscriptions for a webhook, by ID.
public static SubscribedEventTypes ( APIContext apiContext, string webhookId ) : WebhookEventTypeList
apiContext APIContext APIContext used for the API call.
webhookId string The ID of the webhook for which to list subscriptions.
Résultat WebhookEventTypeList