Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard

Represents the details captured during a magnetic swipe card interaction.

Link copied to clipboard

Represents the details captured during a manual card entry interaction.

Link copied to clipboard

Describes the capabilities of the terminal for processing card interactions.