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.