new DeviceTotalStats()
- Source:
Methods
(static) DeviceTotalStats#getCardTotals() → {Array.<payments.BatchCardTotal>}
    Get the field value
- Source:
Returns:
    An array of
- Type
- Array.<payments.BatchCardTotal>
(static) DeviceTotalStats#getDeviceId() → {Number}
    Get the field value
Device ID corresponding to these stats
- Source:
Returns:
    must be a long integer
- Type
- Number
(static) DeviceTotalStats#getDeviceName() → {String}
    Get the field value
Device name corresponding to these stats
- Source:
Returns:
- Type
- String
(static) DeviceTotalStats#getDeviceSerial() → {String}
    Get the field value
Device serial number corresponding to these stats
- Source:
Returns:
- Type
- String
(static) DeviceTotalStats#getGiftCardCashOuts() → {payments.BatchTotalType}
    Get the field value
- Source:
Returns:
(static) DeviceTotalStats#getGiftCardLoads() → {payments.BatchTotalType}
    Get the field value
- Source:
Returns:
(static) DeviceTotalStats#getNet() → {payments.BatchTotalType}
    Get the field value
- Source:
Returns:
(static) DeviceTotalStats#getRefunds() → {payments.BatchTotalType}
    Get the field value
- Source:
Returns:
(static) DeviceTotalStats#getSales() → {payments.BatchTotalType}
    Get the field value
- Source:
Returns:
(static) DeviceTotalStats#getTax() → {payments.BatchTotalType}
    Get the field value
- Source:
Returns:
(static) DeviceTotalStats#getTerminalId() → {String}
    Get the field value
Terminal ID of Device corresponding to these stats
- Source:
Returns:
- Type
- String
(static) DeviceTotalStats#getTips() → {payments.BatchTotalType}
    Get the field value
- Source:
Returns:
(static) DeviceTotalStats#setCardTotals(cardTotals)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| cardTotals | Array.<payments.BatchCardTotal> | An array of | 
- Source:
(static) DeviceTotalStats#setDeviceId(deviceId)
    Set the field value
Device ID corresponding to these stats
    Parameters:
| Name | Type | Description | 
|---|---|---|
| deviceId | Number | must be a long integer | 
- Source:
(static) DeviceTotalStats#setDeviceName(deviceName)
    Set the field value
Device name corresponding to these stats
    Parameters:
| Name | Type | Description | 
|---|---|---|
| deviceName | String | 
- Source:
(static) DeviceTotalStats#setDeviceSerial(deviceSerial)
    Set the field value
Device serial number corresponding to these stats
    Parameters:
| Name | Type | Description | 
|---|---|---|
| deviceSerial | String | 
- Source:
(static) DeviceTotalStats#setGiftCardCashOuts(giftCardCashOuts)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| giftCardCashOuts | payments.BatchTotalType | 
- Source:
(static) DeviceTotalStats#setGiftCardLoads(giftCardLoads)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| giftCardLoads | payments.BatchTotalType | 
- Source:
(static) DeviceTotalStats#setNet(net)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| net | payments.BatchTotalType | 
- Source:
(static) DeviceTotalStats#setRefunds(refunds)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| refunds | payments.BatchTotalType | 
- Source:
(static) DeviceTotalStats#setSales(sales)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| sales | payments.BatchTotalType | 
- Source:
(static) DeviceTotalStats#setTax(tax)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| tax | payments.BatchTotalType | 
- Source:
(static) DeviceTotalStats#setTerminalId(terminalId)
    Set the field value
Terminal ID of Device corresponding to these stats
    Parameters:
| Name | Type | Description | 
|---|---|---|
| terminalId | String | 
- Source:
(static) DeviceTotalStats#setTips(tips)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| tips | payments.BatchTotalType | 
- Source: