SecureMailRecipientsResponseDto

data class SecureMailRecipientsResponseDto(var helpdeskEmail: String? = null, var recipients: MutableList<SecureMailRecipientDto>? = null)

List of possible recipients to which the Secure Mail could be sent. Usually list of bank's helpdesk email and advisor contacts.

Parameters

helpdeskEmail

Email of the Bank's helpdesk service.

recipients

List of recipients objects. Usually advisor contacts(email, firstname, lastname).

Constructors

Link copied to clipboard
constructor(helpdeskEmail: String? = null, recipients: MutableList<SecureMailRecipientDto>? = null)

Properties

Link copied to clipboard
Link copied to clipboard