Click or drag to resize

ITerminalDeliveryDuration Interface

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface ITerminalDeliveryDuration : ISerializable, 
	IEntity

The ITerminalDeliveryDuration type exposes the following members.

Properties
  NameDescription
Public propertyCourierDeliveryTime
Courier delivery duration set on a delivery terminal.
Public propertyId (Inherited from IEntity.)
Public propertySelfServiceDeliveryTime
SelfService delivery duration set on a delivery terminal.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also