CardVerificationError

data class CardVerificationError(val code: CardVerificationResultCode, val errorId: String?, val message: String?) : Parcelable

Data class representing a CardVerificationError object.

Constructors

Link copied to clipboard
constructor(code: CardVerificationResultCode, errorId: String?, message: String?)

Properties

Link copied to clipboard

The code of the CardVerificationError.

Link copied to clipboard
Link copied to clipboard

The message of the CardVerificationError.

Functions

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