Show / Hide Table of Contents

Class EdiTransportTimeSlot

Time information of this transport

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

Properties

Delivery

Time slot for delivery of the order

Declaration
public TourBookedTimeSlot Delivery { get; set; }
Property Value
Type Description
TourBookedTimeSlot

Pickup

Time slot for pickup of the order

Declaration
public TourBookedTimeSlot Pickup { get; set; }
Property Value
Type Description
TourBookedTimeSlot
Back to top Generated by DocFX