PostClientsClientIdIdentifiersRequest

@Serializable
data class PostClientsClientIdIdentifiersRequest(val description: String? = null, val documentKey: String? = null, val documentTypeId: Long? = null)

PostClientsClientIdIdentifiersRequest

Parameters

description
documentKey
documentTypeId

Constructors

Link copied to clipboard
constructor(description: String? = null, documentKey: String? = null, documentTypeId: Long? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val documentKey: String? = null
Link copied to clipboard
val documentTypeId: Long? = null