Show / Hide Table of Contents

Class EdiPickupDate

The date on which the pickup order should be processed by the contracted partner

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

Properties

Date

Date (Day)

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

TimeFrom

From time (HH:mm:ss)

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

TimeUntil

From time (HH:mm:ss)

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