SecureMailRecipientDto
data class SecureMailRecipientDto(var email: String, var firstName: String? = null, var lastName: String? = null)
Secure Mail recipient object representing a contact to which Secure Mail is sent.
Parameters
email
Email address of the recipient.
firstName
First name of the person/advisor.
lastName
Last name of the person/advisor.