IEditSessionSetOpenPrice Method |
Changes order item open price.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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