Package-level declarations

Types

Link copied to clipboard

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
data class MagSwipeInteraction(val track2Data: String) : CardholderInteraction

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.