Class EdiNotifyBeforePickupDeliver
Before a pickup or delivery is attempted the address noted here, should be contacted within the given time frame
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiNotifyBeforePickupDeliver
Inherited Members
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiNotifyBeforePickupDeliver : EdiAddress, IAddress
Properties
LeadTimeSecondsMaximum
Time frame end for notification before delivery
Declaration
public int? LeadTimeSecondsMaximum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
LeadTimeSecondsMinimum
Time frame begin for notification before delivery
Declaration
public int? LeadTimeSecondsMinimum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |