Class EdiTransportInformation
General information about the consignment
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiTransportInformation
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTransportInformation : EdiPatternPropertiesBase
Properties
RemarksContent
Free text information about the content of the order
Declaration
public string RemarksContent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemarksDelivery
Free text information for the delivery
Declaration
public string RemarksDelivery { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemarksGeneral
General free text information
Declaration
public string RemarksGeneral { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemarksInvoice
Free text information for the invoice
Declaration
public string RemarksInvoice { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemarksPickup
Free text information for the pick up
Declaration
public string RemarksPickup { get; set; }
Property Value
Type | Description |
---|---|
System.String |