Sets order type for existing order.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void SetOrderType( IOrderType type, IOrderStub order )
Parameters
- type
- Type: Resto.Front.Api.V3.Data.OrganizationIOrderType
Order type to set - order
- Type: Resto.Front.Api.V3.EditorsIOrderStub
Existing order
See Also