DocuSign v0.2.1 DocuSign.Model.Note View Source
A tab that displays additional information, in the form of a note, for the recipient.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.Note{
font: String.t(),
customTabId: String.t(),
mergeField: MergeField,
conditionalParentLabel: String.t(),
underline: String.t(),
italic: String.t(),
xPosition: String.t(),
anchorHorizontalAlignment: String.t(),
anchorIgnoreIfNotPresent: String.t(),
templateRequired: String.t(),
anchorYOffset: String.t(),
recipientId: String.t(),
name: String.t(),
yPosition: String.t(),
height: integer(),
bold: String.t(),
templateLocked: String.t(),
tabId: String.t(),
shared: String.t(),
status: String.t(),
tabOrder: String.t(),
anchorXOffset: String.t(),
value: String.t(),
pageNumber: String.t(),
documentId: String.t(),
fontColor: String.t(),
anchorString: String.t(),
tabLabel: String.t(),
width: integer(),
anchorUnits: String.t(),
anchorMatchWholeWord: String.t(),
anchorCaseSensitive: String.t(),
errorDetails: ErrorDetails,
conditionalParentValue: String.t(),
fontSize: String.t()
}
t() :: %DocuSign.Model.Note{ font: String.t(), customTabId: String.t(), mergeField: MergeField, conditionalParentLabel: String.t(), underline: String.t(), italic: String.t(), xPosition: String.t(), anchorHorizontalAlignment: String.t(), anchorIgnoreIfNotPresent: String.t(), templateRequired: String.t(), anchorYOffset: String.t(), recipientId: String.t(), name: String.t(), yPosition: String.t(), height: integer(), bold: String.t(), templateLocked: String.t(), tabId: String.t(), shared: String.t(), status: String.t(), tabOrder: String.t(), anchorXOffset: String.t(), value: String.t(), pageNumber: String.t(), documentId: String.t(), fontColor: String.t(), anchorString: String.t(), tabLabel: String.t(), width: integer(), anchorUnits: String.t(), anchorMatchWholeWord: String.t(), anchorCaseSensitive: String.t(), errorDetails: ErrorDetails, conditionalParentValue: String.t(), fontSize: String.t() }