Class TruckTransportOrder
A single optimized transport order which is transferred between two partners. Usually used within the context a TruckTour
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TruckTransportOrder
Inherited Members
Namespace: Conizi.Model.Telematics.Truck
Assembly: Conizi.Model.dll
Syntax
public class TruckTransportOrder : EdiModel, IModel
Properties
Billing
Financial information of this transport
Declaration
public EdiTransportBilling Billing { get; set; }
Property Value
Type | Description |
---|---|
EdiTransportBilling |
Content
Describes the nature and quantity of the goods in this transport order
Declaration
public EdiContent Content { get; set; }
Property Value
Type | Description |
---|---|
EdiContent |
HandlingInstructions
Handling instructions for the goods, e.g. to prevent damage
Declaration
public EdiHandlingInstructions HandlingInstructions { get; set; }
Property Value
Type | Description |
---|---|
EdiHandlingInstructions |
Information
Free-text information about the transport
Declaration
public EdiTransportInformation Information { get; set; }
Property Value
Type | Description |
---|---|
EdiTransportInformation |
MessageFunctionCode
Message function code
Declaration
public EdiMessageFunctionCode? MessageFunctionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EdiMessageFunctionCode> |
Orderer
Person or company who placed the order
Declaration
public EdiAddress Orderer { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
Routing
Changes description for Loading and Unloading Address. Should be used, if the address is different from shipper/consignee
Declaration
public EdiRouting Routing { get; set; }
Property Value
Type | Description |
---|---|
EdiRouting |
Services
Services needed about the transport
Declaration
public EdiTransportServices Services { get; set; }
Property Value
Type | Description |
---|---|
EdiTransportServices |
ShippingDate
Shipping date
Declaration
public DateTime ShippingDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
TimeSlot
Time information of this transport
Declaration
public EdiTransportTimeSlot TimeSlot { get; set; }
Property Value
Type | Description |
---|---|
EdiTransportTimeSlot |