Click or drag to resize

IGoCardlessGetEventList Method

Returns a cursor-paginated list of your events.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
List<GoCardlessEvent> GetEventList(
	GoCardlessEvent input,
	GoCardlessMetaClass meta = null
)

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessEvent
optional: action, resource_type, include, IDEMPOTENCYKEY optional links: mandate, parent_event, payment, payout, refund, subscription
meta (Optional)
Type: NetQuarry.Services.PaymentGoCardlessMetaClass
Set anything wanted about how to control what list to get

Return Value

Type: ListGoCardlessEvent
List of GoCardless.Event objects.
See Also