Click or drag to resize

IEditSessionChangeDeliveryPhone Method

Changes the order phone.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeDeliveryPhone(
	string phone,
	IDeliveryOrderStub order
)

Parameters

phone
Type: SystemString
New phone value of the order
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change phone
See Also