DocuSign v0.2.0 DocuSign.Model.EmailAddress View Source
A tab that displays the recipient's email as entered in the recipient information.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.EmailAddress{
anchorCaseSensitive: String.t(),
anchorHorizontalAlignment: String.t(),
anchorIgnoreIfNotPresent: String.t(),
anchorMatchWholeWord: String.t(),
anchorString: String.t(),
anchorUnits: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
bold: String.t(),
conditionalParentLabel: String.t(),
conditionalParentValue: String.t(),
customTabId: String.t(),
documentId: String.t(),
errorDetails: ErrorDetails,
font: String.t(),
fontColor: String.t(),
fontSize: String.t(),
italic: String.t(),
mergeField: MergeField,
name: String.t(),
pageNumber: String.t(),
recipientId: String.t(),
status: String.t(),
tabId: String.t(),
tabLabel: String.t(),
tabOrder: String.t(),
templateLocked: String.t(),
templateRequired: String.t(),
underline: String.t(),
value: String.t(),
xPosition: String.t(),
yPosition: String.t()
}
t() :: %DocuSign.Model.EmailAddress{ anchorCaseSensitive: String.t(), anchorHorizontalAlignment: String.t(), anchorIgnoreIfNotPresent: String.t(), anchorMatchWholeWord: String.t(), anchorString: String.t(), anchorUnits: String.t(), anchorXOffset: String.t(), anchorYOffset: String.t(), bold: String.t(), conditionalParentLabel: String.t(), conditionalParentValue: String.t(), customTabId: String.t(), documentId: String.t(), errorDetails: ErrorDetails, font: String.t(), fontColor: String.t(), fontSize: String.t(), italic: String.t(), mergeField: MergeField, name: String.t(), pageNumber: String.t(), recipientId: String.t(), status: String.t(), tabId: String.t(), tabLabel: String.t(), tabOrder: String.t(), templateLocked: String.t(), templateRequired: String.t(), underline: String.t(), value: String.t(), xPosition: String.t(), yPosition: String.t() }