Click or drag to resize

IEditSession.ChangeDeliveryPhone Method

Changes the order phone.

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

Parameters

phone
Type: System.String
New phone value of the order
order
Type: Resto.Front.Api.Editors.Stubs.IDeliveryOrderStub
Order to change phone
See Also