Class EdiPickupServices
Special services which can be requested by the ordering party (or the shipping partner) for this pickup order
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiPickupServices
Inherited Members
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiPickupServices : EdiServices
Properties
Notifications
Notifications which should be sent while processing the shipment, e.g. notifications about successful delivery, advance notifications for the pickup order
Declaration
public EdiPickupNotifications Notifications { get; set; }
Property Value
Type | Description |
---|---|
EdiPickupNotifications |
PickupOptions
Special options needed to process this pickup order
Declaration
public EdiPickupOptions PickupOptions { get; set; }
Property Value
Type | Description |
---|---|
EdiPickupOptions |