# TemplateDocumentsAPI All URIs are relative to *https://www.docusign.net/restapi* Method | HTTP request | Description ------------- | ------------- | ------------- [**documentsDeleteTemplateDocuments**](TemplateDocumentsAPI.md#documentsdeletetemplatedocuments) | **DELETE** /v2.1/accounts/{accountId}/templates/{templateId}/documents | Deletes documents from a template. [**documentsGetTemplateDocument**](TemplateDocumentsAPI.md#documentsgettemplatedocument) | **GET** /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId} | Gets PDF documents from a template. [**documentsGetTemplateDocuments**](TemplateDocumentsAPI.md#documentsgettemplatedocuments) | **GET** /v2.1/accounts/{accountId}/templates/{templateId}/documents | Gets a list of documents associated with a template. [**documentsPutTemplateDocument**](TemplateDocumentsAPI.md#documentsputtemplatedocument) | **PUT** /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId} | Updates a template document. [**documentsPutTemplateDocuments**](TemplateDocumentsAPI.md#documentsputtemplatedocuments) | **PUT** /v2.1/accounts/{accountId}/templates/{templateId}/documents | Adds documents to a template document. # **documentsDeleteTemplateDocuments** ```swift open class func documentsDeleteTemplateDocuments(accountId: String, templateId: String, envelopeDefinition: EnvelopeDefinition? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Deletes documents from a template. This method deletes one or more documents from an existing template. To delete a document, use only the relevant parts of the [`envelopeDefinition`](#envelopeDefinition). For example, this request body specifies that you want to delete the document whose `documentId` is \"1\". ```text { \"documents\": [ { \"documentId\": \"1\" } ] } ``` ### 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 templateId = "templateId_example" // String | The id of the template. let envelopeDefinition = envelopeDefinition(accessControlListBase64: "accessControlListBase64_example", accessibility: "accessibility_example", allowComments: "allowComments_example", allowMarkup: "allowMarkup_example", allowReassign: "allowReassign_example", allowRecipientRecursion: "allowRecipientRecursion_example", allowViewHistory: "allowViewHistory_example", anySigner: "anySigner_example", asynchronous: "asynchronous_example", attachments: [attachment(accessControl: "accessControl_example", attachmentId: "attachmentId_example", attachmentType: "attachmentType_example", data: "data_example", label: "label_example", name: "name_example", remoteUrl: "remoteUrl_example")], attachmentsUri: "attachmentsUri_example", authoritativeCopy: "authoritativeCopy_example", authoritativeCopyDefault: "authoritativeCopyDefault_example", autoNavigation: "autoNavigation_example", brandId: "brandId_example", brandLock: "brandLock_example", certificateUri: "certificateUri_example", completedDateTime: "completedDateTime_example", compositeTemplates: [compositeTemplate(compositeTemplateId: "compositeTemplateId_example", document: document(applyAnchorTabs: "applyAnchorTabs_example", display: "display_example", documentBase64: "documentBase64_example", documentFields: [nameValue(errorDetails: errorDetails(errorCode: "errorCode_example", message: "message_example"), name: "name_example", originalValue: "originalValue_example", value: "value_example")], documentId: "documentId_example", encryptedWithKeyManager: "encryptedWithKeyManager_example", fileExtension: "fileExtension_example", fileFormatHint: "fileFormatHint_example", htmlDefinition: documentHtmlDefinition(displayAnchorPrefix: "displayAnchorPrefix_example", displayAnchors: [documentHtmlDisplayAnchor(caseSensitive: false, displaySettings: documentHtmlDisplaySettings(cellStyle: "cellStyle_example", collapsibleSettings: documentHtmlCollapsibleDisplaySettings(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"), endAnchor: "endAnchor_example", removeEndAnchor: false, removeStartAnchor: false, startAnchor: "startAnchor_example")], displayOrder: "displayOrder_example", displayPageNumber: "displayPageNumber_example", documentGuid: "documentGuid_example", documentId: "documentId_example", headerLabel: "headerLabel_example", maxScreenWidth: "maxScreenWidth_example", removeEmptyTags: "removeEmptyTags_example", showMobileOptimizedToggle: "showMobileOptimizedToggle_example", source: "source_example"), includeInDownload: "includeInDownload_example", matchBoxes: [matchBox(height: "height_example", pageNumber: "pageNumber_example", width: "width_example", xPosition: "xPosition_example", yPosition: "yPosition_example")], name: "name_example", order: "order_example", pages: "pages_example", password: "password_example", pdfFormFieldOption: "pdfFormFieldOption_example", remoteUrl: "remoteUrl_example", signerMustAcknowledge: "signerMustAcknowledge_example", signerMustAcknowledgeUseAccountDefault: false, tabs: EnvelopeRecipientTabs(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: 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: 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)]), templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", transformPdfFields: "transformPdfFields_example", uri: "uri_example"), inlineTemplates: [inlineTemplate(customFields: AccountCustomFields(listCustomFields: [listCustomField(configurationType: "configurationType_example", errorDetails: nil, fieldId: "fieldId_example", listItems: ["listItems_example"], name: "name_example", `required`: "`required`_example", show: "show_example", value: "value_example")], textCustomFields: [textCustomField(configurationType: "configurationType_example", errorDetails: nil, fieldId: "fieldId_example", name: "name_example", `required`: "`required`_example", show: "show_example", value: "value_example")]), documents: [nil], envelope: envelope(accessControlListBase64: "accessControlListBase64_example", allowComments: "allowComments_example", allowMarkup: "allowMarkup_example", allowReassign: "allowReassign_example", allowViewHistory: "allowViewHistory_example", anySigner: "anySigner_example", asynchronous: "asynchronous_example", attachmentsUri: "attachmentsUri_example", authoritativeCopy: "authoritativeCopy_example", authoritativeCopyDefault: "authoritativeCopyDefault_example", autoNavigation: "autoNavigation_example", brandId: "brandId_example", brandLock: "brandLock_example", certificateUri: "certificateUri_example", completedDateTime: "completedDateTime_example", copyRecipientData: "copyRecipientData_example", createdDateTime: "createdDateTime_example", customFields: nil, customFieldsUri: "customFieldsUri_example", declinedDateTime: "declinedDateTime_example", deletedDateTime: "deletedDateTime_example", deliveredDateTime: "deliveredDateTime_example", disableResponsiveDocument: "disableResponsiveDocument_example", documentsCombinedUri: "documentsCombinedUri_example", documentsUri: "documentsUri_example", emailBlurb: "emailBlurb_example", emailSettings: emailSettings(bccEmailAddresses: [bccEmailAddress(bccEmailAddressId: "bccEmailAddressId_example", email: "email_example")], replyEmailAddressOverride: "replyEmailAddressOverride_example", replyEmailNameOverride: "replyEmailNameOverride_example"), emailSubject: "emailSubject_example", enableWetSign: "enableWetSign_example", enforceSignerVisibility: "enforceSignerVisibility_example", envelopeAttachments: [nil], envelopeDocuments: [envelopeDocument(addedRecipientIds: ["addedRecipientIds_example"], attachmentTabId: "attachmentTabId_example", authoritativeCopy: "authoritativeCopy_example", authoritativeCopyMetadata: nil, availableDocumentTypes: [signatureType(isDefault: "isDefault_example", type: "type_example")], containsPdfFormFields: "containsPdfFormFields_example", display: "display_example", displayMetadata: nil, documentFields: [nil], documentId: "documentId_example", documentIdGuid: "documentIdGuid_example", errorDetails: nil, includeInDownload: "includeInDownload_example", includeInDownloadMetadata: nil, name: "name_example", nameMetadata: nil, order: "order_example", pages: [page(dpi: "dpi_example", errorDetails: nil, height: "height_example", imageBytes: "imageBytes_example", mimeType: "mimeType_example", pageId: "pageId_example", sequence: "sequence_example", width: "width_example")], signerMustAcknowledge: "signerMustAcknowledge_example", signerMustAcknowledgeMetadata: nil, sizeBytes: "sizeBytes_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", type: "type_example", uri: "uri_example")], envelopeId: "envelopeId_example", envelopeIdStamping: "envelopeIdStamping_example", envelopeLocation: "envelopeLocation_example", envelopeMetadata: envelopeMetadata(allowAdvancedCorrect: "allowAdvancedCorrect_example", allowCorrect: "allowCorrect_example", enableSignWithNotary: "enableSignWithNotary_example"), envelopeUri: "envelopeUri_example", expireAfter: "expireAfter_example", expireDateTime: "expireDateTime_example", expireEnabled: "expireEnabled_example", externalEnvelopeId: "externalEnvelopeId_example", folders: [folder(errorDetails: nil, filter: filter(actionRequired: "actionRequired_example", expires: "expires_example", folderIds: "folderIds_example", fromDateTime: "fromDateTime_example", isTemplate: "isTemplate_example", order: "order_example", orderBy: "orderBy_example", searchTarget: "searchTarget_example", searchText: "searchText_example", status: "status_example", toDateTime: "toDateTime_example"), folderId: "folderId_example", folderItems: [folderItem_v2(completedDateTime: "completedDateTime_example", createdDateTime: "createdDateTime_example", envelopeId: "envelopeId_example", envelopeUri: "envelopeUri_example", expireDateTime: "expireDateTime_example", folderId: "folderId_example", folderUri: "folderUri_example", is21CFRPart11: "is21CFRPart11_example", ownerName: "ownerName_example", recipients: EnvelopeRecipients(agents: [agent(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [recipientAdditionalNotification(phoneNumber: recipientPhoneNumber(countryCode: "countryCode_example", countryCodeMetadata: nil, number: "number_example", numberMetadata: nil), secondaryDeliveryMethod: "secondaryDeliveryMethod_example", secondaryDeliveryMethodMetadata: nil, secondaryDeliveryStatus: "secondaryDeliveryStatus_example")], allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [documentVisibility(documentId: "documentId_example", errorDetails: nil, recipientId: "recipientId_example", rights: "rights_example", visible: "visible_example")], email: "email_example", emailMetadata: nil, emailNotification: recipientEmailNotification(emailBody: "emailBody_example", emailBodyMetadata: nil, emailSubject: "emailSubject_example", emailSubjectMetadata: nil, supportedLanguage: "supportedLanguage_example", supportedLanguageMetadata: nil), embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: idCheckInformationInput(addressInformationInput: addressInformationInput(addressInformation: addressInformation(address1: "address1_example", address2: "address2_example", city: "city_example", country: "country_example", fax: "fax_example", phone: "phone_example", postalCode: "postalCode_example", stateOrProvince: "stateOrProvince_example", zipPlus4: "zipPlus4_example"), displayLevelCode: "displayLevelCode_example", receiveInResponse: "receiveInResponse_example"), dobInformationInput: dobInformationInput(dateOfBirth: "dateOfBirth_example", displayLevelCode: "displayLevelCode_example", receiveInResponse: "receiveInResponse_example"), ssn4InformationInput: ssn4InformationInput(displayLevelCode: "displayLevelCode_example", receiveInResponse: "receiveInResponse_example", ssn4: "ssn4_example"), ssn9InformationInput: ssn9InformationInput(displayLevelCode: "displayLevelCode_example", ssn9: "ssn9_example")), identityVerification: recipientIdentityVerification(inputOptions: [recipientIdentityInputOption(name: "name_example", phoneNumberList: [recipientIdentityPhoneNumber(countryCode: "countryCode_example", `extension`: "`extension`_example", number: "number_example")], valueType: "valueType_example")], workflowId: "workflowId_example"), inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: recipientPhoneAuthentication(recipMayProvideNumber: "recipMayProvideNumber_example", recipMayProvideNumberMetadata: nil, recordVoicePrint: "recordVoicePrint_example", recordVoicePrintMetadata: nil, senderProvidedNumbers: ["senderProvidedNumbers_example"], senderProvidedNumbersMetadata: nil, validateRecipProvidedNumber: "validateRecipProvidedNumber_example", validateRecipProvidedNumberMetadata: nil), recipientAttachments: [recipientAttachment(attachmentId: "attachmentId_example", attachmentType: "attachmentType_example", data: "data_example", label: "label_example", name: "name_example", remoteUrl: "remoteUrl_example")], recipientAuthenticationStatus: authenticationStatus(accessCodeResult: eventResult(eventTimestamp: "eventTimestamp_example", failureDescription: "failureDescription_example", status: "status_example", vendorFailureStatusCode: "vendorFailureStatusCode_example"), ageVerifyResult: nil, anySocialIDResult: nil, facebookResult: nil, googleResult: nil, identityVerificationResult: nil, idLookupResult: nil, idQuestionsResult: nil, linkedinResult: nil, liveIDResult: nil, ofacResult: nil, openIDResult: nil, phoneAuthResult: nil, salesforceResult: nil, signatureProviderResult: nil, smsAuthResult: nil, sTANPinResult: nil, twitterResult: nil, yahooResult: nil), recipientFeatureMetadata: [featureAvailableMetadata(availabilty: "availabilty_example", featureName: "featureName_example")], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [userInfo(accountId: "accountId_example", accountName: "accountName_example", activationAccessCode: "activationAccessCode_example", email: "email_example", errorDetails: nil, loginStatus: "loginStatus_example", membershipId: "membershipId_example", sendActivationEmail: "sendActivationEmail_example", uri: "uri_example", userId: "userId_example", userName: "userName_example", userStatus: "userStatus_example", userType: "userType_example")], smsAuthentication: recipientSMSAuthentication(senderProvidedNumbers: ["senderProvidedNumbers_example"], senderProvidedNumbersMetadata: nil), socialAuthentications: [socialAuthentication(authentication: "authentication_example")], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], carbonCopies: [carbonCopy(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, proofFile: recipientProofFile(isInProofFile: "isInProofFile_example"), recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], certifiedDeliveries: [certifiedDelivery(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], currentRoutingOrder: "currentRoutingOrder_example", editors: [editor(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], errorDetails: nil, inPersonSigners: [inPersonSigner(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, hostEmail: "hostEmail_example", hostEmailMetadata: nil, hostName: "hostName_example", hostNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", inPersonSigningType: "inPersonSigningType_example", inPersonSigningTypeMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryHost: notaryHost(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, faxNumber: "faxNumber_example", faxNumberMetadata: nil, hostRecipientId: "hostRecipientId_example", idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example"), notaryId: "notaryId_example", note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [recipientSignatureProvider(sealDocumentsWithTabsOnly: "sealDocumentsWithTabsOnly_example", sealName: "sealName_example", signatureProviderName: "signatureProviderName_example", signatureProviderNameMetadata: nil, signatureProviderOptions: recipientSignatureProviderOptions(cpfNumber: "cpfNumber_example", cpfNumberMetadata: nil, oneTimePassword: "oneTimePassword_example", oneTimePasswordMetadata: nil, signerRole: "signerRole_example", signerRoleMetadata: nil, sms: "sms_example", smsMetadata: nil))], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: recipientSignatureInformation(fontStyle: "fontStyle_example", signatureInitials: "signatureInitials_example", signatureName: "signatureName_example"), signedDateTime: "signedDateTime_example", signerEmail: "signerEmail_example", signerEmailMetadata: nil, signerFirstName: "signerFirstName_example", signerFirstNameMetadata: nil, signerLastName: "signerLastName_example", signerLastNameMetadata: nil, signerName: "signerName_example", signerNameMetadata: nil, signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], intermediaries: [intermediary(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], notaries: [notaryRecipient(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", bulkRecipientsUri: "bulkRecipientsUri_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", isBulkRecipient: "isBulkRecipient_example", isBulkRecipientMetadata: nil, lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryId: "notaryId_example", notarySigners: ["notarySigners_example"], notaryType: "notaryType_example", note: "note_example", noteMetadata: nil, offlineAttributes: "TODO", phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: nil, signedDateTime: "signedDateTime_example", signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], recipientCount: "recipientCount_example", seals: [sealSign(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, faxNumber: "faxNumber_example", faxNumberMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], signers: [signer(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", bulkRecipientsUri: "bulkRecipientsUri_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", isBulkRecipient: "isBulkRecipient_example", isBulkRecipientMetadata: nil, lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryId: "notaryId_example", note: "note_example", noteMetadata: nil, phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: nil, signedDateTime: "signedDateTime_example", signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], witnesses: [witness(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", bulkRecipientsUri: "bulkRecipientsUri_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", isBulkRecipient: "isBulkRecipient_example", isBulkRecipientMetadata: nil, lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryId: "notaryId_example", note: "note_example", noteMetadata: nil, offlineAttributes: "TODO", phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: nil, signedDateTime: "signedDateTime_example", signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example", witnessFor: "witnessFor_example", witnessForGuid: "witnessForGuid_example")]), recipientsUri: "recipientsUri_example", senderCompany: "senderCompany_example", senderEmail: "senderEmail_example", senderName: "senderName_example", senderUserId: "senderUserId_example", sentDateTime: "sentDateTime_example", status: "status_example", subject: "subject_example", templateId: "templateId_example", templateUri: "templateUri_example")], folders: [nil], hasAccess: "hasAccess_example", hasSubFolders: "hasSubFolders_example", itemCount: "itemCount_example", name: "name_example", owner: nil, parentFolderId: "parentFolderId_example", parentFolderUri: "parentFolderUri_example", subFolderCount: "subFolderCount_example", type: "type_example", uri: "uri_example")], hasComments: "hasComments_example", hasFormDataChanged: "hasFormDataChanged_example", hasWavFile: "hasWavFile_example", holder: "holder_example", initialSentDateTime: "initialSentDateTime_example", is21CFRPart11: "is21CFRPart11_example", isDynamicEnvelope: "isDynamicEnvelope_example", isSignatureProviderEnvelope: "isSignatureProviderEnvelope_example", lastModifiedDateTime: "lastModifiedDateTime_example", location: "location_example", lockInformation: EnvelopeLocks(errorDetails: nil, lockDurationInSeconds: "lockDurationInSeconds_example", lockedByApp: "lockedByApp_example", lockedByUser: nil, lockedUntilDateTime: "lockedUntilDateTime_example", lockToken: "lockToken_example", lockType: "lockType_example", useScratchPad: "useScratchPad_example"), messageLock: "messageLock_example", notification: notification(expirations: expirations(expireAfter: "expireAfter_example", expireEnabled: "expireEnabled_example", expireWarn: "expireWarn_example"), reminders: reminders(reminderDelay: "reminderDelay_example", reminderEnabled: "reminderEnabled_example", reminderFrequency: "reminderFrequency_example"), useAccountDefaults: "useAccountDefaults_example"), notificationUri: "notificationUri_example", powerForm: powerForm(createdBy: "createdBy_example", createdDateTime: "createdDateTime_example", emailBody: "emailBody_example", emailSubject: "emailSubject_example", envelopes: [nil], errorDetails: nil, instructions: "instructions_example", isActive: "isActive_example", lastUsed: "lastUsed_example", limitUseInterval: "limitUseInterval_example", limitUseIntervalEnabled: "limitUseIntervalEnabled_example", limitUseIntervalUnits: "limitUseIntervalUnits_example", maxUseEnabled: "maxUseEnabled_example", name: "name_example", powerFormId: "powerFormId_example", powerFormUrl: "powerFormUrl_example", recipients: [powerFormRecipient(accessCode: "accessCode_example", accessCodeLocked: "accessCodeLocked_example", accessCodeRequired: "accessCodeRequired_example", email: "email_example", emailLocked: "emailLocked_example", idCheckConfigurationName: "idCheckConfigurationName_example", idCheckRequired: "idCheckRequired_example", name: "name_example", recipientType: "recipientType_example", roleName: "roleName_example", routingOrder: "routingOrder_example", templateRequiresIdLookup: "templateRequiresIdLookup_example", userNameLocked: "userNameLocked_example")], senderName: "senderName_example", senderUserId: "senderUserId_example", signingMode: "signingMode_example", templateId: "templateId_example", templateName: "templateName_example", timesUsed: "timesUsed_example", uri: "uri_example", usesRemaining: "usesRemaining_example"), purgeCompletedDate: "purgeCompletedDate_example", purgeRequestDate: "purgeRequestDate_example", purgeState: "purgeState_example", recipients: nil, recipientsLock: "recipientsLock_example", recipientsUri: "recipientsUri_example", sender: nil, sentDateTime: "sentDateTime_example", signerCanSignOnMobile: "signerCanSignOnMobile_example", signingLocation: "signingLocation_example", status: "status_example", statusChangedDateTime: "statusChangedDateTime_example", statusDateTime: "statusDateTime_example", templatesUri: "templatesUri_example", transactionId: "transactionId_example", useDisclosure: "useDisclosure_example", voidedDateTime: "voidedDateTime_example", voidedReason: "voidedReason_example", workflow: workflow(currentWorkflowStepId: "currentWorkflowStepId_example", workflowStatus: "workflowStatus_example", workflowSteps: [workflowStep(action: "action_example", completedDate: "completedDate_example", itemId: "itemId_example", recipientRouting: recipientRouting(rules: recipientRules(conditionalRecipients: [conditionalRecipientRule(conditions: [conditionalRecipientRuleCondition(filters: [conditionalRecipientRuleFilter(`operator`: "`operator`_example", recipientId: "recipientId_example", scope: "scope_example", tabId: "tabId_example", tabLabel: "tabLabel_example", value: "value_example")], order: "order_example", recipientLabel: "recipientLabel_example")], order: "order_example", recipientGroup: recipientGroup(groupMessage: "groupMessage_example", groupName: "groupName_example", recipients: [recipientOption(email: "email_example", name: "name_example", recipientLabel: "recipientLabel_example", roleName: "roleName_example", signingGroupId: "signingGroupId_example")]), recipientId: "recipientId_example")])), status: "status_example", triggeredDate: "triggeredDate_example", triggerOnItem: "triggerOnItem_example", workflowStepId: "workflowStepId_example")])), recipients: nil, sequence: "sequence_example")], pdfMetaDataTemplateSequence: "pdfMetaDataTemplateSequence_example", serverTemplates: [serverTemplate(sequence: "sequence_example", templateId: "templateId_example")])], copyRecipientData: "copyRecipientData_example", createdDateTime: "createdDateTime_example", customFields: nil, customFieldsUri: "customFieldsUri_example", declinedDateTime: "declinedDateTime_example", deletedDateTime: "deletedDateTime_example", deliveredDateTime: "deliveredDateTime_example", disableResponsiveDocument: "disableResponsiveDocument_example", documents: [nil], documentsCombinedUri: "documentsCombinedUri_example", documentsUri: "documentsUri_example", emailBlurb: "emailBlurb_example", emailSettings: nil, emailSubject: "emailSubject_example", enableWetSign: "enableWetSign_example", enforceSignerVisibility: "enforceSignerVisibility_example", envelopeAttachments: [nil], envelopeDocuments: [nil], envelopeId: "envelopeId_example", envelopeIdStamping: "envelopeIdStamping_example", envelopeLocation: "envelopeLocation_example", envelopeMetadata: nil, envelopeUri: "envelopeUri_example", eventNotification: eventNotification(envelopeEvents: [envelopeEvent(envelopeEventStatusCode: "envelopeEventStatusCode_example", includeDocuments: "includeDocuments_example")], eventData: connectEventData(format: "format_example", includeData: ["includeData_example"], version: "version_example"), includeCertificateOfCompletion: "includeCertificateOfCompletion_example", includeCertificateWithSoap: "includeCertificateWithSoap_example", includeDocumentFields: "includeDocumentFields_example", includeDocuments: "includeDocuments_example", includeEnvelopeVoidReason: "includeEnvelopeVoidReason_example", includeHMAC: "includeHMAC_example", includeSenderAccountAsCustomField: "includeSenderAccountAsCustomField_example", includeTimeZone: "includeTimeZone_example", loggingEnabled: "loggingEnabled_example", recipientEvents: [recipientEvent(includeDocuments: "includeDocuments_example", recipientEventStatusCode: "recipientEventStatusCode_example")], requireAcknowledgment: "requireAcknowledgment_example", signMessageWithX509Cert: "signMessageWithX509Cert_example", soapNameSpace: "soapNameSpace_example", url: "url_example", useSoapInterface: "useSoapInterface_example"), eventNotifications: [nil], expireAfter: "expireAfter_example", expireDateTime: "expireDateTime_example", expireEnabled: "expireEnabled_example", externalEnvelopeId: "externalEnvelopeId_example", folders: [nil], hasComments: "hasComments_example", hasFormDataChanged: "hasFormDataChanged_example", hasWavFile: "hasWavFile_example", holder: "holder_example", initialSentDateTime: "initialSentDateTime_example", is21CFRPart11: "is21CFRPart11_example", isDynamicEnvelope: "isDynamicEnvelope_example", isSignatureProviderEnvelope: "isSignatureProviderEnvelope_example", lastModifiedDateTime: "lastModifiedDateTime_example", location: "location_example", lockInformation: nil, messageLock: "messageLock_example", notification: nil, notificationUri: "notificationUri_example", password: "password_example", powerForm: nil, purgeCompletedDate: "purgeCompletedDate_example", purgeRequestDate: "purgeRequestDate_example", purgeState: "purgeState_example", recipients: nil, recipientsLock: "recipientsLock_example", recipientsUri: "recipientsUri_example", sender: nil, sentDateTime: "sentDateTime_example", signerCanSignOnMobile: "signerCanSignOnMobile_example", signingLocation: "signingLocation_example", status: "status_example", statusChangedDateTime: "statusChangedDateTime_example", statusDateTime: "statusDateTime_example", templateId: "templateId_example", templateRoles: [templateRole(accessCode: "accessCode_example", clientUserId: "clientUserId_example", defaultRecipient: "defaultRecipient_example", email: "email_example", emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", inPersonSignerName: "inPersonSignerName_example", name: "name_example", recipientSignatureProviders: [nil], roleName: "roleName_example", routingOrder: "routingOrder_example", signingGroupId: "signingGroupId_example", tabs: nil)], templatesUri: "templatesUri_example", transactionId: "transactionId_example", useDisclosure: "useDisclosure_example", voidedDateTime: "voidedDateTime_example", voidedReason: "voidedReason_example", workflow: nil) // EnvelopeDefinition | (optional) // Deletes documents from a template. TemplateDocumentsAPI.documentsDeleteTemplateDocuments(accountId: accountId, templateId: templateId, envelopeDefinition: envelopeDefinition).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. | **templateId** | **String** | The id of the template. | **envelopeDefinition** | [**EnvelopeDefinition**](EnvelopeDefinition.md) | | [optional] ### Return type #### DocumentsDeleteTemplateDocuments ```swift public enum DocumentsDeleteTemplateDocuments { case http200(value: TemplateDocumentsResult?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: TemplateDocumentsResult?, 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) # **documentsGetTemplateDocument** ```swift open class func documentsGetTemplateDocument(accountId: String, documentId: String, templateId: String, encrypt: String? = nil, showChanges: String? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Gets PDF documents from a template. This method retrieves one or more PDF documents from the template that you specify. You can specify the ID of the document to retrieve, or pass in the value `combined` to retrieve all documents in the template as a single PDF file. ### 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 encrypt = "encrypt_example" // String | When set to **true**, the PDF bytes returned in the response are encrypted for all the key managers configured on your DocuSign account. You can decrypt the documents by using the Key Manager DecryptDocument API method. For more information about Key Manager, see the DocuSign Security Appliance Installation Guide that your organization received from DocuSign. (optional) let showChanges = "showChanges_example" // String | When set to **true**, any document fields that a recipient changed are highlighted in yellow in the returned PDF document, and optional signatures or initials are outlined in red. (optional) // Gets PDF documents from a template. TemplateDocumentsAPI.documentsGetTemplateDocument(accountId: accountId, documentId: documentId, templateId: templateId, encrypt: encrypt, showChanges: showChanges).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. | **encrypt** | **String** | When set to **true**, the PDF bytes returned in the response are encrypted for all the key managers configured on your DocuSign account. You can decrypt the documents by using the Key Manager DecryptDocument API method. For more information about Key Manager, see the DocuSign Security Appliance Installation Guide that your organization received from DocuSign. | [optional] **showChanges** | **String** | When set to **true**, any document fields that a recipient changed are highlighted in yellow in the returned PDF document, and optional signatures or initials are outlined in red. | [optional] ### Return type #### DocumentsGetTemplateDocument ```swift public enum DocumentsGetTemplateDocument { case http200(value: Data?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: Data?, raw: ClientResponse) } ``` ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/pdf [[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) # **documentsGetTemplateDocuments** ```swift open class func documentsGetTemplateDocuments(accountId: String, templateId: String, includeTabs: String? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Gets a list of documents associated with a template. Retrieves a list of documents associated with the specified template. ### 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 templateId = "templateId_example" // String | The id of the template. let includeTabs = "includeTabs_example" // String | Reserved for DocuSign. (optional) // Gets a list of documents associated with a template. TemplateDocumentsAPI.documentsGetTemplateDocuments(accountId: accountId, templateId: templateId, includeTabs: includeTabs).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. | **templateId** | **String** | The id of the template. | **includeTabs** | **String** | Reserved for DocuSign. | [optional] ### Return type #### DocumentsGetTemplateDocuments ```swift public enum DocumentsGetTemplateDocuments { case http200(value: TemplateDocumentsResult?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: TemplateDocumentsResult?, 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) # **documentsPutTemplateDocument** ```swift open class func documentsPutTemplateDocument(accountId: String, documentId: String, templateId: String, isEnvelopeDefinition: String? = nil, envelopeDefinition: EnvelopeDefinition? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Updates a template document. This methods updates an existing template 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 isEnvelopeDefinition = "isEnvelopeDefinition_example" // String | (optional) let envelopeDefinition = envelopeDefinition(accessControlListBase64: "accessControlListBase64_example", accessibility: "accessibility_example", allowComments: "allowComments_example", allowMarkup: "allowMarkup_example", allowReassign: "allowReassign_example", allowRecipientRecursion: "allowRecipientRecursion_example", allowViewHistory: "allowViewHistory_example", anySigner: "anySigner_example", asynchronous: "asynchronous_example", attachments: [attachment(accessControl: "accessControl_example", attachmentId: "attachmentId_example", attachmentType: "attachmentType_example", data: "data_example", label: "label_example", name: "name_example", remoteUrl: "remoteUrl_example")], attachmentsUri: "attachmentsUri_example", authoritativeCopy: "authoritativeCopy_example", authoritativeCopyDefault: "authoritativeCopyDefault_example", autoNavigation: "autoNavigation_example", brandId: "brandId_example", brandLock: "brandLock_example", certificateUri: "certificateUri_example", completedDateTime: "completedDateTime_example", compositeTemplates: [compositeTemplate(compositeTemplateId: "compositeTemplateId_example", document: document(applyAnchorTabs: "applyAnchorTabs_example", display: "display_example", documentBase64: "documentBase64_example", documentFields: [nameValue(errorDetails: errorDetails(errorCode: "errorCode_example", message: "message_example"), name: "name_example", originalValue: "originalValue_example", value: "value_example")], documentId: "documentId_example", encryptedWithKeyManager: "encryptedWithKeyManager_example", fileExtension: "fileExtension_example", fileFormatHint: "fileFormatHint_example", htmlDefinition: documentHtmlDefinition(displayAnchorPrefix: "displayAnchorPrefix_example", displayAnchors: [documentHtmlDisplayAnchor(caseSensitive: false, displaySettings: documentHtmlDisplaySettings(cellStyle: "cellStyle_example", collapsibleSettings: documentHtmlCollapsibleDisplaySettings(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"), endAnchor: "endAnchor_example", removeEndAnchor: false, removeStartAnchor: false, startAnchor: "startAnchor_example")], displayOrder: "displayOrder_example", displayPageNumber: "displayPageNumber_example", documentGuid: "documentGuid_example", documentId: "documentId_example", headerLabel: "headerLabel_example", maxScreenWidth: "maxScreenWidth_example", removeEmptyTags: "removeEmptyTags_example", showMobileOptimizedToggle: "showMobileOptimizedToggle_example", source: "source_example"), includeInDownload: "includeInDownload_example", matchBoxes: [matchBox(height: "height_example", pageNumber: "pageNumber_example", width: "width_example", xPosition: "xPosition_example", yPosition: "yPosition_example")], name: "name_example", order: "order_example", pages: "pages_example", password: "password_example", pdfFormFieldOption: "pdfFormFieldOption_example", remoteUrl: "remoteUrl_example", signerMustAcknowledge: "signerMustAcknowledge_example", signerMustAcknowledgeUseAccountDefault: false, tabs: EnvelopeRecipientTabs(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: 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: 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)]), templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", transformPdfFields: "transformPdfFields_example", uri: "uri_example"), inlineTemplates: [inlineTemplate(customFields: AccountCustomFields(listCustomFields: [listCustomField(configurationType: "configurationType_example", errorDetails: nil, fieldId: "fieldId_example", listItems: ["listItems_example"], name: "name_example", `required`: "`required`_example", show: "show_example", value: "value_example")], textCustomFields: [textCustomField(configurationType: "configurationType_example", errorDetails: nil, fieldId: "fieldId_example", name: "name_example", `required`: "`required`_example", show: "show_example", value: "value_example")]), documents: [nil], envelope: envelope(accessControlListBase64: "accessControlListBase64_example", allowComments: "allowComments_example", allowMarkup: "allowMarkup_example", allowReassign: "allowReassign_example", allowViewHistory: "allowViewHistory_example", anySigner: "anySigner_example", asynchronous: "asynchronous_example", attachmentsUri: "attachmentsUri_example", authoritativeCopy: "authoritativeCopy_example", authoritativeCopyDefault: "authoritativeCopyDefault_example", autoNavigation: "autoNavigation_example", brandId: "brandId_example", brandLock: "brandLock_example", certificateUri: "certificateUri_example", completedDateTime: "completedDateTime_example", copyRecipientData: "copyRecipientData_example", createdDateTime: "createdDateTime_example", customFields: nil, customFieldsUri: "customFieldsUri_example", declinedDateTime: "declinedDateTime_example", deletedDateTime: "deletedDateTime_example", deliveredDateTime: "deliveredDateTime_example", disableResponsiveDocument: "disableResponsiveDocument_example", documentsCombinedUri: "documentsCombinedUri_example", documentsUri: "documentsUri_example", emailBlurb: "emailBlurb_example", emailSettings: emailSettings(bccEmailAddresses: [bccEmailAddress(bccEmailAddressId: "bccEmailAddressId_example", email: "email_example")], replyEmailAddressOverride: "replyEmailAddressOverride_example", replyEmailNameOverride: "replyEmailNameOverride_example"), emailSubject: "emailSubject_example", enableWetSign: "enableWetSign_example", enforceSignerVisibility: "enforceSignerVisibility_example", envelopeAttachments: [nil], envelopeDocuments: [envelopeDocument(addedRecipientIds: ["addedRecipientIds_example"], attachmentTabId: "attachmentTabId_example", authoritativeCopy: "authoritativeCopy_example", authoritativeCopyMetadata: nil, availableDocumentTypes: [signatureType(isDefault: "isDefault_example", type: "type_example")], containsPdfFormFields: "containsPdfFormFields_example", display: "display_example", displayMetadata: nil, documentFields: [nil], documentId: "documentId_example", documentIdGuid: "documentIdGuid_example", errorDetails: nil, includeInDownload: "includeInDownload_example", includeInDownloadMetadata: nil, name: "name_example", nameMetadata: nil, order: "order_example", pages: [page(dpi: "dpi_example", errorDetails: nil, height: "height_example", imageBytes: "imageBytes_example", mimeType: "mimeType_example", pageId: "pageId_example", sequence: "sequence_example", width: "width_example")], signerMustAcknowledge: "signerMustAcknowledge_example", signerMustAcknowledgeMetadata: nil, sizeBytes: "sizeBytes_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", type: "type_example", uri: "uri_example")], envelopeId: "envelopeId_example", envelopeIdStamping: "envelopeIdStamping_example", envelopeLocation: "envelopeLocation_example", envelopeMetadata: envelopeMetadata(allowAdvancedCorrect: "allowAdvancedCorrect_example", allowCorrect: "allowCorrect_example", enableSignWithNotary: "enableSignWithNotary_example"), envelopeUri: "envelopeUri_example", expireAfter: "expireAfter_example", expireDateTime: "expireDateTime_example", expireEnabled: "expireEnabled_example", externalEnvelopeId: "externalEnvelopeId_example", folders: [folder(errorDetails: nil, filter: filter(actionRequired: "actionRequired_example", expires: "expires_example", folderIds: "folderIds_example", fromDateTime: "fromDateTime_example", isTemplate: "isTemplate_example", order: "order_example", orderBy: "orderBy_example", searchTarget: "searchTarget_example", searchText: "searchText_example", status: "status_example", toDateTime: "toDateTime_example"), folderId: "folderId_example", folderItems: [folderItem_v2(completedDateTime: "completedDateTime_example", createdDateTime: "createdDateTime_example", envelopeId: "envelopeId_example", envelopeUri: "envelopeUri_example", expireDateTime: "expireDateTime_example", folderId: "folderId_example", folderUri: "folderUri_example", is21CFRPart11: "is21CFRPart11_example", ownerName: "ownerName_example", recipients: EnvelopeRecipients(agents: [agent(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [recipientAdditionalNotification(phoneNumber: recipientPhoneNumber(countryCode: "countryCode_example", countryCodeMetadata: nil, number: "number_example", numberMetadata: nil), secondaryDeliveryMethod: "secondaryDeliveryMethod_example", secondaryDeliveryMethodMetadata: nil, secondaryDeliveryStatus: "secondaryDeliveryStatus_example")], allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [documentVisibility(documentId: "documentId_example", errorDetails: nil, recipientId: "recipientId_example", rights: "rights_example", visible: "visible_example")], email: "email_example", emailMetadata: nil, emailNotification: recipientEmailNotification(emailBody: "emailBody_example", emailBodyMetadata: nil, emailSubject: "emailSubject_example", emailSubjectMetadata: nil, supportedLanguage: "supportedLanguage_example", supportedLanguageMetadata: nil), embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: idCheckInformationInput(addressInformationInput: addressInformationInput(addressInformation: addressInformation(address1: "address1_example", address2: "address2_example", city: "city_example", country: "country_example", fax: "fax_example", phone: "phone_example", postalCode: "postalCode_example", stateOrProvince: "stateOrProvince_example", zipPlus4: "zipPlus4_example"), displayLevelCode: "displayLevelCode_example", receiveInResponse: "receiveInResponse_example"), dobInformationInput: dobInformationInput(dateOfBirth: "dateOfBirth_example", displayLevelCode: "displayLevelCode_example", receiveInResponse: "receiveInResponse_example"), ssn4InformationInput: ssn4InformationInput(displayLevelCode: "displayLevelCode_example", receiveInResponse: "receiveInResponse_example", ssn4: "ssn4_example"), ssn9InformationInput: ssn9InformationInput(displayLevelCode: "displayLevelCode_example", ssn9: "ssn9_example")), identityVerification: recipientIdentityVerification(inputOptions: [recipientIdentityInputOption(name: "name_example", phoneNumberList: [recipientIdentityPhoneNumber(countryCode: "countryCode_example", `extension`: "`extension`_example", number: "number_example")], valueType: "valueType_example")], workflowId: "workflowId_example"), inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: recipientPhoneAuthentication(recipMayProvideNumber: "recipMayProvideNumber_example", recipMayProvideNumberMetadata: nil, recordVoicePrint: "recordVoicePrint_example", recordVoicePrintMetadata: nil, senderProvidedNumbers: ["senderProvidedNumbers_example"], senderProvidedNumbersMetadata: nil, validateRecipProvidedNumber: "validateRecipProvidedNumber_example", validateRecipProvidedNumberMetadata: nil), recipientAttachments: [recipientAttachment(attachmentId: "attachmentId_example", attachmentType: "attachmentType_example", data: "data_example", label: "label_example", name: "name_example", remoteUrl: "remoteUrl_example")], recipientAuthenticationStatus: authenticationStatus(accessCodeResult: eventResult(eventTimestamp: "eventTimestamp_example", failureDescription: "failureDescription_example", status: "status_example", vendorFailureStatusCode: "vendorFailureStatusCode_example"), ageVerifyResult: nil, anySocialIDResult: nil, facebookResult: nil, googleResult: nil, identityVerificationResult: nil, idLookupResult: nil, idQuestionsResult: nil, linkedinResult: nil, liveIDResult: nil, ofacResult: nil, openIDResult: nil, phoneAuthResult: nil, salesforceResult: nil, signatureProviderResult: nil, smsAuthResult: nil, sTANPinResult: nil, twitterResult: nil, yahooResult: nil), recipientFeatureMetadata: [featureAvailableMetadata(availabilty: "availabilty_example", featureName: "featureName_example")], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [userInfo(accountId: "accountId_example", accountName: "accountName_example", activationAccessCode: "activationAccessCode_example", email: "email_example", errorDetails: nil, loginStatus: "loginStatus_example", membershipId: "membershipId_example", sendActivationEmail: "sendActivationEmail_example", uri: "uri_example", userId: "userId_example", userName: "userName_example", userStatus: "userStatus_example", userType: "userType_example")], smsAuthentication: recipientSMSAuthentication(senderProvidedNumbers: ["senderProvidedNumbers_example"], senderProvidedNumbersMetadata: nil), socialAuthentications: [socialAuthentication(authentication: "authentication_example")], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], carbonCopies: [carbonCopy(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, proofFile: recipientProofFile(isInProofFile: "isInProofFile_example"), recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], certifiedDeliveries: [certifiedDelivery(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], currentRoutingOrder: "currentRoutingOrder_example", editors: [editor(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], errorDetails: nil, inPersonSigners: [inPersonSigner(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, hostEmail: "hostEmail_example", hostEmailMetadata: nil, hostName: "hostName_example", hostNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", inPersonSigningType: "inPersonSigningType_example", inPersonSigningTypeMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryHost: notaryHost(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, faxNumber: "faxNumber_example", faxNumberMetadata: nil, hostRecipientId: "hostRecipientId_example", idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example"), notaryId: "notaryId_example", note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [recipientSignatureProvider(sealDocumentsWithTabsOnly: "sealDocumentsWithTabsOnly_example", sealName: "sealName_example", signatureProviderName: "signatureProviderName_example", signatureProviderNameMetadata: nil, signatureProviderOptions: recipientSignatureProviderOptions(cpfNumber: "cpfNumber_example", cpfNumberMetadata: nil, oneTimePassword: "oneTimePassword_example", oneTimePasswordMetadata: nil, signerRole: "signerRole_example", signerRoleMetadata: nil, sms: "sms_example", smsMetadata: nil))], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: recipientSignatureInformation(fontStyle: "fontStyle_example", signatureInitials: "signatureInitials_example", signatureName: "signatureName_example"), signedDateTime: "signedDateTime_example", signerEmail: "signerEmail_example", signerEmailMetadata: nil, signerFirstName: "signerFirstName_example", signerFirstNameMetadata: nil, signerLastName: "signerLastName_example", signerLastNameMetadata: nil, signerName: "signerName_example", signerNameMetadata: nil, signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], intermediaries: [intermediary(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], notaries: [notaryRecipient(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", bulkRecipientsUri: "bulkRecipientsUri_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", isBulkRecipient: "isBulkRecipient_example", isBulkRecipientMetadata: nil, lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryId: "notaryId_example", notarySigners: ["notarySigners_example"], notaryType: "notaryType_example", note: "note_example", noteMetadata: nil, offlineAttributes: "TODO", phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: nil, signedDateTime: "signedDateTime_example", signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], recipientCount: "recipientCount_example", seals: [sealSign(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, faxNumber: "faxNumber_example", faxNumberMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], signers: [signer(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", bulkRecipientsUri: "bulkRecipientsUri_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", isBulkRecipient: "isBulkRecipient_example", isBulkRecipientMetadata: nil, lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryId: "notaryId_example", note: "note_example", noteMetadata: nil, phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: nil, signedDateTime: "signedDateTime_example", signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], witnesses: [witness(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", bulkRecipientsUri: "bulkRecipientsUri_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", isBulkRecipient: "isBulkRecipient_example", isBulkRecipientMetadata: nil, lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryId: "notaryId_example", note: "note_example", noteMetadata: nil, offlineAttributes: "TODO", phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: nil, signedDateTime: "signedDateTime_example", signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example", witnessFor: "witnessFor_example", witnessForGuid: "witnessForGuid_example")]), recipientsUri: "recipientsUri_example", senderCompany: "senderCompany_example", senderEmail: "senderEmail_example", senderName: "senderName_example", senderUserId: "senderUserId_example", sentDateTime: "sentDateTime_example", status: "status_example", subject: "subject_example", templateId: "templateId_example", templateUri: "templateUri_example")], folders: [nil], hasAccess: "hasAccess_example", hasSubFolders: "hasSubFolders_example", itemCount: "itemCount_example", name: "name_example", owner: nil, parentFolderId: "parentFolderId_example", parentFolderUri: "parentFolderUri_example", subFolderCount: "subFolderCount_example", type: "type_example", uri: "uri_example")], hasComments: "hasComments_example", hasFormDataChanged: "hasFormDataChanged_example", hasWavFile: "hasWavFile_example", holder: "holder_example", initialSentDateTime: "initialSentDateTime_example", is21CFRPart11: "is21CFRPart11_example", isDynamicEnvelope: "isDynamicEnvelope_example", isSignatureProviderEnvelope: "isSignatureProviderEnvelope_example", lastModifiedDateTime: "lastModifiedDateTime_example", location: "location_example", lockInformation: EnvelopeLocks(errorDetails: nil, lockDurationInSeconds: "lockDurationInSeconds_example", lockedByApp: "lockedByApp_example", lockedByUser: nil, lockedUntilDateTime: "lockedUntilDateTime_example", lockToken: "lockToken_example", lockType: "lockType_example", useScratchPad: "useScratchPad_example"), messageLock: "messageLock_example", notification: notification(expirations: expirations(expireAfter: "expireAfter_example", expireEnabled: "expireEnabled_example", expireWarn: "expireWarn_example"), reminders: reminders(reminderDelay: "reminderDelay_example", reminderEnabled: "reminderEnabled_example", reminderFrequency: "reminderFrequency_example"), useAccountDefaults: "useAccountDefaults_example"), notificationUri: "notificationUri_example", powerForm: powerForm(createdBy: "createdBy_example", createdDateTime: "createdDateTime_example", emailBody: "emailBody_example", emailSubject: "emailSubject_example", envelopes: [nil], errorDetails: nil, instructions: "instructions_example", isActive: "isActive_example", lastUsed: "lastUsed_example", limitUseInterval: "limitUseInterval_example", limitUseIntervalEnabled: "limitUseIntervalEnabled_example", limitUseIntervalUnits: "limitUseIntervalUnits_example", maxUseEnabled: "maxUseEnabled_example", name: "name_example", powerFormId: "powerFormId_example", powerFormUrl: "powerFormUrl_example", recipients: [powerFormRecipient(accessCode: "accessCode_example", accessCodeLocked: "accessCodeLocked_example", accessCodeRequired: "accessCodeRequired_example", email: "email_example", emailLocked: "emailLocked_example", idCheckConfigurationName: "idCheckConfigurationName_example", idCheckRequired: "idCheckRequired_example", name: "name_example", recipientType: "recipientType_example", roleName: "roleName_example", routingOrder: "routingOrder_example", templateRequiresIdLookup: "templateRequiresIdLookup_example", userNameLocked: "userNameLocked_example")], senderName: "senderName_example", senderUserId: "senderUserId_example", signingMode: "signingMode_example", templateId: "templateId_example", templateName: "templateName_example", timesUsed: "timesUsed_example", uri: "uri_example", usesRemaining: "usesRemaining_example"), purgeCompletedDate: "purgeCompletedDate_example", purgeRequestDate: "purgeRequestDate_example", purgeState: "purgeState_example", recipients: nil, recipientsLock: "recipientsLock_example", recipientsUri: "recipientsUri_example", sender: nil, sentDateTime: "sentDateTime_example", signerCanSignOnMobile: "signerCanSignOnMobile_example", signingLocation: "signingLocation_example", status: "status_example", statusChangedDateTime: "statusChangedDateTime_example", statusDateTime: "statusDateTime_example", templatesUri: "templatesUri_example", transactionId: "transactionId_example", useDisclosure: "useDisclosure_example", voidedDateTime: "voidedDateTime_example", voidedReason: "voidedReason_example", workflow: workflow(currentWorkflowStepId: "currentWorkflowStepId_example", workflowStatus: "workflowStatus_example", workflowSteps: [workflowStep(action: "action_example", completedDate: "completedDate_example", itemId: "itemId_example", recipientRouting: recipientRouting(rules: recipientRules(conditionalRecipients: [conditionalRecipientRule(conditions: [conditionalRecipientRuleCondition(filters: [conditionalRecipientRuleFilter(`operator`: "`operator`_example", recipientId: "recipientId_example", scope: "scope_example", tabId: "tabId_example", tabLabel: "tabLabel_example", value: "value_example")], order: "order_example", recipientLabel: "recipientLabel_example")], order: "order_example", recipientGroup: recipientGroup(groupMessage: "groupMessage_example", groupName: "groupName_example", recipients: [recipientOption(email: "email_example", name: "name_example", recipientLabel: "recipientLabel_example", roleName: "roleName_example", signingGroupId: "signingGroupId_example")]), recipientId: "recipientId_example")])), status: "status_example", triggeredDate: "triggeredDate_example", triggerOnItem: "triggerOnItem_example", workflowStepId: "workflowStepId_example")])), recipients: nil, sequence: "sequence_example")], pdfMetaDataTemplateSequence: "pdfMetaDataTemplateSequence_example", serverTemplates: [serverTemplate(sequence: "sequence_example", templateId: "templateId_example")])], copyRecipientData: "copyRecipientData_example", createdDateTime: "createdDateTime_example", customFields: nil, customFieldsUri: "customFieldsUri_example", declinedDateTime: "declinedDateTime_example", deletedDateTime: "deletedDateTime_example", deliveredDateTime: "deliveredDateTime_example", disableResponsiveDocument: "disableResponsiveDocument_example", documents: [nil], documentsCombinedUri: "documentsCombinedUri_example", documentsUri: "documentsUri_example", emailBlurb: "emailBlurb_example", emailSettings: nil, emailSubject: "emailSubject_example", enableWetSign: "enableWetSign_example", enforceSignerVisibility: "enforceSignerVisibility_example", envelopeAttachments: [nil], envelopeDocuments: [nil], envelopeId: "envelopeId_example", envelopeIdStamping: "envelopeIdStamping_example", envelopeLocation: "envelopeLocation_example", envelopeMetadata: nil, envelopeUri: "envelopeUri_example", eventNotification: eventNotification(envelopeEvents: [envelopeEvent(envelopeEventStatusCode: "envelopeEventStatusCode_example", includeDocuments: "includeDocuments_example")], eventData: connectEventData(format: "format_example", includeData: ["includeData_example"], version: "version_example"), includeCertificateOfCompletion: "includeCertificateOfCompletion_example", includeCertificateWithSoap: "includeCertificateWithSoap_example", includeDocumentFields: "includeDocumentFields_example", includeDocuments: "includeDocuments_example", includeEnvelopeVoidReason: "includeEnvelopeVoidReason_example", includeHMAC: "includeHMAC_example", includeSenderAccountAsCustomField: "includeSenderAccountAsCustomField_example", includeTimeZone: "includeTimeZone_example", loggingEnabled: "loggingEnabled_example", recipientEvents: [recipientEvent(includeDocuments: "includeDocuments_example", recipientEventStatusCode: "recipientEventStatusCode_example")], requireAcknowledgment: "requireAcknowledgment_example", signMessageWithX509Cert: "signMessageWithX509Cert_example", soapNameSpace: "soapNameSpace_example", url: "url_example", useSoapInterface: "useSoapInterface_example"), eventNotifications: [nil], expireAfter: "expireAfter_example", expireDateTime: "expireDateTime_example", expireEnabled: "expireEnabled_example", externalEnvelopeId: "externalEnvelopeId_example", folders: [nil], hasComments: "hasComments_example", hasFormDataChanged: "hasFormDataChanged_example", hasWavFile: "hasWavFile_example", holder: "holder_example", initialSentDateTime: "initialSentDateTime_example", is21CFRPart11: "is21CFRPart11_example", isDynamicEnvelope: "isDynamicEnvelope_example", isSignatureProviderEnvelope: "isSignatureProviderEnvelope_example", lastModifiedDateTime: "lastModifiedDateTime_example", location: "location_example", lockInformation: nil, messageLock: "messageLock_example", notification: nil, notificationUri: "notificationUri_example", password: "password_example", powerForm: nil, purgeCompletedDate: "purgeCompletedDate_example", purgeRequestDate: "purgeRequestDate_example", purgeState: "purgeState_example", recipients: nil, recipientsLock: "recipientsLock_example", recipientsUri: "recipientsUri_example", sender: nil, sentDateTime: "sentDateTime_example", signerCanSignOnMobile: "signerCanSignOnMobile_example", signingLocation: "signingLocation_example", status: "status_example", statusChangedDateTime: "statusChangedDateTime_example", statusDateTime: "statusDateTime_example", templateId: "templateId_example", templateRoles: [templateRole(accessCode: "accessCode_example", clientUserId: "clientUserId_example", defaultRecipient: "defaultRecipient_example", email: "email_example", emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", inPersonSignerName: "inPersonSignerName_example", name: "name_example", recipientSignatureProviders: [nil], roleName: "roleName_example", routingOrder: "routingOrder_example", signingGroupId: "signingGroupId_example", tabs: nil)], templatesUri: "templatesUri_example", transactionId: "transactionId_example", useDisclosure: "useDisclosure_example", voidedDateTime: "voidedDateTime_example", voidedReason: "voidedReason_example", workflow: nil) // EnvelopeDefinition | (optional) // Updates a template document. TemplateDocumentsAPI.documentsPutTemplateDocument(accountId: accountId, documentId: documentId, templateId: templateId, isEnvelopeDefinition: isEnvelopeDefinition, envelopeDefinition: envelopeDefinition).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. | **isEnvelopeDefinition** | **String** | | [optional] **envelopeDefinition** | [**EnvelopeDefinition**](EnvelopeDefinition.md) | | [optional] ### Return type #### DocumentsPutTemplateDocument ```swift public enum DocumentsPutTemplateDocument { case http200(value: EnvelopeDocument?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: EnvelopeDocument?, 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) # **documentsPutTemplateDocuments** ```swift open class func documentsPutTemplateDocuments(accountId: String, templateId: String, envelopeDefinition: EnvelopeDefinition? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Adds documents to a template document. Adds one or more documents to an existing template 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 templateId = "templateId_example" // String | The id of the template. let envelopeDefinition = envelopeDefinition(accessControlListBase64: "accessControlListBase64_example", accessibility: "accessibility_example", allowComments: "allowComments_example", allowMarkup: "allowMarkup_example", allowReassign: "allowReassign_example", allowRecipientRecursion: "allowRecipientRecursion_example", allowViewHistory: "allowViewHistory_example", anySigner: "anySigner_example", asynchronous: "asynchronous_example", attachments: [attachment(accessControl: "accessControl_example", attachmentId: "attachmentId_example", attachmentType: "attachmentType_example", data: "data_example", label: "label_example", name: "name_example", remoteUrl: "remoteUrl_example")], attachmentsUri: "attachmentsUri_example", authoritativeCopy: "authoritativeCopy_example", authoritativeCopyDefault: "authoritativeCopyDefault_example", autoNavigation: "autoNavigation_example", brandId: "brandId_example", brandLock: "brandLock_example", certificateUri: "certificateUri_example", completedDateTime: "completedDateTime_example", compositeTemplates: [compositeTemplate(compositeTemplateId: "compositeTemplateId_example", document: document(applyAnchorTabs: "applyAnchorTabs_example", display: "display_example", documentBase64: "documentBase64_example", documentFields: [nameValue(errorDetails: errorDetails(errorCode: "errorCode_example", message: "message_example"), name: "name_example", originalValue: "originalValue_example", value: "value_example")], documentId: "documentId_example", encryptedWithKeyManager: "encryptedWithKeyManager_example", fileExtension: "fileExtension_example", fileFormatHint: "fileFormatHint_example", htmlDefinition: documentHtmlDefinition(displayAnchorPrefix: "displayAnchorPrefix_example", displayAnchors: [documentHtmlDisplayAnchor(caseSensitive: false, displaySettings: documentHtmlDisplaySettings(cellStyle: "cellStyle_example", collapsibleSettings: documentHtmlCollapsibleDisplaySettings(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"), endAnchor: "endAnchor_example", removeEndAnchor: false, removeStartAnchor: false, startAnchor: "startAnchor_example")], displayOrder: "displayOrder_example", displayPageNumber: "displayPageNumber_example", documentGuid: "documentGuid_example", documentId: "documentId_example", headerLabel: "headerLabel_example", maxScreenWidth: "maxScreenWidth_example", removeEmptyTags: "removeEmptyTags_example", showMobileOptimizedToggle: "showMobileOptimizedToggle_example", source: "source_example"), includeInDownload: "includeInDownload_example", matchBoxes: [matchBox(height: "height_example", pageNumber: "pageNumber_example", width: "width_example", xPosition: "xPosition_example", yPosition: "yPosition_example")], name: "name_example", order: "order_example", pages: "pages_example", password: "password_example", pdfFormFieldOption: "pdfFormFieldOption_example", remoteUrl: "remoteUrl_example", signerMustAcknowledge: "signerMustAcknowledge_example", signerMustAcknowledgeUseAccountDefault: false, tabs: EnvelopeRecipientTabs(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: 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: 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)]), templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", transformPdfFields: "transformPdfFields_example", uri: "uri_example"), inlineTemplates: [inlineTemplate(customFields: AccountCustomFields(listCustomFields: [listCustomField(configurationType: "configurationType_example", errorDetails: nil, fieldId: "fieldId_example", listItems: ["listItems_example"], name: "name_example", `required`: "`required`_example", show: "show_example", value: "value_example")], textCustomFields: [textCustomField(configurationType: "configurationType_example", errorDetails: nil, fieldId: "fieldId_example", name: "name_example", `required`: "`required`_example", show: "show_example", value: "value_example")]), documents: [nil], envelope: envelope(accessControlListBase64: "accessControlListBase64_example", allowComments: "allowComments_example", allowMarkup: "allowMarkup_example", allowReassign: "allowReassign_example", allowViewHistory: "allowViewHistory_example", anySigner: "anySigner_example", asynchronous: "asynchronous_example", attachmentsUri: "attachmentsUri_example", authoritativeCopy: "authoritativeCopy_example", authoritativeCopyDefault: "authoritativeCopyDefault_example", autoNavigation: "autoNavigation_example", brandId: "brandId_example", brandLock: "brandLock_example", certificateUri: "certificateUri_example", completedDateTime: "completedDateTime_example", copyRecipientData: "copyRecipientData_example", createdDateTime: "createdDateTime_example", customFields: nil, customFieldsUri: "customFieldsUri_example", declinedDateTime: "declinedDateTime_example", deletedDateTime: "deletedDateTime_example", deliveredDateTime: "deliveredDateTime_example", disableResponsiveDocument: "disableResponsiveDocument_example", documentsCombinedUri: "documentsCombinedUri_example", documentsUri: "documentsUri_example", emailBlurb: "emailBlurb_example", emailSettings: emailSettings(bccEmailAddresses: [bccEmailAddress(bccEmailAddressId: "bccEmailAddressId_example", email: "email_example")], replyEmailAddressOverride: "replyEmailAddressOverride_example", replyEmailNameOverride: "replyEmailNameOverride_example"), emailSubject: "emailSubject_example", enableWetSign: "enableWetSign_example", enforceSignerVisibility: "enforceSignerVisibility_example", envelopeAttachments: [nil], envelopeDocuments: [envelopeDocument(addedRecipientIds: ["addedRecipientIds_example"], attachmentTabId: "attachmentTabId_example", authoritativeCopy: "authoritativeCopy_example", authoritativeCopyMetadata: nil, availableDocumentTypes: [signatureType(isDefault: "isDefault_example", type: "type_example")], containsPdfFormFields: "containsPdfFormFields_example", display: "display_example", displayMetadata: nil, documentFields: [nil], documentId: "documentId_example", documentIdGuid: "documentIdGuid_example", errorDetails: nil, includeInDownload: "includeInDownload_example", includeInDownloadMetadata: nil, name: "name_example", nameMetadata: nil, order: "order_example", pages: [page(dpi: "dpi_example", errorDetails: nil, height: "height_example", imageBytes: "imageBytes_example", mimeType: "mimeType_example", pageId: "pageId_example", sequence: "sequence_example", width: "width_example")], signerMustAcknowledge: "signerMustAcknowledge_example", signerMustAcknowledgeMetadata: nil, sizeBytes: "sizeBytes_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", type: "type_example", uri: "uri_example")], envelopeId: "envelopeId_example", envelopeIdStamping: "envelopeIdStamping_example", envelopeLocation: "envelopeLocation_example", envelopeMetadata: envelopeMetadata(allowAdvancedCorrect: "allowAdvancedCorrect_example", allowCorrect: "allowCorrect_example", enableSignWithNotary: "enableSignWithNotary_example"), envelopeUri: "envelopeUri_example", expireAfter: "expireAfter_example", expireDateTime: "expireDateTime_example", expireEnabled: "expireEnabled_example", externalEnvelopeId: "externalEnvelopeId_example", folders: [folder(errorDetails: nil, filter: filter(actionRequired: "actionRequired_example", expires: "expires_example", folderIds: "folderIds_example", fromDateTime: "fromDateTime_example", isTemplate: "isTemplate_example", order: "order_example", orderBy: "orderBy_example", searchTarget: "searchTarget_example", searchText: "searchText_example", status: "status_example", toDateTime: "toDateTime_example"), folderId: "folderId_example", folderItems: [folderItem_v2(completedDateTime: "completedDateTime_example", createdDateTime: "createdDateTime_example", envelopeId: "envelopeId_example", envelopeUri: "envelopeUri_example", expireDateTime: "expireDateTime_example", folderId: "folderId_example", folderUri: "folderUri_example", is21CFRPart11: "is21CFRPart11_example", ownerName: "ownerName_example", recipients: EnvelopeRecipients(agents: [agent(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [recipientAdditionalNotification(phoneNumber: recipientPhoneNumber(countryCode: "countryCode_example", countryCodeMetadata: nil, number: "number_example", numberMetadata: nil), secondaryDeliveryMethod: "secondaryDeliveryMethod_example", secondaryDeliveryMethodMetadata: nil, secondaryDeliveryStatus: "secondaryDeliveryStatus_example")], allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [documentVisibility(documentId: "documentId_example", errorDetails: nil, recipientId: "recipientId_example", rights: "rights_example", visible: "visible_example")], email: "email_example", emailMetadata: nil, emailNotification: recipientEmailNotification(emailBody: "emailBody_example", emailBodyMetadata: nil, emailSubject: "emailSubject_example", emailSubjectMetadata: nil, supportedLanguage: "supportedLanguage_example", supportedLanguageMetadata: nil), embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: idCheckInformationInput(addressInformationInput: addressInformationInput(addressInformation: addressInformation(address1: "address1_example", address2: "address2_example", city: "city_example", country: "country_example", fax: "fax_example", phone: "phone_example", postalCode: "postalCode_example", stateOrProvince: "stateOrProvince_example", zipPlus4: "zipPlus4_example"), displayLevelCode: "displayLevelCode_example", receiveInResponse: "receiveInResponse_example"), dobInformationInput: dobInformationInput(dateOfBirth: "dateOfBirth_example", displayLevelCode: "displayLevelCode_example", receiveInResponse: "receiveInResponse_example"), ssn4InformationInput: ssn4InformationInput(displayLevelCode: "displayLevelCode_example", receiveInResponse: "receiveInResponse_example", ssn4: "ssn4_example"), ssn9InformationInput: ssn9InformationInput(displayLevelCode: "displayLevelCode_example", ssn9: "ssn9_example")), identityVerification: recipientIdentityVerification(inputOptions: [recipientIdentityInputOption(name: "name_example", phoneNumberList: [recipientIdentityPhoneNumber(countryCode: "countryCode_example", `extension`: "`extension`_example", number: "number_example")], valueType: "valueType_example")], workflowId: "workflowId_example"), inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: recipientPhoneAuthentication(recipMayProvideNumber: "recipMayProvideNumber_example", recipMayProvideNumberMetadata: nil, recordVoicePrint: "recordVoicePrint_example", recordVoicePrintMetadata: nil, senderProvidedNumbers: ["senderProvidedNumbers_example"], senderProvidedNumbersMetadata: nil, validateRecipProvidedNumber: "validateRecipProvidedNumber_example", validateRecipProvidedNumberMetadata: nil), recipientAttachments: [recipientAttachment(attachmentId: "attachmentId_example", attachmentType: "attachmentType_example", data: "data_example", label: "label_example", name: "name_example", remoteUrl: "remoteUrl_example")], recipientAuthenticationStatus: authenticationStatus(accessCodeResult: eventResult(eventTimestamp: "eventTimestamp_example", failureDescription: "failureDescription_example", status: "status_example", vendorFailureStatusCode: "vendorFailureStatusCode_example"), ageVerifyResult: nil, anySocialIDResult: nil, facebookResult: nil, googleResult: nil, identityVerificationResult: nil, idLookupResult: nil, idQuestionsResult: nil, linkedinResult: nil, liveIDResult: nil, ofacResult: nil, openIDResult: nil, phoneAuthResult: nil, salesforceResult: nil, signatureProviderResult: nil, smsAuthResult: nil, sTANPinResult: nil, twitterResult: nil, yahooResult: nil), recipientFeatureMetadata: [featureAvailableMetadata(availabilty: "availabilty_example", featureName: "featureName_example")], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [userInfo(accountId: "accountId_example", accountName: "accountName_example", activationAccessCode: "activationAccessCode_example", email: "email_example", errorDetails: nil, loginStatus: "loginStatus_example", membershipId: "membershipId_example", sendActivationEmail: "sendActivationEmail_example", uri: "uri_example", userId: "userId_example", userName: "userName_example", userStatus: "userStatus_example", userType: "userType_example")], smsAuthentication: recipientSMSAuthentication(senderProvidedNumbers: ["senderProvidedNumbers_example"], senderProvidedNumbersMetadata: nil), socialAuthentications: [socialAuthentication(authentication: "authentication_example")], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], carbonCopies: [carbonCopy(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, proofFile: recipientProofFile(isInProofFile: "isInProofFile_example"), recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], certifiedDeliveries: [certifiedDelivery(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], currentRoutingOrder: "currentRoutingOrder_example", editors: [editor(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], errorDetails: nil, inPersonSigners: [inPersonSigner(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, hostEmail: "hostEmail_example", hostEmailMetadata: nil, hostName: "hostName_example", hostNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", inPersonSigningType: "inPersonSigningType_example", inPersonSigningTypeMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryHost: notaryHost(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, faxNumber: "faxNumber_example", faxNumberMetadata: nil, hostRecipientId: "hostRecipientId_example", idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example"), notaryId: "notaryId_example", note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [recipientSignatureProvider(sealDocumentsWithTabsOnly: "sealDocumentsWithTabsOnly_example", sealName: "sealName_example", signatureProviderName: "signatureProviderName_example", signatureProviderNameMetadata: nil, signatureProviderOptions: recipientSignatureProviderOptions(cpfNumber: "cpfNumber_example", cpfNumberMetadata: nil, oneTimePassword: "oneTimePassword_example", oneTimePasswordMetadata: nil, signerRole: "signerRole_example", signerRoleMetadata: nil, sms: "sms_example", smsMetadata: nil))], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: recipientSignatureInformation(fontStyle: "fontStyle_example", signatureInitials: "signatureInitials_example", signatureName: "signatureName_example"), signedDateTime: "signedDateTime_example", signerEmail: "signerEmail_example", signerEmailMetadata: nil, signerFirstName: "signerFirstName_example", signerFirstNameMetadata: nil, signerLastName: "signerLastName_example", signerLastNameMetadata: nil, signerName: "signerName_example", signerNameMetadata: nil, signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], intermediaries: [intermediary(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], notaries: [notaryRecipient(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", bulkRecipientsUri: "bulkRecipientsUri_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", isBulkRecipient: "isBulkRecipient_example", isBulkRecipientMetadata: nil, lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryId: "notaryId_example", notarySigners: ["notarySigners_example"], notaryType: "notaryType_example", note: "note_example", noteMetadata: nil, offlineAttributes: "TODO", phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: nil, signedDateTime: "signedDateTime_example", signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], recipientCount: "recipientCount_example", seals: [sealSign(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, faxNumber: "faxNumber_example", faxNumberMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", note: "note_example", noteMetadata: nil, phoneAuthentication: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signedDateTime: "signedDateTime_example", smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], signers: [signer(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", bulkRecipientsUri: "bulkRecipientsUri_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", isBulkRecipient: "isBulkRecipient_example", isBulkRecipientMetadata: nil, lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryId: "notaryId_example", note: "note_example", noteMetadata: nil, phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: nil, signedDateTime: "signedDateTime_example", signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example")], witnesses: [witness(accessCode: "accessCode_example", accessCodeMetadata: nil, addAccessCodeToEmail: "addAccessCodeToEmail_example", additionalNotifications: [nil], agentCanEditEmail: "agentCanEditEmail_example", agentCanEditName: "agentCanEditName_example", allowSystemOverrideForLockedRecipient: "allowSystemOverrideForLockedRecipient_example", autoNavigation: "autoNavigation_example", bulkRecipientsUri: "bulkRecipientsUri_example", canSignOffline: "canSignOffline_example", clientUserId: "clientUserId_example", completedCount: "completedCount_example", creationReason: "creationReason_example", customFields: ["customFields_example"], declinedDateTime: "declinedDateTime_example", declinedReason: "declinedReason_example", defaultRecipient: "defaultRecipient_example", deliveredDateTime: "deliveredDateTime_example", deliveryMethod: "deliveryMethod_example", deliveryMethodMetadata: nil, designatorId: "designatorId_example", designatorIdGuid: "designatorIdGuid_example", documentVisibility: [nil], email: "email_example", emailMetadata: nil, emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", errorDetails: nil, excludedDocuments: ["excludedDocuments_example"], faxNumber: "faxNumber_example", faxNumberMetadata: nil, firstName: "firstName_example", firstNameMetadata: nil, fullName: "fullName_example", fullNameMetadata: nil, idCheckConfigurationName: "idCheckConfigurationName_example", idCheckConfigurationNameMetadata: nil, idCheckInformationInput: nil, identityVerification: nil, inheritEmailNotificationConfiguration: "inheritEmailNotificationConfiguration_example", isBulkRecipient: "isBulkRecipient_example", isBulkRecipientMetadata: nil, lastName: "lastName_example", lastNameMetadata: nil, lockedRecipientPhoneAuthEditable: "lockedRecipientPhoneAuthEditable_example", lockedRecipientSmsEditable: "lockedRecipientSmsEditable_example", name: "name_example", nameMetadata: nil, notaryId: "notaryId_example", note: "note_example", noteMetadata: nil, offlineAttributes: "TODO", phoneAuthentication: nil, proofFile: nil, recipientAttachments: [nil], recipientAuthenticationStatus: nil, recipientFeatureMetadata: [nil], recipientId: "recipientId_example", recipientIdGuid: "recipientIdGuid_example", recipientSignatureProviders: [nil], recipientSuppliesTabs: "recipientSuppliesTabs_example", recipientType: "recipientType_example", recipientTypeMetadata: nil, requireIdLookup: "requireIdLookup_example", requireIdLookupMetadata: nil, requireSignerCertificate: "requireSignerCertificate_example", requireSignOnPaper: "requireSignOnPaper_example", requireUploadSignature: "requireUploadSignature_example", roleName: "roleName_example", routingOrder: "routingOrder_example", routingOrderMetadata: nil, sentDateTime: "sentDateTime_example", signatureInfo: nil, signedDateTime: "signedDateTime_example", signInEachLocation: "signInEachLocation_example", signInEachLocationMetadata: nil, signingGroupId: "signingGroupId_example", signingGroupIdMetadata: nil, signingGroupName: "signingGroupName_example", signingGroupUsers: [nil], smsAuthentication: nil, socialAuthentications: [nil], status: "status_example", statusCode: "statusCode_example", suppressEmails: "suppressEmails_example", tabs: nil, templateLocked: "templateLocked_example", templateRequired: "templateRequired_example", totalTabCount: "totalTabCount_example", userId: "userId_example", witnessFor: "witnessFor_example", witnessForGuid: "witnessForGuid_example")]), recipientsUri: "recipientsUri_example", senderCompany: "senderCompany_example", senderEmail: "senderEmail_example", senderName: "senderName_example", senderUserId: "senderUserId_example", sentDateTime: "sentDateTime_example", status: "status_example", subject: "subject_example", templateId: "templateId_example", templateUri: "templateUri_example")], folders: [nil], hasAccess: "hasAccess_example", hasSubFolders: "hasSubFolders_example", itemCount: "itemCount_example", name: "name_example", owner: nil, parentFolderId: "parentFolderId_example", parentFolderUri: "parentFolderUri_example", subFolderCount: "subFolderCount_example", type: "type_example", uri: "uri_example")], hasComments: "hasComments_example", hasFormDataChanged: "hasFormDataChanged_example", hasWavFile: "hasWavFile_example", holder: "holder_example", initialSentDateTime: "initialSentDateTime_example", is21CFRPart11: "is21CFRPart11_example", isDynamicEnvelope: "isDynamicEnvelope_example", isSignatureProviderEnvelope: "isSignatureProviderEnvelope_example", lastModifiedDateTime: "lastModifiedDateTime_example", location: "location_example", lockInformation: EnvelopeLocks(errorDetails: nil, lockDurationInSeconds: "lockDurationInSeconds_example", lockedByApp: "lockedByApp_example", lockedByUser: nil, lockedUntilDateTime: "lockedUntilDateTime_example", lockToken: "lockToken_example", lockType: "lockType_example", useScratchPad: "useScratchPad_example"), messageLock: "messageLock_example", notification: notification(expirations: expirations(expireAfter: "expireAfter_example", expireEnabled: "expireEnabled_example", expireWarn: "expireWarn_example"), reminders: reminders(reminderDelay: "reminderDelay_example", reminderEnabled: "reminderEnabled_example", reminderFrequency: "reminderFrequency_example"), useAccountDefaults: "useAccountDefaults_example"), notificationUri: "notificationUri_example", powerForm: powerForm(createdBy: "createdBy_example", createdDateTime: "createdDateTime_example", emailBody: "emailBody_example", emailSubject: "emailSubject_example", envelopes: [nil], errorDetails: nil, instructions: "instructions_example", isActive: "isActive_example", lastUsed: "lastUsed_example", limitUseInterval: "limitUseInterval_example", limitUseIntervalEnabled: "limitUseIntervalEnabled_example", limitUseIntervalUnits: "limitUseIntervalUnits_example", maxUseEnabled: "maxUseEnabled_example", name: "name_example", powerFormId: "powerFormId_example", powerFormUrl: "powerFormUrl_example", recipients: [powerFormRecipient(accessCode: "accessCode_example", accessCodeLocked: "accessCodeLocked_example", accessCodeRequired: "accessCodeRequired_example", email: "email_example", emailLocked: "emailLocked_example", idCheckConfigurationName: "idCheckConfigurationName_example", idCheckRequired: "idCheckRequired_example", name: "name_example", recipientType: "recipientType_example", roleName: "roleName_example", routingOrder: "routingOrder_example", templateRequiresIdLookup: "templateRequiresIdLookup_example", userNameLocked: "userNameLocked_example")], senderName: "senderName_example", senderUserId: "senderUserId_example", signingMode: "signingMode_example", templateId: "templateId_example", templateName: "templateName_example", timesUsed: "timesUsed_example", uri: "uri_example", usesRemaining: "usesRemaining_example"), purgeCompletedDate: "purgeCompletedDate_example", purgeRequestDate: "purgeRequestDate_example", purgeState: "purgeState_example", recipients: nil, recipientsLock: "recipientsLock_example", recipientsUri: "recipientsUri_example", sender: nil, sentDateTime: "sentDateTime_example", signerCanSignOnMobile: "signerCanSignOnMobile_example", signingLocation: "signingLocation_example", status: "status_example", statusChangedDateTime: "statusChangedDateTime_example", statusDateTime: "statusDateTime_example", templatesUri: "templatesUri_example", transactionId: "transactionId_example", useDisclosure: "useDisclosure_example", voidedDateTime: "voidedDateTime_example", voidedReason: "voidedReason_example", workflow: workflow(currentWorkflowStepId: "currentWorkflowStepId_example", workflowStatus: "workflowStatus_example", workflowSteps: [workflowStep(action: "action_example", completedDate: "completedDate_example", itemId: "itemId_example", recipientRouting: recipientRouting(rules: recipientRules(conditionalRecipients: [conditionalRecipientRule(conditions: [conditionalRecipientRuleCondition(filters: [conditionalRecipientRuleFilter(`operator`: "`operator`_example", recipientId: "recipientId_example", scope: "scope_example", tabId: "tabId_example", tabLabel: "tabLabel_example", value: "value_example")], order: "order_example", recipientLabel: "recipientLabel_example")], order: "order_example", recipientGroup: recipientGroup(groupMessage: "groupMessage_example", groupName: "groupName_example", recipients: [recipientOption(email: "email_example", name: "name_example", recipientLabel: "recipientLabel_example", roleName: "roleName_example", signingGroupId: "signingGroupId_example")]), recipientId: "recipientId_example")])), status: "status_example", triggeredDate: "triggeredDate_example", triggerOnItem: "triggerOnItem_example", workflowStepId: "workflowStepId_example")])), recipients: nil, sequence: "sequence_example")], pdfMetaDataTemplateSequence: "pdfMetaDataTemplateSequence_example", serverTemplates: [serverTemplate(sequence: "sequence_example", templateId: "templateId_example")])], copyRecipientData: "copyRecipientData_example", createdDateTime: "createdDateTime_example", customFields: nil, customFieldsUri: "customFieldsUri_example", declinedDateTime: "declinedDateTime_example", deletedDateTime: "deletedDateTime_example", deliveredDateTime: "deliveredDateTime_example", disableResponsiveDocument: "disableResponsiveDocument_example", documents: [nil], documentsCombinedUri: "documentsCombinedUri_example", documentsUri: "documentsUri_example", emailBlurb: "emailBlurb_example", emailSettings: nil, emailSubject: "emailSubject_example", enableWetSign: "enableWetSign_example", enforceSignerVisibility: "enforceSignerVisibility_example", envelopeAttachments: [nil], envelopeDocuments: [nil], envelopeId: "envelopeId_example", envelopeIdStamping: "envelopeIdStamping_example", envelopeLocation: "envelopeLocation_example", envelopeMetadata: nil, envelopeUri: "envelopeUri_example", eventNotification: eventNotification(envelopeEvents: [envelopeEvent(envelopeEventStatusCode: "envelopeEventStatusCode_example", includeDocuments: "includeDocuments_example")], eventData: connectEventData(format: "format_example", includeData: ["includeData_example"], version: "version_example"), includeCertificateOfCompletion: "includeCertificateOfCompletion_example", includeCertificateWithSoap: "includeCertificateWithSoap_example", includeDocumentFields: "includeDocumentFields_example", includeDocuments: "includeDocuments_example", includeEnvelopeVoidReason: "includeEnvelopeVoidReason_example", includeHMAC: "includeHMAC_example", includeSenderAccountAsCustomField: "includeSenderAccountAsCustomField_example", includeTimeZone: "includeTimeZone_example", loggingEnabled: "loggingEnabled_example", recipientEvents: [recipientEvent(includeDocuments: "includeDocuments_example", recipientEventStatusCode: "recipientEventStatusCode_example")], requireAcknowledgment: "requireAcknowledgment_example", signMessageWithX509Cert: "signMessageWithX509Cert_example", soapNameSpace: "soapNameSpace_example", url: "url_example", useSoapInterface: "useSoapInterface_example"), eventNotifications: [nil], expireAfter: "expireAfter_example", expireDateTime: "expireDateTime_example", expireEnabled: "expireEnabled_example", externalEnvelopeId: "externalEnvelopeId_example", folders: [nil], hasComments: "hasComments_example", hasFormDataChanged: "hasFormDataChanged_example", hasWavFile: "hasWavFile_example", holder: "holder_example", initialSentDateTime: "initialSentDateTime_example", is21CFRPart11: "is21CFRPart11_example", isDynamicEnvelope: "isDynamicEnvelope_example", isSignatureProviderEnvelope: "isSignatureProviderEnvelope_example", lastModifiedDateTime: "lastModifiedDateTime_example", location: "location_example", lockInformation: nil, messageLock: "messageLock_example", notification: nil, notificationUri: "notificationUri_example", password: "password_example", powerForm: nil, purgeCompletedDate: "purgeCompletedDate_example", purgeRequestDate: "purgeRequestDate_example", purgeState: "purgeState_example", recipients: nil, recipientsLock: "recipientsLock_example", recipientsUri: "recipientsUri_example", sender: nil, sentDateTime: "sentDateTime_example", signerCanSignOnMobile: "signerCanSignOnMobile_example", signingLocation: "signingLocation_example", status: "status_example", statusChangedDateTime: "statusChangedDateTime_example", statusDateTime: "statusDateTime_example", templateId: "templateId_example", templateRoles: [templateRole(accessCode: "accessCode_example", clientUserId: "clientUserId_example", defaultRecipient: "defaultRecipient_example", email: "email_example", emailNotification: nil, embeddedRecipientStartURL: "embeddedRecipientStartURL_example", inPersonSignerName: "inPersonSignerName_example", name: "name_example", recipientSignatureProviders: [nil], roleName: "roleName_example", routingOrder: "routingOrder_example", signingGroupId: "signingGroupId_example", tabs: nil)], templatesUri: "templatesUri_example", transactionId: "transactionId_example", useDisclosure: "useDisclosure_example", voidedDateTime: "voidedDateTime_example", voidedReason: "voidedReason_example", workflow: nil) // EnvelopeDefinition | (optional) // Adds documents to a template document. TemplateDocumentsAPI.documentsPutTemplateDocuments(accountId: accountId, templateId: templateId, envelopeDefinition: envelopeDefinition).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. | **templateId** | **String** | The id of the template. | **envelopeDefinition** | [**EnvelopeDefinition**](EnvelopeDefinition.md) | | [optional] ### Return type #### DocumentsPutTemplateDocuments ```swift public enum DocumentsPutTemplateDocuments { case http200(value: TemplateDocumentsResult?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: TemplateDocumentsResult?, 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)