Show / Hide Table of Contents

Class EdiAlreadyReceived

The goods are already at the receiving partners warehouse, because they have been reported as surplus earlier on

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

Properties

ShippingDate

The date of the manifest which contained the surplus goods

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

SurplusConsignmentNo

The reference number under which the surplus consignment had been reported by the receiving partner

Declaration
public string SurplusConsignmentNo { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX