CardholderInteraction

Represents the information captured by a point-of-sale terminal's card reader during a transaction. This interface is used to handle and transfer card interaction data within the SDK.

Inheritors

Properties

Link copied to clipboard
abstract val rawPan: String?

The Primary Account Number (PAN) of the card, representing the card number.

Link copied to clipboard
abstract val track2Data: String?

Information from the second track of the card's magnetic stripe, which typically contains the PAN, expiration date, service code, and discretionary data.

Link copied to clipboard

An instance of CardholderInteractionType, indicating the method of card entry, such as swipe, tap, insert, or manual entry.