Class: BatchDetail

payments.BatchDetail()

new BatchDetail()

Source:

Methods

(static) BatchDetail#getBatchTotals() → {payments.BatchTotalStats}

Get the field value
Source:
Returns:
Type
payments.BatchTotalStats

(static) BatchDetail#getCardTotals() → {Array.<payments.BatchCardTotal>}

Get the field value
Source:
Returns:
An array of
Type
Array.<payments.BatchCardTotal>

(static) BatchDetail#getDeviceTotals() → {Array.<payments.DeviceTotalStats>}

Get the field value
Source:
Returns:
An array of
Type
Array.<payments.DeviceTotalStats>

(static) BatchDetail#getOpenTabs() → {Number}

Get the field value Number of open tabs.
Source:
Returns:
must be a long integer
Type
Number

(static) BatchDetail#getOpenTips() → {Number}

Get the field value Number of open tips.
Source:
Returns:
must be a long integer
Type
Number

(static) BatchDetail#getServerTotals() → {Array.<payments.ServerTotalStats>}

Get the field value
Source:
Returns:
An array of
Type
Array.<payments.ServerTotalStats>

(static) BatchDetail#setBatchTotals(batchTotals)

Set the field value
Parameters:
Name Type Description
batchTotals payments.BatchTotalStats
Source:

(static) BatchDetail#setCardTotals(cardTotals)

Set the field value
Parameters:
Name Type Description
cardTotals Array.<payments.BatchCardTotal> An array of
Source:

(static) BatchDetail#setDeviceTotals(deviceTotals)

Set the field value
Parameters:
Name Type Description
deviceTotals Array.<payments.DeviceTotalStats> An array of
Source:

(static) BatchDetail#setOpenTabs(openTabs)

Set the field value Number of open tabs.
Parameters:
Name Type Description
openTabs Number must be a long integer
Source:

(static) BatchDetail#setOpenTips(openTips)

Set the field value Number of open tips.
Parameters:
Name Type Description
openTips Number must be a long integer
Source:

(static) BatchDetail#setServerTotals(serverTotals)

Set the field value
Parameters:
Name Type Description
serverTotals Array.<payments.ServerTotalStats> An array of
Source: