sdk
sdk
/
com.tpay.sdk.api.models
/
BlikAlias
/
NotRegistered
Not
Registered
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
Functions
Properties
Constructors
Not
Registered
Link copied to clipboard
fun
NotRegistered
(
value
:
String
,
label
:
String
?
=
null
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
label
Link copied to clipboard
open
override
val
label
:
String
?
=
null
value
Link copied to clipboard
open
override
val
value
:
String