DocumentUploadUpdateData

data class DocumentUploadUpdateData(val localId: Long, val documentId: String?, val accountId: String?, val externalAccountTransactionId: String?, val status: DocumentStatus = DocumentStatus.INITIALIZED, val documentType: DocumentType, val legacyReceiptId: String? = null) : 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

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val legacyReceiptId: String? = null
Link copied to clipboard
Link copied to clipboard