Click or drag to resize

IOrderServiceItem Interface

Order item representing time pay service.

Namespace:  Resto.Front.Api.V5.Data.Orders
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
public interface IOrderServiceItem : IOrderRootItem, 
	ISerializable, IEntity, IOrderRootItemStub, IOrderServiceItemStub

The IOrderServiceItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Public propertyCost
Public propertyDeleted (Inherited from IOrderRootItem.)
Public propertyDeletionMethod (Inherited from IOrderRootItem.)
Public propertyGuest (Inherited from IOrderRootItem.)
Public propertyId (Inherited from IEntity.)
Public propertyPrice
Public propertyPrintTime (Inherited from IOrderRootItem.)
Public propertyProduct
Public propertyResultSum
Total sum to be paid, sum with discounts and both included and excluded vat.
Public propertyStatus
Gets the status of the current order item.
(Inherited from IOrderRootItem.)
Public propertyTaxPercent
Tax percent or null for not taxed order items.
Public propertyWaiter
Waiter who made latest changes to the order item.
(Inherited from IOrderRootItem.)
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also