Class: MenuModifierGroup

inventory.MenuModifierGroup()

Source:

Methods

(static) MenuModifierGroup#getCreatedTime() → {Number}

Get the field value Timestamp when the menu modifier group was created
Source:
Returns:
must be a long integer
Type
Number

(static) MenuModifierGroup#getDeletedTime() → {Number}

Get the field value Timestamp when menu modifier group was last deleted
Source:
Returns:
must be a long integer
Type
Number

(static) MenuModifierGroup#getDescription() → {String}

Get the field value Modifier group description
Source:
Returns:
Type
String

(static) MenuModifierGroup#getEnabled() → {Boolean}

Get the field value Modifier group enabled for menu
Source:
Returns:
Type
Boolean

(static) MenuModifierGroup#getId() → {String}

Get the field value Modifier group id
Source:
Returns:
Type
String

(static) MenuModifierGroup#getImageFilename() → {String}

Get the field value Modifier group image file path
Source:
Returns:
Type
String

(static) MenuModifierGroup#getMaxAllowed() → {Null|Number}

Get the field value The maximum amount of modifiers from this group that can be applied to associated lineItems
Source:
Returns:
must be an integer
Type
Null | Number

(static) MenuModifierGroup#getMerchantRef() → {base.Reference}

Get the field value Reference to the merchant that created the item
Source:
Returns:
Type
base.Reference

(static) MenuModifierGroup#getMinRequired() → {Null|Number}

Get the field value The minimum amount of modifiers from this group that must be applied to associated lineItems
Source:
Returns:
must be an integer
Type
Null | Number

(static) MenuModifierGroup#getModifiedTime() → {Number}

Get the field value Timestamp when the menu modifier group was last modified
Source:
Returns:
must be a long integer
Type
Number

(static) MenuModifierGroup#getModifierGroup() → {base.Reference}

Get the field value Reference to the modifier group
Source:
Returns:
Type
base.Reference

(static) MenuModifierGroup#getName() → {String}

Get the field value Customer facing modifier group name
Source:
Returns:
Type
String

(static) MenuModifierGroup#setCreatedTime(createdTime)

Set the field value Timestamp when the menu modifier group was created
Parameters:
Name Type Description
createdTime Number must be a long integer
Source:

(static) MenuModifierGroup#setDeletedTime(deletedTime)

Set the field value Timestamp when menu modifier group was last deleted
Parameters:
Name Type Description
deletedTime Number must be a long integer
Source:

(static) MenuModifierGroup#setDescription(description)

Set the field value Modifier group description
Parameters:
Name Type Description
description String
Source:

(static) MenuModifierGroup#setEnabled(enabled)

Set the field value Modifier group enabled for menu
Parameters:
Name Type Description
enabled Boolean
Source:

(static) MenuModifierGroup#setId(id)

Set the field value Modifier group id
Parameters:
Name Type Description
id String
Source:

(static) MenuModifierGroup#setImageFilename(imageFilename)

Set the field value Modifier group image file path
Parameters:
Name Type Description
imageFilename String
Source:

(static) MenuModifierGroup#setMaxAllowed(maxAllowed)

Set the field value The maximum amount of modifiers from this group that can be applied to associated lineItems
Parameters:
Name Type Description
maxAllowed Null | Number must be an integer
Source:

(static) MenuModifierGroup#setMerchantRef(merchantRef)

Set the field value Reference to the merchant that created the item
Parameters:
Name Type Description
merchantRef base.Reference
Source:

(static) MenuModifierGroup#setMinRequired(minRequired)

Set the field value The minimum amount of modifiers from this group that must be applied to associated lineItems
Parameters:
Name Type Description
minRequired Null | Number must be an integer
Source:

(static) MenuModifierGroup#setModifiedTime(modifiedTime)

Set the field value Timestamp when the menu modifier group was last modified
Parameters:
Name Type Description
modifiedTime Number must be a long integer
Source:

(static) MenuModifierGroup#setModifierGroup(modifierGroup)

Set the field value Reference to the modifier group
Parameters:
Name Type Description
modifierGroup base.Reference
Source:

(static) MenuModifierGroup#setName(name)

Set the field value Customer facing modifier group name
Parameters:
Name Type Description
name String
Source: