IEditSessionChangeOrderItemMarkingCode Method |
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeOrderItemMarkingCode(
string markingCode,
IOrderStub order,
IOrderProductItemStub orderItem
)
Parameters
- markingCode String
- Specifies the new value for the marking code. Set null to reset the marking code.
- order IOrderStub
- The order that contains the product order item for which the marking code will be changed.
- orderItem IOrderProductItemStub
- The order item that will have its marking code changed.
See Also