Class PickupOrder
A single pickup order which is transferred between two partners
Inheritance
Inherited Members
Namespace: Conizi.Model.Transport.Truck.Groupage.Forwarding
Assembly: Conizi.Model.dll
Syntax
public class PickupOrder : EdiModel, IModel
Properties
AdditionalPartners
Additional partners which are also involved in processing this pickup order
Declaration
public List<EdiPartnerIdentification> AdditionalPartners { get; set; }
Property Value
Type | Description |
---|---|
List<EdiPartnerIdentification> |
Billing
Information for invoicing and clearing
Declaration
public EdiBilling Billing { get; set; }
Property Value
Type | Description |
---|---|
EdiBilling |
Content
Describes the nature and quantity of the goods in this pickup order
Declaration
public EdiContent Content { get; set; }
Property Value
Type | Description |
---|---|
EdiContent |
ContractedPartner
The partner which is contracted for processing the pickup order
Declaration
public EdiPartnerIdentification ContractedPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
CustomsInformation
Used to specify information necessary in the customs process
Declaration
public EdiCustomsInformation CustomsInformation { get; set; }
Property Value
Type | Description |
---|---|
EdiCustomsInformation |
ExternalServices
Services that are not provided by the parties involved in the physical transport but by external service providers (e.g. central services by the networks)
Declaration
public EdiExternalServices ExternalServices { get; set; }
Property Value
Type | Description |
---|---|
EdiExternalServices |
Information
General information about the pickup order
Declaration
public EdiInformation Information { get; set; }
Property Value
Type | Description |
---|---|
EdiInformation |
OrderingPartner
The partner which is sending the pickup order to the contracted partner for pickup
Declaration
public EdiPartnerIdentification OrderingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
OrderingParty
Person or company that ordered the transport of the consignment. Often identical to the shipper
Declaration
public EdiAddress OrderingParty { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
PickupDate
The date on which the pickup order should be processed by the contracted partner
Declaration
public EdiPickupDate PickupDate { get; set; }
Property Value
Type | Description |
---|---|
EdiPickupDate |
PickupOrderDate
The date on which the pickup order was forwarded to the contracted partner
Declaration
public DateTime PickupOrderDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
PickupOrderNo
Unique identification for the pickup order within the transport management system of the contract partner
Declaration
public string PickupOrderNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
References
Numbers of various sources identifying this pickup order or references from this pickup to other business processes
Declaration
public EdiReferences References { get; set; }
Property Value
Type | Description |
---|---|
EdiReferences |
Routing
Information about the route take by this pickup order
Declaration
public EdiRouting Routing { get; set; }
Property Value
Type | Description |
---|---|
EdiRouting |
Services
Special services which can be requested by the ordering party (or the shipping partner) for this pickup order
Declaration
public EdiPickupServices Services { get; set; }
Property Value
Type | Description |
---|---|
EdiPickupServices |