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