DocuSign v0.2.1 DocuSign.Model.TemplateRole View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.TemplateRole{
accessCode: String.t(),
clientUserId: String.t(),
defaultRecipient: String.t(),
email: String.t(),
emailNotification: RecipientEmailNotification,
embeddedRecipientStartURL: String.t(),
inPersonSignerName: String.t(),
name: String.t(),
recipientSignatureProviders: [RecipientSignatureProvider],
roleName: String.t(),
routingOrder: String.t(),
signingGroupId: String.t(),
tabs: EnvelopeRecipientTabs
}
t() :: %DocuSign.Model.TemplateRole{ accessCode: String.t(), clientUserId: String.t(), defaultRecipient: String.t(), email: String.t(), emailNotification: RecipientEmailNotification, embeddedRecipientStartURL: String.t(), inPersonSignerName: String.t(), name: String.t(), recipientSignatureProviders: [RecipientSignatureProvider], roleName: String.t(), routingOrder: String.t(), signingGroupId: String.t(), tabs: EnvelopeRecipientTabs }