Search Results for

    Show / Hide Table of Contents

    Class FraudPreventionCallback

    Inheritance
    System.Object
    FraudPreventionCallback
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class FraudPreventionCallback : Object

    Constructors

    FraudPreventionCallback()

    Declaration
    public FraudPreventionCallback()

    Properties

    DateOccurred

    Declaration
    public DateTime DateOccurred { get; set; }
    Property Value
    Type Description
    System.DateTime

    OrderNumber

    Declaration
    public int OrderNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    Status

    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    System.String

    TransactionId

    Declaration
    public string TransactionId { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX