toggle menu
lib
1.0.1
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
VerifyPinResponse
Verify
Pin
Response
@
Serializable
data
class
VerifyPinResponse
(
val
status
:
String
,
val
walletId
:
String
,
val
pinVerified
:
Boolean
)
Members
Constructors
Verify
Pin
Response
Link copied to clipboard
constructor
(
status
:
String
,
walletId
:
String
,
pinVerified
:
Boolean
)
Properties
pin
Verified
Link copied to clipboard
val
pinVerified
:
Boolean
status
Link copied to clipboard
val
status
:
String
wallet
Id
Link copied to clipboard
val
walletId
:
String