Class: CardData

timapi.CardData

Contains information about the used payment card.

Overview

Members-Overview

Methods-Overview

Member-List

acc :String

Application currency code.

aid :String

Application identifier.

brandName :String

Card brand name.

cardCountryCode :Number

Card country code.

cardExpiryDate :timapi.TimeDate

Card expiration date. Only for Non-PCI applications and if available to the terminal.

cardNumber :String

Card number. Only for Non-PCI applications and if available to the terminal.

cardNumberEnc :Uint8Array

Encrypted card number.

cardNumberEncKeyIndex :Number

Card number encryption key index.

cardNumberPrintable :String

Card number that should be printed on a merchant receipt.

cardNumberPrintableCardholder :String

Card number that should be printed on a cardholder receipt.

cardRef :String

Reference / Token to the card.

cardTrackDatas :Array.<timapi.CardTrackData>

List of card track data if present.

language :String

Card language.

loyaltyInformation :Map.<String, Uint8Array>

Loyalty information if present. Keyed by loyalty type string.

processingDisposition :timapi.constants.ProcessingDisposition

Petrol: Defines if the ECR or EFT is responsible for further trx handling.

tenderName :String

Card tender name.

terminalCountryCode :Number

Terminal country code.

uid :String

Contains the uid of the contactless card.

Methods

toString() → {String}

Get string representation for debugging purpose.
Returns:
String representation

Type: String