Show / Hide Table of Contents

Class EdiServices

Special services which can be requested by the ordering party (or the shipping partner)

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiServices
EdiPickupServices
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiServices : EdiPatternPropertiesBase

Properties

Anonymity

Neutral addresses which are shown to the shipper or consignee in order to conceal the actual shipper or recipient of the goods

Declaration
public EdiAnonymity Anonymity { get; set; }
Property Value
Type Description
EdiAnonymity

DeliveryOptions

Requirements for special services or equipment for the delivery

Declaration
public EdiDeliveryOptions DeliveryOptions { get; set; }
Property Value
Type Description
EdiDeliveryOptions

Gateway

Special requirements for the handling of the goods at intermediate hubs / gateways

Declaration
public EdiGateway Gateway { get; set; }
Property Value
Type Description
EdiGateway

HandlingInstructions

Handling instructions for the goods, e.g. to prevent damage

Declaration
public EdiHandlingInstructions HandlingInstructions { get; set; }
Property Value
Type Description
EdiHandlingInstructions

LoadingOptions

Information about the loading of the main haul

Declaration
public EdiLoadingOptions LoadingOptions { get; set; }
Property Value
Type Description
EdiLoadingOptions

Notifications

Notifications which should be sent while processing the shipment, e.g. notifications about successful delivery, advance notifications, ...

Declaration
public EdiNotifications Notifications { get; set; }
Property Value
Type Description
EdiNotifications

PackagingOptions

Packaging Options

Declaration
public EdiPackagingOptions PackagingOptions { get; set; }
Property Value
Type Description
EdiPackagingOptions

ReturnOfGoods

Services for the return of goods

Declaration
public EdiReturnOfGoods ReturnOfGoods { get; set; }
Property Value
Type Description
EdiReturnOfGoods

SpecialRun

The transport is produced via special run (and with special fares)

Declaration
public string SpecialRun { get; set; }
Property Value
Type Description
System.String

TimeOptions

Requirements for the delivery or pickup time

Declaration
public EdiTimeOptions TimeOptions { get; set; }
Property Value
Type Description
EdiTimeOptions

TimeSlotBooking

Information about time slots which need to be booked or are already booked for the pickup or the following consignment

Declaration
public EdiTimeSlotBooking TimeSlotBooking { get; set; }
Property Value
Type Description
EdiTimeSlotBooking

UnloadingOptions

Information regarding unloading of the main haul

Declaration
public EdiUnloadingOptions UnloadingOptions { get; set; }
Property Value
Type Description
EdiUnloadingOptions
Back to top Generated by DocFX