VerificationCancelEventContent

@Serializable
data class VerificationCancelEventContent(val code: VerificationCancelEventContent.Code, val reason: String, val relatesTo: RelatesTo.Reference?, val transactionId: String?) : VerificationStep

See also

Constructors

Link copied to clipboard
constructor(code: VerificationCancelEventContent.Code, reason: String, relatesTo: RelatesTo.Reference?, transactionId: String?)

Types

Link copied to clipboard
@Serializable(with = CodeSerializer::class)
interface Code

Properties

Link copied to clipboard
Link copied to clipboard
open override val mentions: Mentions? = null
Link copied to clipboard
Link copied to clipboard
open override val relatesTo: RelatesTo.Reference?
Link copied to clipboard
open override val transactionId: String?