ScannedCard

data class ScannedCard(val pan: String) : Parcelable

Card details from the scanner

Constructors

Link copied to clipboard
constructor(pan: String)

Properties

Link copied to clipboard
val pan: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)