Click or drag to resize

IEditSessionSetOpenPrice Method

Changes order item open price.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void SetOpenPrice(
	decimal openPrice,
	IOrderProductItemStub productOrderItem,
	IOrderStub sourceOrder
)

Parameters

openPrice
Type: SystemDecimal
New open price value.
productOrderItem
Type: Resto.Front.Api.Editors.StubsIOrderProductItemStub
Order item.
sourceOrder
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order which currently contains the product.
See Also