Click or drag to resize

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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeOrderPricingTime(
	DateTime? pricingTime,
	IOrderStub order
)

Parameters

pricingTime
Type: SystemNullableDateTime
New order pricing time
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Existing order
See Also