Click or drag to resize

IDeliveryOrder Interface

Namespace:  Resto.Front.Api.V5.Data.Orders
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
public interface IDeliveryOrder : IOrder, 
	ISerializable, IEntity, IVersionedEntity, IOrderStub, IDeliveryOrderStub

The IDeliveryOrder type exposes the following members.

Properties
  NameDescription
Public propertyActualDeliverTime
Time when order was actually delivered to the client
Public propertyAddress
Address where the order will be delivered
Public propertyBillTime
Gets the bill cheque print time of the current order.
(Inherited from IOrder.)
Public propertyCancelCause
Cause of cancelling the order
Public propertyCancelComment
Comment to the order cancellation
Public propertyCancelTime
Time when the order was marked as cancelled
Public propertyCashier
Gets the user closed the current order.
(Inherited from IOrder.)
Public propertyClient
Client that ordered delivery
Public propertyCloseTime
Time when delivery order was marked as closed
Public propertyCombos (Inherited from IOrder.)
Public propertyComment
Client's comment on order
Public propertyConfirmTime
Time when order was confirmed
Public propertyCookingFinishTime
Time when order cooking was finished
Public propertyCourier
Courier that delivers the order
Public propertyCreateTime
Time when order was created
Public propertyCustomerIds (Inherited from IOrder.)
Public propertyDeliveryId
Identifier of the delivery, don't confuse it with identifier of the delivery order. This property exists for historical reason, avoid using it when possible.
Public propertyDeliveryOperator
User who created the order
Public propertyDeliveryStatus
Status of the delivery
Public propertyDiscounts (Inherited from IOrder.)
Public propertyDuration
Public propertyEmail
E-mail of client
Public propertyEstimatedGuestsCount
Gets estimated guests count, that is greater than or equal to added guests count. When single order is used to serve many people and handling each of them as a separate guest may be inconvenient, this property will indicate estimated guests count while guests collection will contain as many guests as needed for waiters.
(Inherited from IOrder.)
Public propertyExpectedDeliverTime
Time when client wants the order to be delivered
Public propertyFiscalChequeNumber
Fiscal cheque number.
(Inherited from IOrder.)
Public propertyFullSum
Subtotal, sum of all not deleted order items with included vat, but without excluded vat and discounts.
(Inherited from IOrder.)
Public propertyGuests (Inherited from IOrder.)
Public propertyHasProblem
Whether the order is marked as having problem
Public propertyId (Inherited from IEntity.)
Public propertyIikoCard51Info
Specific data for iikoCard51.
(Inherited from IOrder.)
Public propertyIndexInCourierRoute
Index of the order in courier route (zero-based)
Public propertyIsBanquetOrder
Order is banquet.
(Inherited from IOrder.)
Public propertyIsCourierSelectedManually
Whether courier was selected from UI or automatically
Public propertyIsCustomerAuthorizedInIikoBiz
Indicates whether customer is already authorized in iiko.biz, i.e. his credentials are verified
Public propertyIsCustomerAuthorizedInIikoNet
Indicates whether customer is already authorized in Plazius, i.e. his credentials are verified
Public propertyIsPrintedBillActual
Whether the order bill was already printed and since then it's considered to be actual. Also means whether the bill will be printed automatically according to settings: if it's not already printed, it will.
Public propertyItems (Inherited from IOrder.)
Public propertyLastVerifiedDeliveryRestrictionsHash
Last verified on server delivery restrictions hash
Public propertyLatitude
Latitude of geoposition of the delivery address
Public propertyLongitude
Longitude of geoposition of the delivery address
Public propertyMarketingSource
Advertising Source of the order (for example, some web site, call center)
Public propertyNumber (Inherited from IOrder.)
Public propertyOpenTime (Inherited from IOrder.)
Public propertyOriginName
Optional marker used to specify order origin. This property contains either null or name of the source order was received from. Specifying origin allows to analyse efficiency of external order sources such as different web-sites, mobile applications and so on.
(Inherited from IOrder.)
Public propertyPayments (Inherited from IOrder.)
Public propertyPhone
Phone of client
Public propertyPredictedCookingCompleteTime
Predicted time when order cooking should be completed
Public propertyPredictedDeliveryTime
Predicted time when order should be delivered
Public propertyPricingTime
Time, which determines the price of products. By default time is taken from items print time.
(Inherited from IOrder.)
Public propertyPrintTime
Time when products were printed
Public propertyProblemComment
Description of the problem. Non-empty ProblemComment doesn't mean delivery is currently has a problem: comment could been filled in earlier, and after that HasProblem flag was unchecked. That means that the order had some problems earlier.
Public propertyProcessedPaymentsSum
Sum of all processed payment items in order.
(Inherited from IOrder.)
Public propertyResultSum
Total sum to be paid, sum of all not deleted order items with discounts and both included and excluded vat.
(Inherited from IOrder.)
Public propertyRevision (Inherited from IVersionedEntity.)
Public propertySendTime
Time when order was sent to client
Public propertySourceId
Identifier of delivery order that existed before splitting it by multiple cash registers. Depending on settings, a single order can be split by multiple cash registers before payment, producing multiple orders. At this moment SourceId of all produced orders is set to Id of the source order. If order was not splitted by cash registers, SourceId returns null.
Public propertySplitBetweenPersons
Indicates whether the order should be splitted between persons or not
Public propertyStatus (Inherited from IOrder.)
Public propertyTables (Inherited from IOrder.)
Public propertyType (Inherited from IOrder.)
Public propertyWaiter (Inherited from IOrder.)
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also