SecureMailRecipientDto

constructor(email: String, firstName: String? = null, lastName: String? = null)

Parameters

email

Email address of the recipient.

firstName

First name of the person/advisor.

lastName

Last name of the person/advisor.