iikoFront Api V9 Code Reference
iikoFront Api V9 Code Reference
Resto.Front.Api.Data.Orders
IOrderProductItem Interface
IOrderProductItem Properties
AssignedModifiers Property
AvailableGroupModifiers Property
AvailableSimpleModifiers Property
CommodityMark Property
Cost Property
FoodValue Property
IsPricePredefined Property
OpenPrice Property
Price Property
Product Property
ProductCustomName Property
ResultSum Property
TaxPercent Property
IOrderProductItem
IsPricePredefined 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
Type:
Boolean
See Also
Reference
IOrderProductItem Interface
Resto.Front.Api.Data.Orders Namespace