Show / Hide Table of Contents

Class EdiTimeSlotConsignee

The consignee has provided a time slot for delivery

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

Properties

NewDeliveryDate

The new date / time when the delivery will be performed

Declaration
public DateTime? NewDeliveryDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
Back to top Generated by DocFX