DocumentUploadPayload

data class DocumentUploadPayload(    val imageRepresentation: DocumentUploadPayload.ImageRepresentation,     val documentType: DocumentType,     val foreignId: String? = null,     val accountId: String? = null,     val description: String? = null,     val transactionId: String? = null)

See also

Constructors

Link copied to clipboard
constructor(    imageRepresentation: DocumentUploadPayload.ImageRepresentation,     documentType: DocumentType,     foreignId: String? = null,     accountId: String? = null,     description: String? = null,     transactionId: String? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
sealed class ImageRepresentation

A sealed class representing the different available ways of passing an image file / jpeg for document upload

Properties

Link copied to clipboard
val accountId: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
val foreignId: String? = null
Link copied to clipboard
val transactionId: String? = null