Click or drag to resize

IDeliverySettingsDefaultDeliveryDuration Property

If the time of delivery of the order at its creation was not explicitly specified, it is considered that the order should be delivered in exactly DefaultDeliveryDuration from the moment of creation. Estimated time = the current time + DefaultDeliveryDuration.

Namespace:  Resto.Front.Api.Data.Organization
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
TimeSpan DefaultDeliveryDuration { get; }

Property Value

Type: TimeSpan
See Also