Click or drag to resize

IOperationServiceGetRemovalTypesToStornoPastOrderItems Method

Gets removal types that can be used to storno past order items. Removal types with WriteoffType.Cafe storno past order items with write-off. Removal types with WriteoffType.None storno past order items without write-off.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyList<IRemovalType> GetRemovalTypesToStornoPastOrderItems()

Return Value

Type: IReadOnlyListIRemovalType
See Also