Show / Hide Table of Contents

Class EdiArchived

Documents have been archived

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

Properties

CustomsPapers

Customs papers were archived

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

DamagePictures

Pictures of damages were archived

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

DeliveryNote

Delivery notes were archived

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

Pod

Proof of delivery was archived

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