Class EdiRouting
Information about the route take by this consignment/pickup order
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiRouting
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiRouting : EdiPatternPropertiesBase
Properties
Consignee
The address of the good's recipient
Declaration
public EdiAddress Consignee { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
LoadingAddress
The address of the party which is sending the goods. This is usually the place where the transport originated
Declaration
public EdiAddress LoadingAddress { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
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 |
UnloadingAddress
The drop of point for the consignment, e.g. the exact address of the warehouse if the consignee has multiple warehouses
Declaration
public EdiAddress UnloadingAddress { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |