Show / Hide Table of Contents

Class EdiReturnOfPreviousConsignment

Reference to another consignment which content is return using this consignment

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

Properties

ConsignmentNoShippingPartner

The consignment number of the original consignment being returned

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