toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.queue.dto
/
QueueInviteCodeDto
Queue
Invite
Code
Dto
class
QueueInviteCodeDto
(
val
pinCode
:
String
?
,
val
qrCode
:
String
?
)
DTO for returning queue invite credentials
Members
Constructors
Queue
Invite
Code
Dto
Link copied to clipboard
constructor
(
pinCode
:
String
?
,
qrCode
:
String
?
)
Properties
pin
Code
Link copied to clipboard
val
pinCode
:
String
?
qr
Code
Link copied to clipboard
val
qrCode
:
String
?