Click or drag to resize

IEditSessionSetOpenPrice 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  Decimal
New open price value.
productOrderItem  IOrderProductItemStub
Order item.
sourceOrder  IOrderStub
Order which currently contains the product.
See Also