RequestDocument

data class RequestDocument(val docType: String, var itemsToRequest: Map<String, Map<String, Boolean>>) : Serializable

Constructors

Link copied to clipboard
constructor(docType: String, itemsToRequest: Map<String, Map<String, Boolean>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard