Click or drag to resize
Infosoft Logo

IDiMapsTransaction Interface


Namespace: Infosoft.Common.Contracts.DataContracts.DistributionIntegration.Dimaps
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IDiMapsTransaction

The IDiMapsTransaction type exposes the following members.

Properties
 NameDescription
Public propertyCustomerNumber Gets the customer the transaction relates to (if any). Typically relevant for complaints, and delivery start/stops.
Public propertyDirection Gets the direction relative to the Infosystems suite (i.e. incomming for transactions that should be imported, and outgoing for transactions that should be written to file for shipping to DiMaps).
Public propertyTitleCode Gets the title the transaction relates to (if any). Relevant for most transaction types that are not informational.
Public propertyTransactionNumber Gets the transaction number that identifies the transaction that this instance represent. The number is not unique and is used to correlate request/responses to the same transaction.
Public propertyTransactionType Gets the type of the transaction record
Top
See Also