Click or drag to resize

IOrderCompoundItemComponentIsPricePredefined Property

Whether the price of the item is predefined. Predefined price can be provided using predefinedPrice parameter of the AddPrimaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, NullableDecimal) or AddSecondaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, NullableDecimal) methods.

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

Property Value

Boolean
See Also