DocuSign v0.2.1 DocuSign.Model.Notarize View Source
A tab that alerts notary recipients that they must take action on the page. Only one notarize tab can appear on a page.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.Notarize{
anchorCaseSensitive: String.t(),
anchorHorizontalAlignment: String.t(),
anchorIgnoreIfNotPresent: String.t(),
anchorMatchWholeWord: String.t(),
anchorString: String.t(),
anchorUnits: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
conditionalParentLabel: String.t(),
conditionalParentValue: String.t(),
customTabId: String.t(),
documentId: String.t(),
errorDetails: ErrorDetails,
locked: String.t(),
mergeField: MergeField,
pageNumber: String.t(),
recipientId: String.t(),
required: String.t(),
status: String.t(),
tabId: String.t(),
tabOrder: String.t(),
templateLocked: String.t(),
templateRequired: String.t(),
xPosition: String.t(),
yPosition: String.t()
}
t() :: %DocuSign.Model.Notarize{ anchorCaseSensitive: String.t(), anchorHorizontalAlignment: String.t(), anchorIgnoreIfNotPresent: String.t(), anchorMatchWholeWord: String.t(), anchorString: String.t(), anchorUnits: String.t(), anchorXOffset: String.t(), anchorYOffset: String.t(), conditionalParentLabel: String.t(), conditionalParentValue: String.t(), customTabId: String.t(), documentId: String.t(), errorDetails: ErrorDetails, locked: String.t(), mergeField: MergeField, pageNumber: String.t(), recipientId: String.t(), required: String.t(), status: String.t(), tabId: String.t(), tabOrder: String.t(), templateLocked: String.t(), templateRequired: String.t(), xPosition: String.t(), yPosition: String.t() }