iikoFront Api V7 Code Reference
iikoFront Api V7 Code Reference
Resto.Front.Api.Data.Orders
IOrderCompoundItemComponent Interface
IOrderCompoundItemComponent Properties
Cost Property
IsPricePredefined Property
Modifiers Property
Price Property
Product Property
ProductCustomName Property
ResultSum Property
TaxPercent Property
IOrderCompoundItemComponent
IsPricePredefined Property
Whether the price of the item is predefined. Predefined price can be provided using
predefinedPrice
parameter of the
AddPrimaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, Nullable
Decimal
)
or
AddSecondaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, Nullable
Decimal
)
methods.
Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Copy
bool
IsPricePredefined
{
get
; }
Property Value
Type:
Boolean
See Also
Reference
IOrderCompoundItemComponent Interface
Resto.Front.Api.Data.Orders Namespace