IEditSessionChangeOrderPricingTime Method |
Change order pricing time, which determines the price of products. By default time taken from items print time.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeOrderPricingTime(
DateTime? pricingTime,
IOrderStub order
)
Parameters
- pricingTime
- Type: SystemNullableDateTime
New order pricing time - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Existing order
See Also