BlikAlias

sealed class BlikAlias : Parcelable

Class responsible for storing BLIK alias data

Types

Link copied to clipboard
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

Link copied to clipboard
class Registered(val value: String, val label: String? = null) : BlikAlias

Indicates that BLIK alias is registered and ready to be used as a payment method.

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 val label: String?
Link copied to clipboard
open val value: String

Inheritors

Link copied to clipboard
Link copied to clipboard