Search Results for

    Show / Hide Table of Contents

    Class FraudPreventionHooks

    Inheritance
    System.Object
    FraudPreventionHooks
    Namespace: DirectScale.Disco.Extension.Hooks.FraudPrevention
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class FraudPreventionHooks : MarshalByRefObject

    Properties

    GetFraudPreventionInfo

    Declaration
    public Hook<GetFraudPreventionInfoHookRequest, GetFraudPreventionInfoHookResponse> GetFraudPreventionInfo { get; }
    Property Value
    Type Description
    Hook<GetFraudPreventionInfoHookRequest, GetFraudPreventionInfoHookResponse>

    GetOrderPaymentToReview

    Declaration
    public Hook<GetOrderPaymentToReviewHookRequest, GetOrderPaymentToReviewHookResponse> GetOrderPaymentToReview { get; }
    Property Value
    Type Description
    Hook<GetOrderPaymentToReviewHookRequest, GetOrderPaymentToReviewHookResponse>

    GetPreCheck

    Declaration
    public Hook<GetPreCheckHookRequest, GetPreCheckHookResponse> GetPreCheck { get; }
    Property Value
    Type Description
    Hook<GetPreCheckHookRequest, GetPreCheckHookResponse>

    ParseCallbackData

    Declaration
    public Hook<ParseCallbackDataHookRequest, ParseCallbackDataHookResponse> ParseCallbackData { get; }
    Property Value
    Type Description
    Hook<ParseCallbackDataHookRequest, ParseCallbackDataHookResponse>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX