Show / Hide Table of Contents

Class EdiSubsequentDelivery

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

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

Properties

ConsignmentNoShippingPartner

Consignment number of the consignment for that the subsequent delivery is

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

ShippingDate

The date when the original shipment was forwarded

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

ShippingPartner

The partner which originally forwarded the consignment

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