Class TransactionProcessorEventArgs
A standard event args for the transaction processor holding the type of event
Inherited Members
Namespace: LemonEdge.API.Entities.FinancialServices.Processors.Transactional
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public class TransactionProcessorEventArgs : EventArgs
Constructors
TransactionProcessorEventArgs()
Declaration
public TransactionProcessorEventArgs()
Properties
Type
Holds the type of event being raised by the processor
Declaration
public TransactionProcessorEventType Type { get; set; }
Property Value
Type | Description |
---|---|
TransactionProcessorEventType |