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