Click or drag to resize

IOperationServiceGetActiveRemovalTypes Method

Gets removal types which are allowed to use.

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

Return Value

Type: IReadOnlyListIRemovalType
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