Class: Counter

timapi.Counter

Contains information about a counter for a brand.

Overview

Members-Overview

Methods-Overview

Member-List

acqId :Number

Acquirer identifier. Uniquely identifies the acquirer.

brandName :String

Name of brand the counter contains information for.

cardProductType :timapi.constants.CardProductType

Card product type or undefined.

count :Number

Total number of transactions.

countDcc :Number

Number of DCC related transactions.

countForeign :Number

Number of foreign currency related transactions.

paymentProtocol :timapi.constants.PaymentProtocol

Payment protocol linked to the brand.

totals :Array.<timapi.Total>

Number of totals to break down the counter amount in more detail.

Methods

toString() → {String}

String representation for debugging purpose.
Returns:
String representation

Type: String