EmailRequest

data class EmailRequest(val to: String, val subject: String, val body: String, val template: Template)

Constructors

Link copied to clipboard
constructor(to: String, subject: String, body: String, template: Template)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String