DocumentToUpload
data class DocumentToUpload(var imagePath: String, val documentType: DocumentType, val externalAccountTransactionId: String? = null, val accountId: String? = null)
The data class which represents an individual image which is to be passed into the DocumentUploadManager
Constructors
Link copied to clipboard
constructor(imagePath: String, documentType: DocumentType, externalAccountTransactionId: String? = null, accountId: String? = null)