Click or drag to resize

IOperationServiceGetActiveRemovalTypes Method

Gets removal types which are allowed to use.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
List<IRemovalType> GetActiveRemovalTypes()

Return Value

Type: ListIRemovalType
Remarks
Deleting printed product is unwanted operation usually, so it requires providing reason and removal type. If product was marred, it could be written off from some account depending on removal type.
See Also