 |
DimapsTransactions Enumeration |
This enum represents the different dimaps transactions that may exist in the
distributioninterchange table.
Namespace: Infosoft.Common.Contracts.DataContracts.DistributionIntegration.DimapsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntaxpublic enum DimapsTransactions
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Unknown | 0 |
The unknown
|
| DelayTransaction | 1 |
The delay transaction
|
| ErrorTransaction | 2 |
The error transaction
|
| InformationTransaction | 3 |
The information transaction
|
| ReceiptTransaction | 4 |
The receipt transaction
|
| StreetTransaction | 5 |
The street transaction
|
| DeliveryStopTransaction | 6 |
The delivery stop transaction
|
| DeliveryStartTransaction | 7 |
The delivery start transaction
|
| ComplaintTransaction | 8 |
The complaint transaction
|
See Also