Show / Hide Table of Contents

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
EdiServices
EdiPickupServices
Inherited Members
EdiServices.PackagingOptions
EdiServices.SpecialRun
EdiServices.Anonymity
EdiServices.TimeSlotBooking
EdiServices.TimeOptions
EdiServices.DeliveryOptions
EdiServices.LoadingOptions
EdiServices.UnloadingOptions
EdiServices.Gateway
EdiServices.HandlingInstructions
EdiServices.ReturnOfGoods
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
Back to top Generated by DocFX