DocuSign v0.2.0 DocuSign.Model.Zip View Source
A tab that allows the recipient to enter a ZIP code. The ZIP code can be five digits or nine digits in the ZIP+4 format. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.Zip{
concealValueOnDocument: String.t(),
font: String.t(),
fontSize: String.t(),
mergeField: MergeField,
underline: String.t(),
italic: String.t(),
templateRequired: String.t(),
recipientId: String.t(),
validationMessage: String.t(),
bold: String.t(),
tabOrder: String.t(),
templateLocked: String.t(),
yPosition: String.t(),
locked: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
maxLength: integer(),
useDash4: String.t(),
customTabId: String.t(),
name: String.t(),
shared: String.t(),
fontColor: String.t(),
anchorHorizontalAlignment: String.t(),
conditionalParentValue: String.t(),
requireAll: String.t(),
status: String.t(),
anchorMatchWholeWord: String.t(),
documentId: String.t(),
requireInitialOnSharedChange: String.t(),
pageNumber: String.t(),
anchorCaseSensitive: String.t(),
originalValue: String.t(),
anchorUnits: String.t(),
anchorString: String.t(),
disableAutoSize: String.t(),
errorDetails: ErrorDetails,
senderRequired: String.t(),
xPosition: String.t(),
required: String.t(),
value: String.t(),
tabId: String.t(),
validationPattern: String.t(),
conditionalParentLabel: String.t(),
width: integer(),
anchorIgnoreIfNotPresent: String.t(),
tabLabel: String.t()
}
t() :: %DocuSign.Model.Zip{ concealValueOnDocument: String.t(), font: String.t(), fontSize: String.t(), mergeField: MergeField, underline: String.t(), italic: String.t(), templateRequired: String.t(), recipientId: String.t(), validationMessage: String.t(), bold: String.t(), tabOrder: String.t(), templateLocked: String.t(), yPosition: String.t(), locked: String.t(), anchorXOffset: String.t(), anchorYOffset: String.t(), maxLength: integer(), useDash4: String.t(), customTabId: String.t(), name: String.t(), shared: String.t(), fontColor: String.t(), anchorHorizontalAlignment: String.t(), conditionalParentValue: String.t(), requireAll: String.t(), status: String.t(), anchorMatchWholeWord: String.t(), documentId: String.t(), requireInitialOnSharedChange: String.t(), pageNumber: String.t(), anchorCaseSensitive: String.t(), originalValue: String.t(), anchorUnits: String.t(), anchorString: String.t(), disableAutoSize: String.t(), errorDetails: ErrorDetails, senderRequired: String.t(), xPosition: String.t(), required: String.t(), value: String.t(), tabId: String.t(), validationPattern: String.t(), conditionalParentLabel: String.t(), width: integer(), anchorIgnoreIfNotPresent: String.t(), tabLabel: String.t() }