Show / Hide Table of Contents

Class EdiMissingFromPreviousManifest

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

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

Properties

ManifestId

The manifest which first included the consignment

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

ShippingDate

The date of the manifest which included the consignment

Declaration
public DateTime? ShippingDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
Back to top Generated by DocFX