Class EdiDocumentArchive
All object to archive the document
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiDocumentArchive
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiDocumentArchive : EdiPatternPropertiesBase
Properties
Consignee
The address of the good's recipient
Declaration
public EdiAddress Consignee { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
ReceivingPartner
The partner which is receiving the goods declared on the manifest from the shipping partner for further delivery
Declaration
public EdiPartnerIdentification ReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
Shipper
The address of the party which is sending the goods. This is usually the place where the pickup originated
Declaration
public EdiAddress Shipper { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
ShippingPartner
The partner which is sending the consignment to the receiving partner for further delivery
Declaration
public EdiPartnerIdentification ShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |