Person Card Details
open class PersonCardDetails(personCardID: String, cardName: String, cardID: String, cardACSystemName: String, cardSerialNumber: Int, externalCardNumber: String?, cardType: Int?, issuedBy: String, isDeleted: Boolean, activationDate: Long, deactivationDate: Long, lastUsed: Long, facilityCode: Int, credentialType: CredentialType) : Serializable
Content copied to clipboard
Represents existing Card information that belongs to an existing User. Used during the authorization and authentication check of the user
Constructors
PersonCardDetails
Link copied to clipboard
fun PersonCardDetails(personCardID: String, cardName: String, cardID: String, cardACSystemName: String, cardSerialNumber: Int, externalCardNumber: String?, cardType: Int?, issuedBy: String, isDeleted: Boolean, activationDate: Long, deactivationDate: Long, lastUsed: Long, facilityCode: Int, credentialType: CredentialType)
Content copied to clipboard
Properties
activationDate
Link copied to clipboard
cardACSystemName
Link copied to clipboard
cardSerialNumber
Link copied to clipboard
credentialType
Link copied to clipboard
deactivationDate
Link copied to clipboard
externalCardNumber
Link copied to clipboard
facilityCode
Link copied to clipboard
personCardID
Link copied to clipboard