Click or drag to resize

IOrder Interface

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

The IOrder type exposes the following members.

Properties
  NameDescription
Public propertyBillTime
Gets the bill cheque print time of the current order.
Public propertyCashier
Gets the user closed the current order.
Public propertyCloseTime
Gets the payment time of the current order.
Public propertyCombos
Public propertyCustomerIds
Public propertyDiscounts
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.
Public propertyFiscalChequeNumber
Fiscal cheque number.
Public propertyFullSum
Subtotal, sum of all not deleted order items with included vat, but without excluded vat and discounts.
Public propertyGuests
Public propertyId (Inherited from IEntity.)
Public propertyIikoCard51Info
Specific data for iikoCard51.
Public propertyIsBanquetOrder
Order is banquet.
Public propertyItems
Public propertyNumber
Public propertyOpenTime
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.
Public propertyPayments
Public propertyPricingTime
Time, which determines the price of products. By default time is taken from items print time.
Public propertyProcessedPaymentsSum
Sum of all processed payment items in order.
Public propertyResultSum
Total sum to be paid, sum of all not deleted order items with discounts and both included and excluded vat.
Public propertyRevision (Inherited from IVersionedEntity.)
Public propertyStatus
Public propertyTables
Public propertyType
Public propertyWaiter
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also