DocumentUploadUpdateData

data class DocumentUploadUpdateData(localId: Long, documentId: String?, accountId: String?, externalAccountTransactionId: String?, status: DocumentStatus, documentType: DocumentType, legacyReceiptId: String?) : Serializable

Analytics payload data for the DocumentUploadUpdateEvent event. Contains all the appropriate information to inform any observers of the progress of a document upload

Constructors

DocumentUploadUpdateData
Link copied to clipboard
fun DocumentUploadUpdateData(localId: Long, documentId: String?, accountId: String?, externalAccountTransactionId: String?, status: DocumentStatus = DocumentStatus.INITIALIZED, documentType: DocumentType, legacyReceiptId: String? = null)

Properties

accountId
Link copied to clipboard
val accountId: String?
documentId
Link copied to clipboard
val documentId: String?
documentType
Link copied to clipboard
val documentType: DocumentType
externalAccountTransactionId
Link copied to clipboard
val externalAccountTransactionId: String?
legacyReceiptId
Link copied to clipboard
val legacyReceiptId: String? = null
localId
Link copied to clipboard
val localId: Long
status
Link copied to clipboard
val status: DocumentStatus