DocuSign v0.2.1 DocuSign.Model.Ssn View Source
A one-line field that allows the recipient to enter a Social Security Number. The SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.Ssn{
validationPattern: String.t(),
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(),
requireAll: String.t(),
templateRequired: String.t(),
locked: String.t(),
concealValueOnDocument: String.t(),
anchorYOffset: String.t(),
recipientId: String.t(),
name: String.t(),
yPosition: String.t(),
disableAutoSize: String.t(),
bold: String.t(),
requireInitialOnSharedChange: String.t(),
templateLocked: String.t(),
tabId: String.t(),
shared: String.t(),
status: String.t(),
tabOrder: String.t(),
anchorXOffset: String.t(),
maxLength: integer(),
required: String.t(),
value: String.t(),
pageNumber: String.t(),
documentId: String.t(),
fontColor: String.t(),
anchorString: String.t(),
validationMessage: String.t(),
tabLabel: String.t(),
width: integer(),
senderRequired: String.t(),
anchorUnits: String.t(),
anchorMatchWholeWord: String.t(),
anchorCaseSensitive: String.t(),
errorDetails: ErrorDetails,
conditionalParentValue: String.t(),
originalValue: String.t(),
fontSize: String.t()
}
t() :: %DocuSign.Model.Ssn{ validationPattern: String.t(), 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(), requireAll: String.t(), templateRequired: String.t(), locked: String.t(), concealValueOnDocument: String.t(), anchorYOffset: String.t(), recipientId: String.t(), name: String.t(), yPosition: String.t(), disableAutoSize: String.t(), bold: String.t(), requireInitialOnSharedChange: String.t(), templateLocked: String.t(), tabId: String.t(), shared: String.t(), status: String.t(), tabOrder: String.t(), anchorXOffset: String.t(), maxLength: integer(), required: String.t(), value: String.t(), pageNumber: String.t(), documentId: String.t(), fontColor: String.t(), anchorString: String.t(), validationMessage: String.t(), tabLabel: String.t(), width: integer(), senderRequired: String.t(), anchorUnits: String.t(), anchorMatchWholeWord: String.t(), anchorCaseSensitive: String.t(), errorDetails: ErrorDetails, conditionalParentValue: String.t(), originalValue: String.t(), fontSize: String.t() }