Class EdiPickupNotifications
Notifications which should be sent while processing the shipment, e.g. notifications about successful delivery, advance notifications for the pickup order
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiPickupNotifications
Inherited Members
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiPickupNotifications : EdiNotifications
Properties
AfterPickup
Information about successful pickup should be given to this address
Declaration
public EdiAddress AfterPickup { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
BeforePickup
Before a pickup is attempted the address noted here should be contacted within the given time frame
Declaration
public EdiNotifyBeforePickupDeliver BeforePickup { get; set; }
Property Value
Type | Description |
---|---|
EdiNotifyBeforePickupDeliver |
ByDriverBeforePickup
The driver should call the given contact before pickup
Declaration
public EdiAddress ByDriverBeforePickup { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |