Click or drag to resize

IDeliverySettings Interface


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

The IDeliverySettings type exposes the following members.

Properties
 NameDescription
Public propertyBeepOnDeliveriesUpdateShould operator be informed with system sound "beep" when delivery order is created/updated.
Public propertyDefaultDeliveryDurationIf 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 propertyDefaultSelfServiceDeliveryDurationAverage time of delivery at restaurant for self-service.
Public propertyDeliveryBillPrintTimeOptionDelivery bill may be printed either automatically or manually. This option specifies how and when to print delivery bill.
Public propertyDeliveryPaymentTimeOptionOrder 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 propertyMarketingSourceRequiredCheck whether input or marketing source(advertising) is required.
Public propertyProcessExternalPrepayOnAdditionWhether external processed payments should be processed as prepays immediately after addition.
Public propertyServiceTypeDelivery service type: courier, self-service or both of them.
Public propertySmsNotificationTemplatesSms notification templates for delivery.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also