sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
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.
Members
Constructors
Registered
Link copied to clipboard
constructor
(
value
:
String
,
label
:
String
?
=
null
)
Properties
label
Link copied to clipboard
open
override
val
label
:
String
?
value
Link copied to clipboard
open
override
val
value
:
String
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
)