DocumentToUpload

data class DocumentToUpload(imagePath: String, documentType: DocumentType, externalAccountTransactionId: String?, accountId: String?)

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)

Properties

accountId
Link copied to clipboard
val accountId: String? = null
documentType
Link copied to clipboard
val documentType: DocumentType
externalAccountTransactionId
Link copied to clipboard
val externalAccountTransactionId: String? = null
imagePath
Link copied to clipboard
var imagePath: String