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
)
Function GetEventDetail (
input As GoCardlessEvent
) As GoCardlessEvent
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessEvent
required: id. optional: IDEMPOTENCYKEY
Return Value
Type:
GoCardlessEventGoCardless.Event object
See Also