new PrintGroup()
- Source:
Methods
(static) PrintGroup#getFired() → {Boolean}
Get the field value
True if this print group has been sent to an order printer.
- Source:
Returns:
- Type
- Boolean
(static) PrintGroup#getId() → {String}
Get the field value
Unique identifier.
- Source:
Returns:
- Type
- String
(static) PrintGroup#getName() → {String}
Get the field value
The print group heading that will be displayed on receipts.
- Source:
Returns:
- Type
- String
(static) PrintGroup#getSortOrder() → {Null|Number}
Get the field value
The order in which this print group is displayed relative to other print groups on the same receipt. Print groups with identical sort orders will be ordered by name.
- Source:
Returns:
must be an integer
- Type
- Null | Number
(static) PrintGroup#setFired(fired)
Set the field value
True if this print group has been sent to an order printer.
Parameters:
Name | Type | Description |
---|---|---|
fired |
Boolean |
- Source:
(static) PrintGroup#setId(id)
Set the field value
Unique identifier.
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
- Source:
(static) PrintGroup#setName(name)
Set the field value
The print group heading that will be displayed on receipts.
Parameters:
Name | Type | Description |
---|---|---|
name |
String |
- Source:
(static) PrintGroup#setSortOrder(sortOrder)
Set the field value
The order in which this print group is displayed relative to other print groups on the same receipt. Print groups with identical sort orders will be ordered by name.
Parameters:
Name | Type | Description |
---|---|---|
sortOrder |
Null | Number | must be an integer |
- Source: