Click or drag to resize

IBraintreeWebhookNotify Method

Handles Braintree webhook notifications.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void WebhookNotify(
	PaymentNotification notify
)

Parameters

notify
Type: NetQuarry.Services.PaymentPaymentNotification
The notification data.
See Also