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.V9 (in Resto.Front.Api.V9.dll)
SyntaxTimeSpan DefaultDeliveryDuration { get; }
Property Value
Type:
TimeSpan
See Also