NotRegistered

data class NotRegistered(val value: String, val label: String? = null) : BlikAlias

Indicates that BLIK alias needs to be registered with standard 6-digit BLIK payment

Constructors

Link copied to clipboard
fun NotRegistered(value: String, label: String? = null)

Functions

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

Properties

Link copied to clipboard
open override val label: String? = null
Link copied to clipboard
open override val value: String