Click or drag to resize

IOrderProductItemIsPricePredefined 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, NullableDecimal) method) or user (see OpenPrice, CanSetOpenPrice properties).

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
bool IsPricePredefined { get; }

Property Value

Boolean
See Also