Show / Hide Table of Contents

Class EdiReferences

Numbers of various sources identifying this consignment or references from this consignment to other business processes

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiReferences
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiReferences : EdiPatternPropertiesBase

Properties

CustomerOrderDate

Date when the order was places with the shipping partner

Declaration
public DateTime? CustomerOrderDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

CustomerOrderNo

A reference of the shipper for this consignment

Declaration
public string CustomerOrderNo { get; set; }
Property Value
Type Description
System.String

DeliveryNote

The delivery note of the shipper which describes the content of this consignment

Declaration
public string DeliveryNote { get; set; }
Property Value
Type Description
System.String

DocumentReferences

All references to the linked documents, systems and devices

Declaration
public EdiDocumentReferences DocumentReferences { get; set; }
Property Value
Type Description
EdiDocumentReferences

ForwardedFor

Declaration
public EdiPartnerIdentification ForwardedFor { get; set; }
Property Value
Type Description
EdiPartnerIdentification

OrderEntrySystemReference

An unique reference number from the system which was used to enter the order details

Declaration
public string OrderEntrySystemReference { get; set; }
Property Value
Type Description
System.String

PickupOrder

Declaration
public EdiPickupOrder PickupOrder { get; set; }
Property Value
Type Description
EdiPickupOrder

ReturnOfPreviousConsignment

Reference to another consignment which content is return using this pickup order

Declaration
public EdiReturnOfPreviousConsignment ReturnOfPreviousConsignment { get; set; }
Property Value
Type Description
EdiReturnOfPreviousConsignment

SubsequentDelivery

Additional delivery to our Bordero from: ... (additional text) (Shipment-no. Of the dispatching and receiving partner are to be transferred additionally)

Declaration
public EdiSubsequentDelivery SubsequentDelivery { get; set; }
Property Value
Type Description
EdiSubsequentDelivery
Back to top Generated by DocFX