Click or drag to resize

IOrderModifierItemIsPricePredefined Property

Whether the price of the item is predefined. Predefined price can be provided using predefinedPrice parameter of the AddOrderModifierItem method.

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

Property Value

Type: Boolean
See Also