Class FraudPreventionCallback
Inheritance
System.Object
FraudPreventionCallback
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 |
|