Show / Hide Table of Contents

Class EdiInformation

General information about the consignment

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

Properties

RemarksDelivery

Free text information for the delivery

Declaration
public List<string> RemarksDelivery { get; set; }
Property Value
Type Description
List<System.String>

RemarksGeneral

General free text information

Declaration
public List<string> RemarksGeneral { get; set; }
Property Value
Type Description
List<System.String>

RemarksInvoice

Free text information for the invoice

Declaration
public List<string> RemarksInvoice { get; set; }
Property Value
Type Description
List<System.String>

RemarksPickup

Free text information for the pick up

Declaration
public List<string> RemarksPickup { get; set; }
Property Value
Type Description
List<System.String>
Back to top Generated by DocFX