Click or drag to resize

OrderTypeFillRequirements Enumeration

Order type filling requirements

Namespace:  Resto.Front.Api.Data.Organization
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public enum OrderTypeFillRequirements
Members
  Member nameValueDescription
NotRequired0 Filling the order type don't required
FillOnOrderCreate1 Filling the order type on order creating
FillOnServicePrint2 Filling the order type on service printing
FillOnOrderBill3 Filling the order type on order billing
See Also