Street |
public class StreetTransaction : DiMapsTransaction, IDiMapsTransaction, IEquatable<StreetTransaction>
The StreetTransaction type exposes the following members.
Name | Description | |
---|---|---|
CountryCode | Gets or sets the transaction identifier. | |
CustomerNumber |
Gets the customer the transaction relates to (if any). Typically relevant for complaints, and delivery start/stops.
(Inherited from DiMapsTransaction) | |
DeadlineLateDelivery | Gets or sets the deadline late delivery. | |
DeadlineNormalDelivery | Gets or sets the deadline normal delivery. | |
Delivery | Gets or sets the delivery. | |
Direction |
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) | |
DistributionForm | Gets or sets the disitribution form. | |
Distributor | Gets or sets the distributor. | |
EndDate | Gets or sets the end date. | |
FromHouseLetter | Gets or sets from houseletter. | |
FromHouseNumber | Gets or sets the title code. | |
LocationName | Gets or sets the locationname for the address. i.e. not the city but the extra location description to differ between streets when the same street exists multiple time in the same zip code area | |
Municipality | Gets or sets the municipality. | |
RouteNumber | Gets or sets the route number. | |
StartDate | Gets or sets the start date. | |
StreetId | Gets or sets the type of the transaction. | |
StreetName | Gets or sets the customer number. | |
TitleCode |
Gets the title the transaction relates to (if any). Relevant for most transaction types that are not informational.
(Inherited from DiMapsTransaction) | |
ToHouseLetter | Gets or sets to house letter. | |
ToHouseNumber | Gets or sets to house number. | |
TransactionNumber |
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) | |
TransactionType |
Gets the type of the transaction record
(Overrides DiMapsTransactionTransactionType) | |
Type | Gets or sets the type. | |
WeekDaysDelivery | Gets or sets the week days delivery. Each day has 1 for delivery or 0 if not, and is separated with comma. First day of week is monday. | |
ZipCode | Gets or sets the type of the transaction. |
Name | Description | |
---|---|---|
IEquatableStreetTransactionEquals | Indicates whether the current object is equal to another object of the same type. |