CardDepositError

data class CardDepositError(val code: CardDepositResultCode, val message: String?) : Parcelable

Data class representing a DepositError object.

Constructors

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

Properties

Link copied to clipboard

The code of the DepositError.

Link copied to clipboard

The message of the DepositError.

Functions

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