Interface InventoryContract.MenuModifierGroupColumns

    • Field Detail

      • ENABLED

        static final String ENABLED
        Whether a modifier group is enabled for menu.

        Type: INTEGER (boolean)

        See Also:
        Constant Field Values
      • MIN_REQUIRED

        static final String MIN_REQUIRED
        The minimum amount of modifiers from this group that must be applied to associated lineItems.

        Type: INTEGER

        See Also:
        Constant Field Values
      • MAX_ALLOWED

        static final String MAX_ALLOWED
        The maximum amount of modifiers from this group that can be applied to associated lineItems.

        Type: INTEGER

        See Also:
        Constant Field Values