Click or drag to resize

IEditSessionChangeDeliveryPhone Method

Changes the order phone

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

Parameters

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