CardholderInteraction

abstract class CardholderInteraction(rawPan: String, val type: CardholderInteractionType, track2Data: String?)

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

Constructors

Link copied to clipboard
constructor(rawPan: String, type: CardholderInteractionType, track2Data: String?)

Properties

Link copied to clipboard
Link copied to clipboard

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