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
)
Function GetEventList (
input As GoCardlessEvent,
Optional meta As GoCardlessMetaClass = Nothing
) As List(Of GoCardlessEvent)
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:
ListGoCardlessEventList of GoCardless.Event objects.
See Also