Click or drag to resize

IDeliverySettings Interface

Namespace:  Resto.Front.Api.Data.Organization
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IDeliverySettings : ISerializable

The IDeliverySettings type exposes the following members.

Properties
  NameDescription
Public propertyBeepOnDeliveriesUpdate
Should operator be informed with system sound "beep" when delivery order is created/updated.
Public propertyDefaultDeliveryDuration
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.
Public propertyDefaultSelfServiceDeliveryDuration
Average time of delivery at restaurant for self-service.
Public propertyDeliveryBillPrintTimeOption
Delivery bill may be printed either automatically or manually. This option specifies how and when to print delivery bill.
Public propertyDeliveryPaymentTimeOption
Order may be paid either before sending a courier to way or after successful delivery before closing. This option specifies when to pay courier deliveries and doesn't affect pick up deliveries.
Public propertyMarketingSourceRequired
Check whether input or marketing source(advertising) is required.
Public propertyProcessExternalPrepayOnAddition
Whether external processed payments should be processed as prepays immediately after addition.
Public propertyServiceType
Delivery service type: courier, self-service or both of them.
Public propertySmsNotificationTemplates
Sms notification templates for delivery.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also