Click or drag to resize

IGoCardlessGetEventDetail Method

Retrieves the details of a single event.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
GoCardlessEvent GetEventDetail(
	GoCardlessEvent input
)

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessEvent
required: id. optional: IDEMPOTENCYKEY

Return Value

Type: GoCardlessEvent
GoCardless.Event object
See Also