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)

Properties

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