Search Results for

    Show / Hide Table of Contents

    Class AdjustNewOrderPaymentsDefaultImplementation

    Inheritance
    System.Object
    AdjustNewOrderPaymentsDefaultImplementation
    Implements
    IHook<AdjustNewOrderPaymentsHookRequest, AdjustNewOrderPaymentsHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class AdjustNewOrderPaymentsDefaultImplementation : Object, IHook<AdjustNewOrderPaymentsHookRequest, AdjustNewOrderPaymentsHookResponse>

    Constructors

    AdjustNewOrderPaymentsDefaultImplementation()

    Declaration
    public AdjustNewOrderPaymentsDefaultImplementation()

    Methods

    Invoke(AdjustNewOrderPaymentsHookRequest, Func<AdjustNewOrderPaymentsHookRequest, Task<AdjustNewOrderPaymentsHookResponse>>)

    Declaration
    public Task<AdjustNewOrderPaymentsHookResponse> Invoke(AdjustNewOrderPaymentsHookRequest request, Func<AdjustNewOrderPaymentsHookRequest, Task<AdjustNewOrderPaymentsHookResponse>> func)
    Parameters
    Type Name Description
    AdjustNewOrderPaymentsHookRequest request
    System.Func<AdjustNewOrderPaymentsHookRequest, System.Threading.Tasks.Task<AdjustNewOrderPaymentsHookResponse>> func
    Returns
    Type Description
    System.Threading.Tasks.Task<AdjustNewOrderPaymentsHookResponse>

    Implements

    IHook<TRequest, TResponse>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX