Class ProcessOrderPaymentDefaultImplementation
Inheritance
System.Object
ProcessOrderPaymentDefaultImplementation
Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class ProcessOrderPaymentDefaultImplementation : Object, IHook<ProcessOrderPaymentHookRequest, ProcessOrderPaymentHookResponse>
Constructors
ProcessOrderPaymentDefaultImplementation()
Declaration
public ProcessOrderPaymentDefaultImplementation()
Methods
Invoke(ProcessOrderPaymentHookRequest, Func<ProcessOrderPaymentHookRequest, Task<ProcessOrderPaymentHookResponse>>)
Declaration
public Task<ProcessOrderPaymentHookResponse> Invoke(ProcessOrderPaymentHookRequest request, Func<ProcessOrderPaymentHookRequest, Task<ProcessOrderPaymentHookResponse>> func)
Parameters
| Type | Name | Description |
|---|---|---|
| ProcessOrderPaymentHookRequest | request | |
| System.Func<ProcessOrderPaymentHookRequest, System.Threading.Tasks.Task<ProcessOrderPaymentHookResponse>> | func |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ProcessOrderPaymentHookResponse> |