DocumentUploadPayload
data class DocumentUploadPayload(imageRepresentation: DocumentUploadPayload.ImageRepresentation, documentType: DocumentType, foreignId: String?, accountId: String?, description: String?, transactionId: String?)
Content copied to clipboard
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)
Content copied to clipboard
Types
ImageRepresentation
Link copied to clipboard
sealed class ImageRepresentation
Content copied to clipboard
Properties
description
Link copied to clipboard
documentType
Link copied to clipboard
imageRepresentation
Link copied to clipboard
transactionId
Link copied to clipboard