DocumentUploadUpdateData   
            data class DocumentUploadUpdateData(localId: Long, documentId: String?, accountId: String?, externalAccountTransactionId: String?, status: DocumentStatus, documentType: DocumentType, legacyReceiptId: String?) : Serializable
Content copied to clipboard
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)
Content copied to clipboard
Properties
documentId
                          
                    
                  Link copied to clipboard
                        documentType
                          
                    
                  Link copied to clipboard
                        externalAccountTransactionId
                          
                    
                  Link copied to clipboard
                        legacyReceiptId
                          
                    
                  Link copied to clipboard
                        status
                          
                    
                  Link copied to clipboard