IEditSessionChangeOrderAppliedIikoCard5ManualConditions Method |
Bind or unbind iikoCard5 manual conditions for order.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax void ChangeOrderAppliedIikoCard5ManualConditions(
List<Guid> appliedManualConditions,
IOrderStub order
)
Parameters
- appliedManualConditions
- Type: System.Collections.GenericListGuid
List of iikoCard5 manual condition identifiers applied to order. Null - all order's manual conditions will unbound - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to apply iikoCard5 manual conditions.
See Also