sdk
sdk
/
com.tpay.sdk.api.models
/
BlikAlias
/
Registered
Registered
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.
Constructors
Functions
Properties
Constructors
Registered
Link copied to clipboard
fun
Registered
(
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