# TemplateDocumentTabsAPI All URIs are relative to *https://www.docusign.net/restapi* Method | HTTP request | Description ------------- | ------------- | ------------- [**tabsDeleteTemplateDocumentTabs**](TemplateDocumentTabsAPI.md#tabsdeletetemplatedocumenttabs) | **DELETE** /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/tabs | [**tabsGetTemplateDocumentTabs**](TemplateDocumentTabsAPI.md#tabsgettemplatedocumenttabs) | **GET** /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/tabs | Returns tabs on the document. [**tabsGetTemplatePageTabs**](TemplateDocumentTabsAPI.md#tabsgettemplatepagetabs) | **GET** /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/pages/{pageNumber}/tabs | Returns tabs on the specified page. [**tabsPostTemplateDocumentTabs**](TemplateDocumentTabsAPI.md#tabsposttemplatedocumenttabs) | **POST** /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/tabs | Create Template Document Tabs [**tabsPutTemplateDocumentTabs**](TemplateDocumentTabsAPI.md#tabsputtemplatedocumenttabs) | **PUT** /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/tabs | # **tabsDeleteTemplateDocumentTabs** ```swift open class func tabsDeleteTemplateDocumentTabs(accountId: String, documentId: String, templateId: String, templateTabs: TemplateTabs? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` ### Example ```swift // The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new import DocuSignAPI let accountId = "accountId_example" // String | The external account number (int) or account ID GUID. let documentId = "documentId_example" // String | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. let templateId = "templateId_example" // String | The id of the template. let templateTabs = templateTabs(approveTabs: [approve(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: propertyMetadata(options: ["options_example"], rights: "rights_example"), anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, buttonText: "buttonText_example", buttonTextMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: errorDetails(errorCode: "errorCode_example", message: "message_example"), font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: localePolicyTab(addressFormat: "addressFormat_example", calendarType: "calendarType_example", cultureName: "cultureName_example", currencyNegativeFormat: "currencyNegativeFormat_example", currencyPositiveFormat: "currencyPositiveFormat_example", customDateFormat: "customDateFormat_example", customTimeFormat: "customTimeFormat_example", dateFormat: "dateFormat_example", initialFormat: "initialFormat_example", nameFormat: "nameFormat_example", timeFormat: "timeFormat_example", timeZone: "timeZone_example"), mergeField: mergeField(allowSenderToEdit: "allowSenderToEdit_example", allowSenderToEditMetadata: nil, configurationType: "configurationType_example", configurationTypeMetadata: nil, path: "path_example", pathExtended: [pathExtendedElement(name: "name_example", type: "type_example", typeName: "typeName_example")], pathExtendedMetadata: nil, pathMetadata: nil, row: "row_example", rowMetadata: nil, writeBack: "writeBack_example", writeBackMetadata: nil), mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: smartContractInformation(code: "code_example", uri: "uri_example"), status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], checkboxTabs: [checkbox(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, selected: "selected_example", selectedMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commentThreadTabs: [commentThread(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, comments: [comment(envelopeId: "envelopeId_example", hmac: "hmac_example", id: "id_example", mentions: ["mentions_example"], read: false, sentByEmail: "sentByEmail_example", sentByFullName: "sentByFullName_example", sentByImageId: "sentByImageId_example", sentByInitials: "sentByInitials_example", sentByRecipientId: "sentByRecipientId_example", sentByUserId: "sentByUserId_example", signingGroupId: "signingGroupId_example", signingGroupName: "signingGroupName_example", subject: "subject_example", tabId: "tabId_example", text: "text_example", threadId: "threadId_example", threadOriginatorId: "threadOriginatorId_example", timestamp: "timestamp_example", timeStampFormatted: "timeStampFormatted_example", visibleTo: ["visibleTo_example"])], conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, threadId: "threadId_example", tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionCountyTabs: [commissionCounty(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionExpirationTabs: [commissionExpiration(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionNumberTabs: [commissionNumber(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionStateTabs: [commissionState(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], companyTabs: [company(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], dateSignedTabs: [dateSigned(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], dateTabs: [Date()], declineTabs: [decline(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, buttonText: "buttonText_example", buttonTextMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, declineReason: "declineReason_example", declineReasonMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], drawTabs: [draw(allowSignerUpload: "allowSignerUpload_example", anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, useBackgroundAsCanvas: "useBackgroundAsCanvas_example", width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], emailAddressTabs: [emailAddress(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], emailTabs: [email(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], envelopeIdTabs: [envelopeId(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], firstNameTabs: [firstName(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], formulaTabs: [formulaTab(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, formula: "formula_example", formulaMetadata: nil, height: "height_example", heightMetadata: nil, hidden: "hidden_example", hiddenMetadata: nil, isPaymentAmount: "isPaymentAmount_example", isPaymentAmountMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, paymentDetails: paymentDetails(allowedPaymentMethods: ["allowedPaymentMethods_example"], chargeId: "chargeId_example", currencyCode: "currencyCode_example", currencyCodeMetadata: nil, customerId: "customerId_example", customMetadata: "customMetadata_example", customMetadataRequired: false, gatewayAccountId: "gatewayAccountId_example", gatewayAccountIdMetadata: nil, gatewayDisplayName: "gatewayDisplayName_example", gatewayName: "gatewayName_example", lineItems: [paymentLineItem(amountReference: "amountReference_example", description: "description_example", itemCode: "itemCode_example", name: "name_example")], paymentOption: "paymentOption_example", paymentSourceId: "paymentSourceId_example", status: "status_example", total: money(amountInBaseUnit: "amountInBaseUnit_example", currency: "currency_example", displayAmount: "displayAmount_example")), recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, roundDecimalPlaces: "roundDecimalPlaces_example", roundDecimalPlacesMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], fullNameTabs: [fullName(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], initialHereTabs: [initialHere(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, `optional`: "`optional`_example", optionalMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], lastNameTabs: [lastName(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], listTabs: [list(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, listItems: [listItem(selected: "selected_example", selectedMetadata: nil, text: "text_example", textMetadata: nil, value: "value_example", valueMetadata: nil)], listSelectedValue: "listSelectedValue_example", listSelectedValueMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], notarizeTabs: [notarize(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], notarySealTabs: [notarySeal(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], noteTabs: [note(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], numberTabs: [123], phoneNumberTabs: [phoneNumber(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], polyLineOverlayTabs: [polyLineOverlay(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, graphicsContext: graphicsContext(fillColor: "fillColor_example", lineColor: "lineColor_example", lineWeight: "lineWeight_example"), height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", overlayType: "overlayType_example", overlayTypeMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, polyLines: [polyLine(x1: "x1_example", x2: "x2_example", y1: "y1_example", y2: "y2_example")], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], radioGroupTabs: [radioGroup(conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, groupName: "groupName_example", groupNameMetadata: nil, radios: [radio(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, italic: "italic_example", italicMetadata: nil, locked: "locked_example", lockedMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, selected: "selected_example", selectedMetadata: nil, status: "status_example", statusMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, shared: "shared_example", sharedMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", tooltipMetadata: nil)], signerAttachmentTabs: [signerAttachment(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, `optional`: "`optional`_example", optionalMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], signHereTabs: [signHere(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, isSealSignTab: "isSealSignTab_example", mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, `optional`: "`optional`_example", optionalMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, stamp: stamp(adoptedDateTime: "adoptedDateTime_example", createdDateTime: "createdDateTime_example", customField: "customField_example", dateStampProperties: dateStampProperties(dateAreaHeight: "dateAreaHeight_example", dateAreaWidth: "dateAreaWidth_example", dateAreaX: "dateAreaX_example", dateAreaY: "dateAreaY_example"), disallowUserResizeStamp: "disallowUserResizeStamp_example", errorDetails: nil, externalID: "externalID_example", imageBase64: "imageBase64_example", imageType: "imageType_example", lastModifiedDateTime: "lastModifiedDateTime_example", phoneticName: "phoneticName_example", signatureName: "signatureName_example", stampFormat: "stampFormat_example", stampImageUri: "stampImageUri_example", stampSizeMM: "stampSizeMM_example", status: "status_example"), stampType: "stampType_example", stampTypeMetadata: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], smartSectionTabs: [smartSection(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, caseSensitive: false, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, displaySettings: smartSectionDisplaySettings(cellStyle: "cellStyle_example", collapsibleSettings: smartSectionCollapsibleDisplaySettings(arrowClosed: "arrowClosed_example", arrowColor: "arrowColor_example", arrowLocation: "arrowLocation_example", arrowOpen: "arrowOpen_example", arrowSize: "arrowSize_example", arrowStyle: "arrowStyle_example", containerStyle: "containerStyle_example", labelStyle: "labelStyle_example", onlyArrowIsClickable: false, outerLabelAndArrowStyle: "outerLabelAndArrowStyle_example"), display: "display_example", displayLabel: "displayLabel_example", displayOrder: 123, displayPageNumber: 123, hideLabelWhenOpened: false, inlineOuterStyle: "inlineOuterStyle_example", labelWhenOpened: "labelWhenOpened_example", preLabel: "preLabel_example", scrollToTopWhenOpened: false, tableStyle: "tableStyle_example"), documentId: "documentId_example", documentIdMetadata: nil, endAnchor: "endAnchor_example", endPosition: smartSectionAnchorPosition(pageNumber: 123, xPosition: 123, yPosition: 123), errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", overlayType: "overlayType_example", overlayTypeMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, removeEndAnchor: false, removeStartAnchor: false, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, startAnchor: "startAnchor_example", startPosition: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], ssnTabs: [ssn(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], tabGroups: [tabGroup(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, groupLabel: "groupLabel_example", groupLabelMetadata: nil, groupRule: "groupRule_example", groupRuleMetadata: nil, height: "height_example", heightMetadata: nil, maximumAllowed: "maximumAllowed_example", maximumAllowedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", minimumRequired: "minimumRequired_example", minimumRequiredMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabScope: "tabScope_example", tabScopeMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], textTabs: [text(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, formula: "formula_example", formulaMetadata: nil, height: "height_example", heightMetadata: nil, isPaymentAmount: "isPaymentAmount_example", isPaymentAmountMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], titleTabs: [title(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], viewTabs: [view(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, buttonText: "buttonText_example", buttonTextMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requiredRead: "requiredRead_example", smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], zipTabs: [zip(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, useDash4: "useDash4_example", useDash4Metadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)]) // TemplateTabs | (optional) TemplateDocumentTabsAPI.tabsDeleteTemplateDocumentTabs(accountId: accountId, documentId: documentId, templateId: templateId, templateTabs: templateTabs).whenComplete { result in switch result { case .failure(let error): // process error case .success(let response): switch response { // process decoded response value or raw ClientResponse case .http200(let value, let raw): case .http400(let value, let raw): case .http0(let value, let raw): } } } ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **accountId** | **String** | The external account number (int) or account ID GUID. | **documentId** | **String** | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. | **templateId** | **String** | The id of the template. | **templateTabs** | [**TemplateTabs**](TemplateTabs.md) | | [optional] ### Return type #### TabsDeleteTemplateDocumentTabs ```swift public enum TabsDeleteTemplateDocumentTabs { case http200(value: Tabs?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: Tabs?, raw: ClientResponse) } ``` ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json, application/xml - **Accept**: */* [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **tabsGetTemplateDocumentTabs** ```swift open class func tabsGetTemplateDocumentTabs(accountId: String, documentId: String, templateId: String, pageNumbers: String? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Returns tabs on the document. ### Example ```swift // The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new import DocuSignAPI let accountId = "accountId_example" // String | The external account number (int) or account ID GUID. let documentId = "documentId_example" // String | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. let templateId = "templateId_example" // String | The id of the template. let pageNumbers = "pageNumbers_example" // String | Filters for tabs that occur on the pages that you specify. Enter as a comma-separated list of page Guids. Example: `page_numbers=2,6` (optional) // Returns tabs on the document. TemplateDocumentTabsAPI.tabsGetTemplateDocumentTabs(accountId: accountId, documentId: documentId, templateId: templateId, pageNumbers: pageNumbers).whenComplete { result in switch result { case .failure(let error): // process error case .success(let response): switch response { // process decoded response value or raw ClientResponse case .http200(let value, let raw): case .http400(let value, let raw): case .http0(let value, let raw): } } } ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **accountId** | **String** | The external account number (int) or account ID GUID. | **documentId** | **String** | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. | **templateId** | **String** | The id of the template. | **pageNumbers** | **String** | Filters for tabs that occur on the pages that you specify. Enter as a comma-separated list of page Guids. Example: `page_numbers=2,6` | [optional] ### Return type #### TabsGetTemplateDocumentTabs ```swift public enum TabsGetTemplateDocumentTabs { case http200(value: TemplateDocumentTabs?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: TemplateDocumentTabs?, raw: ClientResponse) } ``` ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: */* [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **tabsGetTemplatePageTabs** ```swift open class func tabsGetTemplatePageTabs(accountId: String, documentId: String, pageNumber: String, templateId: String, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Returns tabs on the specified page. ### Example ```swift // The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new import DocuSignAPI let accountId = "accountId_example" // String | The external account number (int) or account ID GUID. let documentId = "documentId_example" // String | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. let pageNumber = "pageNumber_example" // String | The page number being accessed. let templateId = "templateId_example" // String | The id of the template. // Returns tabs on the specified page. TemplateDocumentTabsAPI.tabsGetTemplatePageTabs(accountId: accountId, documentId: documentId, pageNumber: pageNumber, templateId: templateId).whenComplete { result in switch result { case .failure(let error): // process error case .success(let response): switch response { // process decoded response value or raw ClientResponse case .http200(let value, let raw): case .http400(let value, let raw): case .http0(let value, let raw): } } } ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **accountId** | **String** | The external account number (int) or account ID GUID. | **documentId** | **String** | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. | **pageNumber** | **String** | The page number being accessed. | **templateId** | **String** | The id of the template. | ### Return type #### TabsGetTemplatePageTabs ```swift public enum TabsGetTemplatePageTabs { case http200(value: TemplateDocumentTabs?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: TemplateDocumentTabs?, raw: ClientResponse) } ``` ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: */* [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **tabsPostTemplateDocumentTabs** ```swift open class func tabsPostTemplateDocumentTabs(accountId: String, documentId: String, templateId: String, templateTabs: TemplateTabs? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Create Template Document Tabs This method creates Template Document Tabs. ### Example ```swift // The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new import DocuSignAPI let accountId = "accountId_example" // String | The external account number (int) or account ID GUID. let documentId = "documentId_example" // String | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. let templateId = "templateId_example" // String | The id of the template. let templateTabs = templateTabs(approveTabs: [approve(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: propertyMetadata(options: ["options_example"], rights: "rights_example"), anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, buttonText: "buttonText_example", buttonTextMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: errorDetails(errorCode: "errorCode_example", message: "message_example"), font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: localePolicyTab(addressFormat: "addressFormat_example", calendarType: "calendarType_example", cultureName: "cultureName_example", currencyNegativeFormat: "currencyNegativeFormat_example", currencyPositiveFormat: "currencyPositiveFormat_example", customDateFormat: "customDateFormat_example", customTimeFormat: "customTimeFormat_example", dateFormat: "dateFormat_example", initialFormat: "initialFormat_example", nameFormat: "nameFormat_example", timeFormat: "timeFormat_example", timeZone: "timeZone_example"), mergeField: mergeField(allowSenderToEdit: "allowSenderToEdit_example", allowSenderToEditMetadata: nil, configurationType: "configurationType_example", configurationTypeMetadata: nil, path: "path_example", pathExtended: [pathExtendedElement(name: "name_example", type: "type_example", typeName: "typeName_example")], pathExtendedMetadata: nil, pathMetadata: nil, row: "row_example", rowMetadata: nil, writeBack: "writeBack_example", writeBackMetadata: nil), mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: smartContractInformation(code: "code_example", uri: "uri_example"), status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], checkboxTabs: [checkbox(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, selected: "selected_example", selectedMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commentThreadTabs: [commentThread(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, comments: [comment(envelopeId: "envelopeId_example", hmac: "hmac_example", id: "id_example", mentions: ["mentions_example"], read: false, sentByEmail: "sentByEmail_example", sentByFullName: "sentByFullName_example", sentByImageId: "sentByImageId_example", sentByInitials: "sentByInitials_example", sentByRecipientId: "sentByRecipientId_example", sentByUserId: "sentByUserId_example", signingGroupId: "signingGroupId_example", signingGroupName: "signingGroupName_example", subject: "subject_example", tabId: "tabId_example", text: "text_example", threadId: "threadId_example", threadOriginatorId: "threadOriginatorId_example", timestamp: "timestamp_example", timeStampFormatted: "timeStampFormatted_example", visibleTo: ["visibleTo_example"])], conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, threadId: "threadId_example", tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionCountyTabs: [commissionCounty(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionExpirationTabs: [commissionExpiration(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionNumberTabs: [commissionNumber(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionStateTabs: [commissionState(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], companyTabs: [company(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], dateSignedTabs: [dateSigned(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], dateTabs: [Date()], declineTabs: [decline(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, buttonText: "buttonText_example", buttonTextMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, declineReason: "declineReason_example", declineReasonMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], drawTabs: [draw(allowSignerUpload: "allowSignerUpload_example", anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, useBackgroundAsCanvas: "useBackgroundAsCanvas_example", width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], emailAddressTabs: [emailAddress(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], emailTabs: [email(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], envelopeIdTabs: [envelopeId(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], firstNameTabs: [firstName(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], formulaTabs: [formulaTab(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, formula: "formula_example", formulaMetadata: nil, height: "height_example", heightMetadata: nil, hidden: "hidden_example", hiddenMetadata: nil, isPaymentAmount: "isPaymentAmount_example", isPaymentAmountMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, paymentDetails: paymentDetails(allowedPaymentMethods: ["allowedPaymentMethods_example"], chargeId: "chargeId_example", currencyCode: "currencyCode_example", currencyCodeMetadata: nil, customerId: "customerId_example", customMetadata: "customMetadata_example", customMetadataRequired: false, gatewayAccountId: "gatewayAccountId_example", gatewayAccountIdMetadata: nil, gatewayDisplayName: "gatewayDisplayName_example", gatewayName: "gatewayName_example", lineItems: [paymentLineItem(amountReference: "amountReference_example", description: "description_example", itemCode: "itemCode_example", name: "name_example")], paymentOption: "paymentOption_example", paymentSourceId: "paymentSourceId_example", status: "status_example", total: money(amountInBaseUnit: "amountInBaseUnit_example", currency: "currency_example", displayAmount: "displayAmount_example")), recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, roundDecimalPlaces: "roundDecimalPlaces_example", roundDecimalPlacesMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], fullNameTabs: [fullName(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], initialHereTabs: [initialHere(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, `optional`: "`optional`_example", optionalMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], lastNameTabs: [lastName(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], listTabs: [list(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, listItems: [listItem(selected: "selected_example", selectedMetadata: nil, text: "text_example", textMetadata: nil, value: "value_example", valueMetadata: nil)], listSelectedValue: "listSelectedValue_example", listSelectedValueMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], notarizeTabs: [notarize(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], notarySealTabs: [notarySeal(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], noteTabs: [note(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], numberTabs: [123], phoneNumberTabs: [phoneNumber(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], polyLineOverlayTabs: [polyLineOverlay(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, graphicsContext: graphicsContext(fillColor: "fillColor_example", lineColor: "lineColor_example", lineWeight: "lineWeight_example"), height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", overlayType: "overlayType_example", overlayTypeMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, polyLines: [polyLine(x1: "x1_example", x2: "x2_example", y1: "y1_example", y2: "y2_example")], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], radioGroupTabs: [radioGroup(conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, groupName: "groupName_example", groupNameMetadata: nil, radios: [radio(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, italic: "italic_example", italicMetadata: nil, locked: "locked_example", lockedMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, selected: "selected_example", selectedMetadata: nil, status: "status_example", statusMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, shared: "shared_example", sharedMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", tooltipMetadata: nil)], signerAttachmentTabs: [signerAttachment(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, `optional`: "`optional`_example", optionalMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], signHereTabs: [signHere(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, isSealSignTab: "isSealSignTab_example", mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, `optional`: "`optional`_example", optionalMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, stamp: stamp(adoptedDateTime: "adoptedDateTime_example", createdDateTime: "createdDateTime_example", customField: "customField_example", dateStampProperties: dateStampProperties(dateAreaHeight: "dateAreaHeight_example", dateAreaWidth: "dateAreaWidth_example", dateAreaX: "dateAreaX_example", dateAreaY: "dateAreaY_example"), disallowUserResizeStamp: "disallowUserResizeStamp_example", errorDetails: nil, externalID: "externalID_example", imageBase64: "imageBase64_example", imageType: "imageType_example", lastModifiedDateTime: "lastModifiedDateTime_example", phoneticName: "phoneticName_example", signatureName: "signatureName_example", stampFormat: "stampFormat_example", stampImageUri: "stampImageUri_example", stampSizeMM: "stampSizeMM_example", status: "status_example"), stampType: "stampType_example", stampTypeMetadata: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], smartSectionTabs: [smartSection(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, caseSensitive: false, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, displaySettings: smartSectionDisplaySettings(cellStyle: "cellStyle_example", collapsibleSettings: smartSectionCollapsibleDisplaySettings(arrowClosed: "arrowClosed_example", arrowColor: "arrowColor_example", arrowLocation: "arrowLocation_example", arrowOpen: "arrowOpen_example", arrowSize: "arrowSize_example", arrowStyle: "arrowStyle_example", containerStyle: "containerStyle_example", labelStyle: "labelStyle_example", onlyArrowIsClickable: false, outerLabelAndArrowStyle: "outerLabelAndArrowStyle_example"), display: "display_example", displayLabel: "displayLabel_example", displayOrder: 123, displayPageNumber: 123, hideLabelWhenOpened: false, inlineOuterStyle: "inlineOuterStyle_example", labelWhenOpened: "labelWhenOpened_example", preLabel: "preLabel_example", scrollToTopWhenOpened: false, tableStyle: "tableStyle_example"), documentId: "documentId_example", documentIdMetadata: nil, endAnchor: "endAnchor_example", endPosition: smartSectionAnchorPosition(pageNumber: 123, xPosition: 123, yPosition: 123), errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", overlayType: "overlayType_example", overlayTypeMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, removeEndAnchor: false, removeStartAnchor: false, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, startAnchor: "startAnchor_example", startPosition: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], ssnTabs: [ssn(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], tabGroups: [tabGroup(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, groupLabel: "groupLabel_example", groupLabelMetadata: nil, groupRule: "groupRule_example", groupRuleMetadata: nil, height: "height_example", heightMetadata: nil, maximumAllowed: "maximumAllowed_example", maximumAllowedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", minimumRequired: "minimumRequired_example", minimumRequiredMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabScope: "tabScope_example", tabScopeMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], textTabs: [text(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, formula: "formula_example", formulaMetadata: nil, height: "height_example", heightMetadata: nil, isPaymentAmount: "isPaymentAmount_example", isPaymentAmountMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], titleTabs: [title(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], viewTabs: [view(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, buttonText: "buttonText_example", buttonTextMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requiredRead: "requiredRead_example", smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], zipTabs: [zip(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, useDash4: "useDash4_example", useDash4Metadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)]) // TemplateTabs | (optional) // Create Template Document Tabs TemplateDocumentTabsAPI.tabsPostTemplateDocumentTabs(accountId: accountId, documentId: documentId, templateId: templateId, templateTabs: templateTabs).whenComplete { result in switch result { case .failure(let error): // process error case .success(let response): switch response { // process decoded response value or raw ClientResponse case .http201(let value, let raw): case .http400(let value, let raw): case .http0(let value, let raw): } } } ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **accountId** | **String** | The external account number (int) or account ID GUID. | **documentId** | **String** | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. | **templateId** | **String** | The id of the template. | **templateTabs** | [**TemplateTabs**](TemplateTabs.md) | | [optional] ### Return type #### TabsPostTemplateDocumentTabs ```swift public enum TabsPostTemplateDocumentTabs { case http201(value: Tabs?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: Tabs?, raw: ClientResponse) } ``` ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json, application/xml - **Accept**: */* [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **tabsPutTemplateDocumentTabs** ```swift open class func tabsPutTemplateDocumentTabs(accountId: String, documentId: String, templateId: String, templateTabs: TemplateTabs? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` ### Example ```swift // The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new import DocuSignAPI let accountId = "accountId_example" // String | The external account number (int) or account ID GUID. let documentId = "documentId_example" // String | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. let templateId = "templateId_example" // String | The id of the template. let templateTabs = templateTabs(approveTabs: [approve(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: propertyMetadata(options: ["options_example"], rights: "rights_example"), anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, buttonText: "buttonText_example", buttonTextMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: errorDetails(errorCode: "errorCode_example", message: "message_example"), font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: localePolicyTab(addressFormat: "addressFormat_example", calendarType: "calendarType_example", cultureName: "cultureName_example", currencyNegativeFormat: "currencyNegativeFormat_example", currencyPositiveFormat: "currencyPositiveFormat_example", customDateFormat: "customDateFormat_example", customTimeFormat: "customTimeFormat_example", dateFormat: "dateFormat_example", initialFormat: "initialFormat_example", nameFormat: "nameFormat_example", timeFormat: "timeFormat_example", timeZone: "timeZone_example"), mergeField: mergeField(allowSenderToEdit: "allowSenderToEdit_example", allowSenderToEditMetadata: nil, configurationType: "configurationType_example", configurationTypeMetadata: nil, path: "path_example", pathExtended: [pathExtendedElement(name: "name_example", type: "type_example", typeName: "typeName_example")], pathExtendedMetadata: nil, pathMetadata: nil, row: "row_example", rowMetadata: nil, writeBack: "writeBack_example", writeBackMetadata: nil), mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: smartContractInformation(code: "code_example", uri: "uri_example"), status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], checkboxTabs: [checkbox(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, selected: "selected_example", selectedMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commentThreadTabs: [commentThread(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, comments: [comment(envelopeId: "envelopeId_example", hmac: "hmac_example", id: "id_example", mentions: ["mentions_example"], read: false, sentByEmail: "sentByEmail_example", sentByFullName: "sentByFullName_example", sentByImageId: "sentByImageId_example", sentByInitials: "sentByInitials_example", sentByRecipientId: "sentByRecipientId_example", sentByUserId: "sentByUserId_example", signingGroupId: "signingGroupId_example", signingGroupName: "signingGroupName_example", subject: "subject_example", tabId: "tabId_example", text: "text_example", threadId: "threadId_example", threadOriginatorId: "threadOriginatorId_example", timestamp: "timestamp_example", timeStampFormatted: "timeStampFormatted_example", visibleTo: ["visibleTo_example"])], conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, threadId: "threadId_example", tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionCountyTabs: [commissionCounty(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionExpirationTabs: [commissionExpiration(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionNumberTabs: [commissionNumber(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], commissionStateTabs: [commissionState(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], companyTabs: [company(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], dateSignedTabs: [dateSigned(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], dateTabs: [Date()], declineTabs: [decline(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, buttonText: "buttonText_example", buttonTextMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, declineReason: "declineReason_example", declineReasonMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], drawTabs: [draw(allowSignerUpload: "allowSignerUpload_example", anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, useBackgroundAsCanvas: "useBackgroundAsCanvas_example", width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], emailAddressTabs: [emailAddress(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], emailTabs: [email(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], envelopeIdTabs: [envelopeId(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], firstNameTabs: [firstName(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], formulaTabs: [formulaTab(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, formula: "formula_example", formulaMetadata: nil, height: "height_example", heightMetadata: nil, hidden: "hidden_example", hiddenMetadata: nil, isPaymentAmount: "isPaymentAmount_example", isPaymentAmountMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, paymentDetails: paymentDetails(allowedPaymentMethods: ["allowedPaymentMethods_example"], chargeId: "chargeId_example", currencyCode: "currencyCode_example", currencyCodeMetadata: nil, customerId: "customerId_example", customMetadata: "customMetadata_example", customMetadataRequired: false, gatewayAccountId: "gatewayAccountId_example", gatewayAccountIdMetadata: nil, gatewayDisplayName: "gatewayDisplayName_example", gatewayName: "gatewayName_example", lineItems: [paymentLineItem(amountReference: "amountReference_example", description: "description_example", itemCode: "itemCode_example", name: "name_example")], paymentOption: "paymentOption_example", paymentSourceId: "paymentSourceId_example", status: "status_example", total: money(amountInBaseUnit: "amountInBaseUnit_example", currency: "currency_example", displayAmount: "displayAmount_example")), recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, roundDecimalPlaces: "roundDecimalPlaces_example", roundDecimalPlacesMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], fullNameTabs: [fullName(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], initialHereTabs: [initialHere(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, `optional`: "`optional`_example", optionalMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], lastNameTabs: [lastName(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], listTabs: [list(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, listItems: [listItem(selected: "selected_example", selectedMetadata: nil, text: "text_example", textMetadata: nil, value: "value_example", valueMetadata: nil)], listSelectedValue: "listSelectedValue_example", listSelectedValueMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], notarizeTabs: [notarize(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], notarySealTabs: [notarySeal(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], noteTabs: [note(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], numberTabs: [123], phoneNumberTabs: [phoneNumber(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], polyLineOverlayTabs: [polyLineOverlay(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, graphicsContext: graphicsContext(fillColor: "fillColor_example", lineColor: "lineColor_example", lineWeight: "lineWeight_example"), height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", overlayType: "overlayType_example", overlayTypeMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, polyLines: [polyLine(x1: "x1_example", x2: "x2_example", y1: "y1_example", y2: "y2_example")], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], radioGroupTabs: [radioGroup(conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, groupName: "groupName_example", groupNameMetadata: nil, radios: [radio(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, italic: "italic_example", italicMetadata: nil, locked: "locked_example", lockedMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, selected: "selected_example", selectedMetadata: nil, status: "status_example", statusMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, shared: "shared_example", sharedMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", tooltipMetadata: nil)], signerAttachmentTabs: [signerAttachment(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, `optional`: "`optional`_example", optionalMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], signHereTabs: [signHere(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, isSealSignTab: "isSealSignTab_example", mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, `optional`: "`optional`_example", optionalMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, scaleValue: "scaleValue_example", scaleValueMetadata: nil, smartContractInformation: nil, stamp: stamp(adoptedDateTime: "adoptedDateTime_example", createdDateTime: "createdDateTime_example", customField: "customField_example", dateStampProperties: dateStampProperties(dateAreaHeight: "dateAreaHeight_example", dateAreaWidth: "dateAreaWidth_example", dateAreaX: "dateAreaX_example", dateAreaY: "dateAreaY_example"), disallowUserResizeStamp: "disallowUserResizeStamp_example", errorDetails: nil, externalID: "externalID_example", imageBase64: "imageBase64_example", imageType: "imageType_example", lastModifiedDateTime: "lastModifiedDateTime_example", phoneticName: "phoneticName_example", signatureName: "signatureName_example", stampFormat: "stampFormat_example", stampImageUri: "stampImageUri_example", stampSizeMM: "stampSizeMM_example", status: "status_example"), stampType: "stampType_example", stampTypeMetadata: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], smartSectionTabs: [smartSection(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, caseSensitive: false, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, displaySettings: smartSectionDisplaySettings(cellStyle: "cellStyle_example", collapsibleSettings: smartSectionCollapsibleDisplaySettings(arrowClosed: "arrowClosed_example", arrowColor: "arrowColor_example", arrowLocation: "arrowLocation_example", arrowOpen: "arrowOpen_example", arrowSize: "arrowSize_example", arrowStyle: "arrowStyle_example", containerStyle: "containerStyle_example", labelStyle: "labelStyle_example", onlyArrowIsClickable: false, outerLabelAndArrowStyle: "outerLabelAndArrowStyle_example"), display: "display_example", displayLabel: "displayLabel_example", displayOrder: 123, displayPageNumber: 123, hideLabelWhenOpened: false, inlineOuterStyle: "inlineOuterStyle_example", labelWhenOpened: "labelWhenOpened_example", preLabel: "preLabel_example", scrollToTopWhenOpened: false, tableStyle: "tableStyle_example"), documentId: "documentId_example", documentIdMetadata: nil, endAnchor: "endAnchor_example", endPosition: smartSectionAnchorPosition(pageNumber: 123, xPosition: 123, yPosition: 123), errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, locked: "locked_example", lockedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", overlayType: "overlayType_example", overlayTypeMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, removeEndAnchor: false, removeStartAnchor: false, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, startAnchor: "startAnchor_example", startPosition: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], ssnTabs: [ssn(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], tabGroups: [tabGroup(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, groupLabel: "groupLabel_example", groupLabelMetadata: nil, groupRule: "groupRule_example", groupRuleMetadata: nil, height: "height_example", heightMetadata: nil, maximumAllowed: "maximumAllowed_example", maximumAllowedMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", minimumRequired: "minimumRequired_example", minimumRequiredMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabScope: "tabScope_example", tabScopeMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], textTabs: [text(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, formula: "formula_example", formulaMetadata: nil, height: "height_example", heightMetadata: nil, isPaymentAmount: "isPaymentAmount_example", isPaymentAmountMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], titleTabs: [title(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], viewTabs: [view(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, buttonText: "buttonText_example", buttonTextMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requiredRead: "requiredRead_example", smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)], zipTabs: [zip(anchorAllowWhiteSpaceInCharacters: "anchorAllowWhiteSpaceInCharacters_example", anchorAllowWhiteSpaceInCharactersMetadata: nil, anchorCaseSensitive: "anchorCaseSensitive_example", anchorCaseSensitiveMetadata: nil, anchorHorizontalAlignment: "anchorHorizontalAlignment_example", anchorHorizontalAlignmentMetadata: nil, anchorIgnoreIfNotPresent: "anchorIgnoreIfNotPresent_example", anchorIgnoreIfNotPresentMetadata: nil, anchorMatchWholeWord: "anchorMatchWholeWord_example", anchorMatchWholeWordMetadata: nil, anchorString: "anchorString_example", anchorStringMetadata: nil, anchorTabProcessorVersion: "anchorTabProcessorVersion_example", anchorTabProcessorVersionMetadata: nil, anchorUnits: "anchorUnits_example", anchorUnitsMetadata: nil, anchorXOffset: "anchorXOffset_example", anchorXOffsetMetadata: nil, anchorYOffset: "anchorYOffset_example", anchorYOffsetMetadata: nil, bold: "bold_example", boldMetadata: nil, concealValueOnDocument: "concealValueOnDocument_example", concealValueOnDocumentMetadata: nil, conditionalParentLabel: "conditionalParentLabel_example", conditionalParentLabelMetadata: nil, conditionalParentValue: "conditionalParentValue_example", conditionalParentValueMetadata: nil, customTabId: "customTabId_example", customTabIdMetadata: nil, disableAutoSize: "disableAutoSize_example", disableAutoSizeMetadata: nil, documentId: "documentId_example", documentIdMetadata: nil, errorDetails: nil, font: "font_example", fontColor: "fontColor_example", fontColorMetadata: nil, fontMetadata: nil, fontSize: "fontSize_example", fontSizeMetadata: nil, formOrder: "formOrder_example", formOrderMetadata: nil, formPageLabel: "formPageLabel_example", formPageLabelMetadata: nil, formPageNumber: "formPageNumber_example", formPageNumberMetadata: nil, height: "height_example", heightMetadata: nil, italic: "italic_example", italicMetadata: nil, localePolicy: nil, locked: "locked_example", lockedMetadata: nil, maxLength: "maxLength_example", maxLengthMetadata: nil, mergeField: nil, mergeFieldXml: "mergeFieldXml_example", name: "name_example", nameMetadata: nil, originalValue: "originalValue_example", originalValueMetadata: nil, pageNumber: "pageNumber_example", pageNumberMetadata: nil, recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientIdGuidMetadata: nil, recipientIdMetadata: nil, requireAll: "requireAll_example", requireAllMetadata: nil, `required`: "`required`_example", requiredMetadata: nil, requireInitialOnSharedChange: "requireInitialOnSharedChange_example", requireInitialOnSharedChangeMetadata: nil, senderRequired: "senderRequired_example", senderRequiredMetadata: nil, shared: "shared_example", sharedMetadata: nil, smartContractInformation: nil, status: "status_example", statusMetadata: nil, tabGroupLabels: ["tabGroupLabels_example"], tabGroupLabelsMetadata: nil, tabId: "tabId_example", tabIdMetadata: nil, tabLabel: "tabLabel_example", tabLabelMetadata: nil, tabOrder: "tabOrder_example", tabOrderMetadata: nil, tabType: "tabType_example", tabTypeMetadata: nil, templateLocked: "templateLocked_example", templateLockedMetadata: nil, templateRequired: "templateRequired_example", templateRequiredMetadata: nil, tooltip: "tooltip_example", toolTipMetadata: nil, underline: "underline_example", underlineMetadata: nil, useDash4: "useDash4_example", useDash4Metadata: nil, validationMessage: "validationMessage_example", validationMessageMetadata: nil, validationPattern: "validationPattern_example", validationPatternMetadata: nil, value: "value_example", valueMetadata: nil, width: "width_example", widthMetadata: nil, xPosition: "xPosition_example", xPositionMetadata: nil, yPosition: "yPosition_example", yPositionMetadata: nil)]) // TemplateTabs | (optional) TemplateDocumentTabsAPI.tabsPutTemplateDocumentTabs(accountId: accountId, documentId: documentId, templateId: templateId, templateTabs: templateTabs).whenComplete { result in switch result { case .failure(let error): // process error case .success(let response): switch response { // process decoded response value or raw ClientResponse case .http200(let value, let raw): case .http400(let value, let raw): case .http0(let value, let raw): } } } ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **accountId** | **String** | The external account number (int) or account ID GUID. | **documentId** | **String** | The `documentId` is set by the API client. It is an integer that falls between `1` and 2,147,483,647. The value is encoded as a string without commas. The values `1`, `2`, `3`, and so on are typically used to identify the first few documents in an envelope. Tab definitions include a `documentId` property that specifies the document on which to place the tab. | **templateId** | **String** | The id of the template. | **templateTabs** | [**TemplateTabs**](TemplateTabs.md) | | [optional] ### Return type #### TabsPutTemplateDocumentTabs ```swift public enum TabsPutTemplateDocumentTabs { case http200(value: Tabs?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: Tabs?, raw: ClientResponse) } ``` ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json, application/xml - **Accept**: */* [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)