MagSwipeInteraction

Represents the details captured during a magnetic swipe card interaction.

This data class is used specifically for scenarios where the card is swiped through a magnetic stripe reader. It is not applicable for other interaction types such as tap or insert.

Constructors

Link copied to clipboard
constructor(track2Data: String)

Inherited 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.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int