toggle menu
seam-phone-sdk-android
1.9.38
androidJvm
switch theme
search in API
common
/
co.seam.common.models
/
SeamSchema
/
AssaAbloyCard
Assa
Abloy
Card
@
Serializable
data
class
AssaAbloyCard
(
val
cancelled
:
Boolean
,
val
endpointId
:
String
,
val
format
:
SeamSchema.AssaAbloyCard.Format
,
val
id
:
String
,
val
serialNumbers
:
List
<
String
>
,
val
uniqueRegistrationNumber
:
Int
,
val
credentialID
:
Int
)
ASSA ABLOY key card.
Members
Constructors
Assa
Abloy
Card
Link copied to clipboard
constructor
(
cancelled
:
Boolean
,
endpointId
:
String
,
format
:
SeamSchema.AssaAbloyCard.Format
,
id
:
String
,
serialNumbers
:
List
<
String
>
,
uniqueRegistrationNumber
:
Int
,
credentialID
:
Int
)
Types
Format
Link copied to clipboard
@
Serializable
enum
Format
:
Enum
<
SeamSchema.AssaAbloyCard.Format
>
Properties
cancelled
Link copied to clipboard
val
cancelled
:
Boolean
credential
ID
Link copied to clipboard
val
credentialID
:
Int
endpoint
Id
Link copied to clipboard
val
endpointId
:
String
format
Link copied to clipboard
val
format
:
SeamSchema.AssaAbloyCard.Format
id
Link copied to clipboard
val
id
:
String
serial
Numbers
Link copied to clipboard
val
serialNumbers
:
List
<
String
>
unique
Registration
Number
Link copied to clipboard
val
uniqueRegistrationNumber
:
Int