Syrve POS Api V9 Code Reference
Syrve POS Api V9 Code Reference
Resto.Front.Api.Data.Orders
IOrderProductItem Interface
IOrderProductItem Properties
AssignedModifiers Property
AvailableGroupModifiers Property
AvailableSimpleModifiers Property
Codes Property
CommodityMark Property
Cost Property
FoodValue Property
IsPricePredefined Property
OpenPrice Property
Price Property
Product Property
ProductCustomName Property
ResultSum Property
TaxPercent Property
IOrder
Product
Item
Is
Price
Predefined Property
Whether the price of the item is predefined. Price can be predefined either by plugin (see
predefinedPrice
parameter of the
AddOrderProductItem(Decimal, IProduct, IOrderStub, IOrderGuestItemStub, IProductSize, OrderItemCourse, Nullable
Decimal
)
method) or user (see
OpenPrice
,
CanSetOpenPrice
properties).
Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Copy
bool
IsPricePredefined
{
get
; }
Property Value
Boolean
See Also
Reference
IOrderProductItem Interface
Resto.Front.Api.Data.Orders Namespace