Enum TransactionProcessorEventType
An enumeration of the different type of events that can be raised by the transaction processor
Namespace: LemonEdge.API.Processors.Transactional
Assembly: API.dll
Syntax
public enum TransactionProcessorEventType : short
Fields
Name | Description |
---|---|
AllocatedChanged | Indicates transaction allocation records have changed |
CodeChanged | Indicates the transaction code associated with a transaction in the processor has been changed |
GLAllocationCHanged | Indicates gl posting allocation records have changed |
GLChanged | Indicates gl posting values have changed |
HeaderTransactionsChanged | Indicates values against a header transaction have changed |
SubTransactionsChanged | Indicates values against sub transactions have changed |
ValueChanged | Indicates a value has changed against a transaction, allocation transaction, gl posting, or gl posting allocation |