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.

Constructing this is always safe: track data the SDK can't read a PAN out of leaves rawPan null rather than throwing here, because integrators build this on the card-read path, outside the error handling that wraps a submission.

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