Show / Hide Table of Contents

Class EdiUnloadingOptions

Information regarding unloading of the main haul

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

Properties

AlreadyReceived

The goods are already at the receiving partners warehouse, because they have been reported as surplus earlier on

Declaration
public EdiAlreadyReceived AlreadyReceived { get; set; }
Property Value
Type Description
EdiAlreadyReceived

DirectDelivery

The goods are to be delivered without unloading them at the receiving partners warehouse

Declaration
public bool? DirectDelivery { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

MissingFromPreviousManifest

The goods for a consignment which already was part of another manifest and had been reported missing on that manifest

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