new SystemOrderType()
- Source:
Methods
(static) SystemOrderType#getId() → {String}
Get the field value
Unique identifier
- Source:
Returns:
- Type
- String
(static) SystemOrderType#getIsFsr() → {Boolean}
Get the field value
Is for full service restraunts?
- Source:
Returns:
- Type
- Boolean
(static) SystemOrderType#getIsQsr() → {Boolean}
Get the field value
Is for quick service restraunts?
- Source:
Returns:
- Type
- Boolean
(static) SystemOrderType#getIsRetail() → {Boolean}
Get the field value
Is for retail stores?
- Source:
Returns:
- Type
- Boolean
(static) SystemOrderType#getLabelKey() → {String}
Get the field value
Label Key
- Source:
Returns:
- Type
- String
(static) SystemOrderType#setId(id)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
- Source:
(static) SystemOrderType#setIsFsr(isFsr)
Set the field value
Is for full service restraunts?
Parameters:
Name | Type | Description |
---|---|---|
isFsr |
Boolean |
- Source:
(static) SystemOrderType#setIsQsr(isQsr)
Set the field value
Is for quick service restraunts?
Parameters:
Name | Type | Description |
---|---|---|
isQsr |
Boolean |
- Source:
(static) SystemOrderType#setIsRetail(isRetail)
Set the field value
Is for retail stores?
Parameters:
Name | Type | Description |
---|---|---|
isRetail |
Boolean |
- Source:
(static) SystemOrderType#setLabelKey(labelKey)
Set the field value
Label Key
Parameters:
Name | Type | Description |
---|---|---|
labelKey |
String |
- Source: