Click or drag to resize

IEditSessionAddOrderExternalData Method

Adds external data to order.

Namespace:  Resto.Front.Api.V5.Editors
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
void AddOrderExternalData(
	string key,
	string value,
	IOrderStub order
)

Parameters

key
Type: SystemString
External data key.
value
Type: SystemString
External data value.
order
Type: Resto.Front.Api.V5.Editors.StubsIOrderStub
Order to which external data will be added.
See Also