ServiceModeCoversMethod Enum

Disabled : 0

Covers are NOT recorded or displayed while in this service mode

OptionalCovers_PromptUser : 1

Covers are optional in this service mode, but the user will be automatically prompted when entering the order if they have not already been set

OptionalCovers_DefaultToZero : 2

Covers are optional in this service mode and POS will set the covers value to 0 by default

OptionalCovers_DefaultToOne : 3

Covers are optional in this service mode and POS will set the covers value to 1 by default

CompulsoryCovers_PromptUser : 4

The user will be automatically prompted when entering the order if they have not already been set, and ultimately POS will enforce that the user has
specified covers for the order prior to letting it be finalised.

CompulsoryCovers_DefaultToOne : 5

The POS will default the covers value to 1 for orders in this service mode. While the user can change that, POS will enforce that the user has
specified a non-zero value prior to finalising the order.