CardVerificationParameters

data class CardVerificationParameters(val instrumentId: String) : Parcelable

Data class representing parameters to start card verification.

Constructors

Link copied to clipboard
constructor(instrumentId: String)

Properties

Link copied to clipboard

Card identifier.

Functions

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