SignEventEmailDto Data Type

DTO encapsulating an email template inputs for a signature procedure event.

Implemented Interfaces
Serializable
Properties
name data type description
subject string
message string
to array of string

Example

{
  "subject" : "...",
  "message" : "...",
  "to" : [ "...", "..." ]
}