Package-level declarations

Types

Link copied to clipboard
enum DocumentStatus : Enum<DocumentStatus> , KeyedEnum

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
enum DocumentType : Enum<DocumentType> , KeyedEnum