Click or drag to resize

IEditSession.SetOpenPrice Method

Changes order item open price.

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

Parameters

openPrice
Type: System.Decimal
New open price value.
productOrderItem
Type: Resto.Front.Api.Editors.Stubs.IOrderProductItemStub
Order item.
sourceOrder
Type: Resto.Front.Api.Editors.Stubs.IOrderStub
Order which currently contains the product.
See Also