DSTemplateRecipient
data class DSTemplateRecipient(recipientId: String, email: String?, signerName: String?, hostName: String?, hostEmail: String?, roleName: String?, type: DSRecipientType, routingOrder: Int?, status: RecipientStatus?, tabs: List<DSTab>?, emailBody: String?, emailSubject: String?, emailSupportedLanguage: String?) : DSRecipient
Content copied to clipboard
This class provides the information about the template recipient
Parameters
recipientId
Recipient ID
email
Email of the recipient
signerName
Name of the recipient
hostName
Name of the recipient
hostEmail
Email of the recipient
type
Type of the recipient
roleName
Role name of the recipient
routingOrder
Routing Order
status
Recipient Status
tabs
List of DSTab
Constructors
Link copied to clipboard
fun DSTemplateRecipient(recipientId: String, email: String? = null, signerName: String? = null, hostName: String? = null, hostEmail: String? = null, roleName: String? = null, type: DSRecipientType, routingOrder: Int? = 1, status: RecipientStatus? = null, tabs: List<DSTab>? = null, emailBody: String? = null, emailSubject: String? = null, emailSupportedLanguage: String? = null)
Content copied to clipboard