Class EdiNotifications
Notifications which should be sent while processing the shipment, e.g. notifications about successful delivery, advance notifications, ...
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiNotifications
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiNotifications : EdiPatternPropertiesBase
Properties
AfterDelivery
Information about successful delivery should be given to this address
Declaration
public EdiAddress AfterDelivery { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
BeforeDelivery
Before a delivery is attempted the person noted here should be contacted within the given time frame
Declaration
public EdiNotifyBeforePickupDeliver BeforeDelivery { get; set; }
Property Value
Type | Description |
---|---|
EdiNotifyBeforePickupDeliver |
ByDriver
The driver should call the given contact before delivery
Declaration
public EdiAddress ByDriver { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
GeneralNotificationAddress
An address and associated contact information which should be kept in the loop
Declaration
public EdiAddress GeneralNotificationAddress { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |