DocumentInfo
data class DocumentInfo(val documentId: String, val attentionNeeded: Boolean, val requireUserAuthenticationToViewDocument: Boolean, val name: String, val typeName: String, val documentArtwork: Bitmap, val issuerName: String, val issuerDocumentDescription: String, val issuerLogo: Bitmap, val lastRefresh: Instant, val status: String, val attributes: Map<String, AttributeDisplayInfo>, val credentialInfos: List<CredentialInfo>)
Constructors
Link copied to clipboard
constructor(documentId: String, attentionNeeded: Boolean, requireUserAuthenticationToViewDocument: Boolean, name: String, typeName: String, documentArtwork: Bitmap, issuerName: String, issuerDocumentDescription: String, issuerLogo: Bitmap, lastRefresh: Instant, status: String, attributes: Map<String, AttributeDisplayInfo>, credentialInfos: List<CredentialInfo>)