Package-level declarations
Types
Link copied to clipboard
                  Enum representing the status of a DraftDocumentEntity.
Link copied to clipboard
                  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
Link copied to clipboard