Overview
Members-Overview
|
:String |
|
:timapi.constants.AccountType |
|
:String |
|
:String |
|
:String |
|
:Number |
|
:timapi.TimeDate |
|
:String |
|
:Uint8Array |
|
:Number |
|
:String |
|
:String |
|
:timapi.constants.CardProductType |
|
:String |
|
:Array.<timapi.CardTrackData> |
|
:Number |
|
:String |
|
:String |
|
:String |
|
:Map.<String, Uint8Array> |
|
:timapi.constants.PosEntryMode |
|
:timapi.constants.ProcessingDisposition |
|
:String |
|
:Number |
|
:String |
|
:timapi.constants.TokenPanType |
|
:String |
Methods-Overview
- toString() → {String}
Member-List
cardExpiryDate :timapi.TimeDate
Card expiration date. Only for Non-PCI applications and if available to the terminal.
emvPar :String
The EMV PAR "may be used to link transactions initiated on Payment Tokens
with transactions initiated on the underlying PAN" , which can be used in a
transaction response to be able the identify if the transaction e.g. with a
used token PAN is related to a previous transaction performed with the
underlying PAN. If so, both transaction responses will contain the same
value in the EmvPar field.
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.
tokenPan :String
The token PAN is a tokenized version for an underlaying card PAN. If the
underlaying payment protocol supports it, a payment transaction can be
initiated with the token PAN instead of using a card. A token PAN is
normally generated by a tokenization service either form the acquirer
host or the issuer host.
The TokenPan field is used in a SIXml request message as part of the
sixml:TransactionData container to trigger a token-based transaction and
in a SIXml response message as part of the sixml:CardData container for
returning token PANs to the ECR.
The TokenPan field always must be accompanied by a corresponding
TokenPanType field.
tokenPanType :timapi.constants.TokenPanType
To differ the source of a token PAN, the TokenPanType field is used in a
SIXml request message as part of the sixml:TransactionData container and
in a SIXml response message as part of the sixml:CardData container.
The TokenPanType field always is transmitted if a TokenPan field is
transmitted but must not be transmitted alone.
Methods
toString() → {String}
Get string representation for debugging purpose.
Returns:
String representation
Type: String