Click or drag to resize
Infosoft Logo

DeliveryStartTransaction Class

Contains a class that represents the Dimaps TIL transaction
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.DistributionIntegration.DimapsDiMapsTransaction
    Infosoft.Common.Contracts.DataContracts.DistributionIntegration.DimapsDeliveryStartTransaction

Namespace: Infosoft.Common.Contracts.DataContracts.DistributionIntegration.Dimaps
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class DeliveryStartTransaction : DiMapsTransaction, 
	IDiMapsTransaction

The DeliveryStartTransaction type exposes the following members.

Properties
 NameDescription
Public propertyAdress2 Gets or sets the adress2.
Public propertyAmountEachDay Gets or sets the amount of delivery each weekday. One delivery on monday,tuesday, thursday and friday will be "1,1,0,1,1,0,0.
Public propertyApartment Gets or sets the apartment.
Public propertyCampaignMarker Gets or sets the telephone.
Public propertyCountryCode Gets or sets the country code.
Public propertyCustomerNumber Gets the customer the transaction relates to (if any). Typically relevant for complaints, and delivery start/stops.
(Inherited from DiMapsTransaction)
Public propertyDeliveryId Gets or sets the delivery identifier.
Public propertyDeliveryInformation Gets or sets the delivery information.
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).
(Overrides DiMapsTransactionDirection)
Public propertyDistributionForm Gets or sets the distribution form.
Public propertyDistributionType Gets or sets the type of the distribution.
Public propertyDistributor Gets or sets the distributor.
Public propertyFloor Gets or sets the floor.
Public propertyHouseLetter Gets or sets the house letter.
Public propertyHouseNumber Gets or sets the house number.
Public propertyJobTitle Gets or sets the job title.
Public propertyName Gets or sets the name.
Public propertyName2 Gets or sets the name2.
Public propertyRoute Gets or sets the route.
Public propertySide Gets or sets the side.
Public propertyStartDate Gets or sets the date.
Public propertyStreetId Gets or sets the street identifier.
Public propertyTelephone Gets or sets the telephone.
Public propertyTitleCode Gets the title the transaction relates to (if any). Relevant for most transaction types that are not informational.
(Inherited from DiMapsTransaction)
Public propertyTransactionNumber Gets or sets the number of the transaction, this number is not unique and is used to correlate request/responses over time on the same type of transaction.
(Inherited from DiMapsTransaction)
Public propertyTransactionType Gets the type of the transaction record
(Overrides DiMapsTransactionTransactionType)
Top
See Also