new ServerTotalStats()
- Source:
Methods
(static) ServerTotalStats#getEmployeeId() → {String}
Get the field value
Employee corresponding to these stats
- Source:
Returns:
- Type
- String
(static) ServerTotalStats#getEmployeeName() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) ServerTotalStats#getGiftCardCashOuts() → {payments.BatchTotalType}
Get the field value
- Source:
Returns:
(static) ServerTotalStats#getGiftCardLoads() → {payments.BatchTotalType}
Get the field value
- Source:
Returns:
(static) ServerTotalStats#getNet() → {payments.BatchTotalType}
Get the field value
- Source:
Returns:
(static) ServerTotalStats#getRefunds() → {payments.BatchTotalType}
Get the field value
- Source:
Returns:
(static) ServerTotalStats#getSales() → {payments.BatchTotalType}
Get the field value
- Source:
Returns:
(static) ServerTotalStats#getTax() → {payments.BatchTotalType}
Get the field value
- Source:
Returns:
(static) ServerTotalStats#getTips() → {payments.BatchTotalType}
Get the field value
- Source:
Returns:
(static) ServerTotalStats#setEmployeeId(employeeId)
Set the field value
Employee corresponding to these stats
Parameters:
Name | Type | Description |
---|---|---|
employeeId |
String |
- Source:
(static) ServerTotalStats#setEmployeeName(employeeName)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
employeeName |
String |
- Source:
(static) ServerTotalStats#setGiftCardCashOuts(giftCardCashOuts)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
giftCardCashOuts |
payments.BatchTotalType |
- Source:
(static) ServerTotalStats#setGiftCardLoads(giftCardLoads)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
giftCardLoads |
payments.BatchTotalType |
- Source:
(static) ServerTotalStats#setNet(net)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
net |
payments.BatchTotalType |
- Source:
(static) ServerTotalStats#setRefunds(refunds)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
refunds |
payments.BatchTotalType |
- Source:
(static) ServerTotalStats#setSales(sales)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
sales |
payments.BatchTotalType |
- Source:
(static) ServerTotalStats#setTax(tax)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
tax |
payments.BatchTotalType |
- Source:
(static) ServerTotalStats#setTips(tips)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
tips |
payments.BatchTotalType |
- Source: