SendEmailRequest

data class SendEmailRequest(val recipientDid: Did, val content: String, val subject: String? = null, val senderDid: Did, val comment: String? = null)

Constructors

Link copied to clipboard
constructor(recipientDid: Did, content: String, subject: String? = null, senderDid: Did, comment: String? = null)

Properties

Link copied to clipboard
val comment: String? = null

Additional comment by the sender that won't be used in the email itself but helpful to provide more context for moderators/reviewers

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subject: String? = null