Click or drag to resize

GoCardlessWebhookArgs Constructor

Constructor to get everything we want set up for passing a GoCardless webhook notification to an application. Sets ResourceType, Action, Data, Source as "GoCardless" and EventName as "<ResourceType>|<Action>"

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public GoCardlessWebhookArgs(
	string resourceType,
	string action,
	GoCardlessEvent data
)

Parameters

resourceType
Type: SystemString
The ResourceType. See ResourceType.
action
Type: SystemString
The Action. See Action.
data
Type: NetQuarry.Services.PaymentGoCardlessEvent
The Data. See Data.
See Also