Class: EndpointTotalStats

payments.EndpointTotalStats()

new EndpointTotalStats()

Source:

Methods

(static) EndpointTotalStats#getBatchNumber() → {String}

Get the field value The batchNumber for this endpoint
Source:
Returns:
Type
String

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

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

(static) EndpointTotalStats#getCount() → {Number}

Get the field value Total count of endpoint transactions
Source:
Returns:
must be a long integer
Type
Number

(static) EndpointTotalStats#getEndpointName() → {String}

Get the field value Name for the given endpoint
Source:
Returns:
Type
String

(static) EndpointTotalStats#getSuccess() → {Boolean}

Get the field value Indicates if the closeout for terminalId/endpointName/batchNumber was successfully performed or not
Source:
Returns:
Type
Boolean

(static) EndpointTotalStats#getTerminalId() → {String}

Get the field value The terminal id for this endpoint & batch details
Source:
Returns:
Type
String

(static) EndpointTotalStats#getTotal() → {Number}

Get the field value Total amount for transactions
Source:
Returns:
must be a long integer
Type
Number

(static) EndpointTotalStats#setBatchNumber(batchNumber)

Set the field value The batchNumber for this endpoint
Parameters:
Name Type Description
batchNumber String
Source:

(static) EndpointTotalStats#setCardTotals(cardTotals)

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

(static) EndpointTotalStats#setCount(count)

Set the field value Total count of endpoint transactions
Parameters:
Name Type Description
count Number must be a long integer
Source:

(static) EndpointTotalStats#setEndpointName(endpointName)

Set the field value Name for the given endpoint
Parameters:
Name Type Description
endpointName String
Source:

(static) EndpointTotalStats#setSuccess(success)

Set the field value Indicates if the closeout for terminalId/endpointName/batchNumber was successfully performed or not
Parameters:
Name Type Description
success Boolean
Source:

(static) EndpointTotalStats#setTerminalId(terminalId)

Set the field value The terminal id for this endpoint & batch details
Parameters:
Name Type Description
terminalId String
Source:

(static) EndpointTotalStats#setTotal(total)

Set the field value Total amount for transactions
Parameters:
Name Type Description
total Number must be a long integer
Source: