DocumentUploadPayload

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

See also

Constructors

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

Types

Companion
Link copied to clipboard
object Companion
ImageRepresentation
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

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