# TemplateRecipientsAPI All URIs are relative to *https://www.docusign.net/restapi* Method | HTTP request | Description ------------- | ------------- | ------------- [**recipientsDeleteTemplateRecipient**](TemplateRecipientsAPI.md#recipientsdeletetemplaterecipient) | **DELETE** /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId} | Deletes the specified recipient file from a template. [**recipientsDeleteTemplateRecipients**](TemplateRecipientsAPI.md#recipientsdeletetemplaterecipients) | **DELETE** /v2.1/accounts/{accountId}/templates/{templateId}/recipients | Deletes recipients from a template. [**recipientsGetTemplateRecipients**](TemplateRecipientsAPI.md#recipientsgettemplaterecipients) | **GET** /v2.1/accounts/{accountId}/templates/{templateId}/recipients | Gets recipient information from a template. [**recipientsPostTemplateRecipients**](TemplateRecipientsAPI.md#recipientsposttemplaterecipients) | **POST** /v2.1/accounts/{accountId}/templates/{templateId}/recipients | Adds tabs for a recipient. [**recipientsPutTemplateRecipients**](TemplateRecipientsAPI.md#recipientsputtemplaterecipients) | **PUT** /v2.1/accounts/{accountId}/templates/{templateId}/recipients | Updates recipients in a template. [**viewsPostTemplateRecipientPreview**](TemplateRecipientsAPI.md#viewsposttemplaterecipientpreview) | **POST** /v2.1/accounts/{accountId}/templates/{templateId}/views/recipient_preview | Creates a template recipient preview. # **recipientsDeleteTemplateRecipient** ```swift open class func recipientsDeleteTemplateRecipient(accountId: String, recipientId: String, templateId: String, templateRecipients: TemplateRecipients? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Deletes the specified recipient file from a template. Deletes the specified recipient file from 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 recipientId = "recipientId_example" // String | A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`. let templateId = "templateId_example" // String | The id of the template. let templateRecipients = TemplateRecipients(agents: [agent(accessCode: "accessCode_example", accessCodeMetadata: propertyMetadata(options: ["options_example"], rights: "rights_example"), 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: errorDetails(errorCode: "errorCode_example", message: "message_example"), 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: EnvelopeRecipientTabs(approveTabs: [approve(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: 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", 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")]) // TemplateRecipients | (optional) // Deletes the specified recipient file from a template. TemplateRecipientsAPI.recipientsDeleteTemplateRecipient(accountId: accountId, recipientId: recipientId, templateId: templateId, templateRecipients: templateRecipients).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. | **recipientId** | **String** | A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`. | **templateId** | **String** | The id of the template. | **templateRecipients** | [**TemplateRecipients**](TemplateRecipients.md) | | [optional] ### Return type #### RecipientsDeleteTemplateRecipient ```swift public enum RecipientsDeleteTemplateRecipient { case http200(value: Recipients?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: Recipients?, 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) # **recipientsDeleteTemplateRecipients** ```swift open class func recipientsDeleteTemplateRecipients(accountId: String, templateId: String, templateRecipients: TemplateRecipients? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Deletes recipients from a template. Deletes one or more recipients from a template. Recipients to be deleted are listed in the request, with the `recipientId` being used as the key for deleting recipients. ### 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 templateRecipients = TemplateRecipients(agents: [agent(accessCode: "accessCode_example", accessCodeMetadata: propertyMetadata(options: ["options_example"], rights: "rights_example"), 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: errorDetails(errorCode: "errorCode_example", message: "message_example"), 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: EnvelopeRecipientTabs(approveTabs: [approve(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: 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", 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")]) // TemplateRecipients | (optional) // Deletes recipients from a template. TemplateRecipientsAPI.recipientsDeleteTemplateRecipients(accountId: accountId, templateId: templateId, templateRecipients: templateRecipients).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. | **templateRecipients** | [**TemplateRecipients**](TemplateRecipients.md) | | [optional] ### Return type #### RecipientsDeleteTemplateRecipients ```swift public enum RecipientsDeleteTemplateRecipients { case http200(value: Recipients?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: Recipients?, 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) # **recipientsGetTemplateRecipients** ```swift open class func recipientsGetTemplateRecipients(accountId: String, templateId: String, includeAnchorTabLocations: String? = nil, includeExtended: String? = nil, includeTabs: String? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Gets recipient information from a template. Retrieves the information for all recipients in 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 includeAnchorTabLocations = "includeAnchorTabLocations_example" // String | When set to **true** and `include_tabs` is set to **true**, all tabs with anchor tab properties are included in the response. (optional) let includeExtended = "includeExtended_example" // String | When set to **true**, the extended properties are included in the response. (optional) let includeTabs = "includeTabs_example" // String | When set to **true**, the tab information associated with the recipient is included in the response. If you do not specify this parameter, the effect is the default behavior (**false**). (optional) // Gets recipient information from a template. TemplateRecipientsAPI.recipientsGetTemplateRecipients(accountId: accountId, templateId: templateId, includeAnchorTabLocations: includeAnchorTabLocations, includeExtended: includeExtended, 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. | **includeAnchorTabLocations** | **String** | When set to **true** and `include_tabs` is set to **true**, all tabs with anchor tab properties are included in the response. | [optional] **includeExtended** | **String** | When set to **true**, the extended properties are included in the response. | [optional] **includeTabs** | **String** | When set to **true**, the tab information associated with the recipient is included in the response. If you do not specify this parameter, the effect is the default behavior (**false**). | [optional] ### Return type #### RecipientsGetTemplateRecipients ```swift public enum RecipientsGetTemplateRecipients { case http200(value: Recipients?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: Recipients?, 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) # **recipientsPostTemplateRecipients** ```swift open class func recipientsPostTemplateRecipients(accountId: String, templateId: String, resendEnvelope: String? = nil, templateRecipients: TemplateRecipients? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Adds tabs for a recipient. Adds one or more recipients to a 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 resendEnvelope = "resendEnvelope_example" // String | When set to **true**, resends the envelope to the recipients that you specify in the request body. You use this parameter to resend the envelope to a recipient who deleted the original email notification. **Note**: Correcting an envelope is a different process. DocuSign always resends an envelope when you correct it, regardless of the value that you enter here. (optional) let templateRecipients = TemplateRecipients(agents: [agent(accessCode: "accessCode_example", accessCodeMetadata: propertyMetadata(options: ["options_example"], rights: "rights_example"), 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: errorDetails(errorCode: "errorCode_example", message: "message_example"), 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: EnvelopeRecipientTabs(approveTabs: [approve(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: 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", 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")]) // TemplateRecipients | (optional) // Adds tabs for a recipient. TemplateRecipientsAPI.recipientsPostTemplateRecipients(accountId: accountId, templateId: templateId, resendEnvelope: resendEnvelope, templateRecipients: templateRecipients).whenComplete { result in switch result { case .failure(let error): // process error case .success(let response): switch response { // process decoded response value or raw ClientResponse case .http201(let value, let raw): case .http400(let value, let raw): case .http0(let value, let raw): } } } ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **accountId** | **String** | The external account number (int) or account ID GUID. | **templateId** | **String** | The id of the template. | **resendEnvelope** | **String** | When set to **true**, resends the envelope to the recipients that you specify in the request body. You use this parameter to resend the envelope to a recipient who deleted the original email notification. **Note**: Correcting an envelope is a different process. DocuSign always resends an envelope when you correct it, regardless of the value that you enter here. | [optional] **templateRecipients** | [**TemplateRecipients**](TemplateRecipients.md) | | [optional] ### Return type #### RecipientsPostTemplateRecipients ```swift public enum RecipientsPostTemplateRecipients { case http201(value: Recipients?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: Recipients?, 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) # **recipientsPutTemplateRecipients** ```swift open class func recipientsPutTemplateRecipients(accountId: String, templateId: String, resendEnvelope: String? = nil, templateRecipients: TemplateRecipients? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Updates recipients in a template. Updates recipients in a template. You can edit the following properties: `email`, `userName`, `routingOrder`, `faxNumber`, `deliveryMethod`, `accessCode`, and `requireIdLookup`. ### 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 resendEnvelope = "resendEnvelope_example" // String | When set to **true**, resends the envelope to the recipients that you specify in the request body. You use this parameter to resend the envelope to a recipient who deleted the original email notification. **Note**: Correcting an envelope is a different process. DocuSign always resends an envelope when you correct it, regardless of the value that you enter here. (optional) let templateRecipients = TemplateRecipients(agents: [agent(accessCode: "accessCode_example", accessCodeMetadata: propertyMetadata(options: ["options_example"], rights: "rights_example"), 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: errorDetails(errorCode: "errorCode_example", message: "message_example"), 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: EnvelopeRecipientTabs(approveTabs: [approve(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: 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", 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")]) // TemplateRecipients | (optional) // Updates recipients in a template. TemplateRecipientsAPI.recipientsPutTemplateRecipients(accountId: accountId, templateId: templateId, resendEnvelope: resendEnvelope, templateRecipients: templateRecipients).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. | **resendEnvelope** | **String** | When set to **true**, resends the envelope to the recipients that you specify in the request body. You use this parameter to resend the envelope to a recipient who deleted the original email notification. **Note**: Correcting an envelope is a different process. DocuSign always resends an envelope when you correct it, regardless of the value that you enter here. | [optional] **templateRecipients** | [**TemplateRecipients**](TemplateRecipients.md) | | [optional] ### Return type #### RecipientsPutTemplateRecipients ```swift public enum RecipientsPutTemplateRecipients { case http200(value: RecipientsUpdateSummary?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: RecipientsUpdateSummary?, 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) # **viewsPostTemplateRecipientPreview** ```swift open class func viewsPostTemplateRecipientPreview(accountId: String, templateId: String, recipientPreviewRequest: RecipientPreviewRequest? = nil, headers: HTTPHeaders = DocuSignAPI.customHeaders, beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture ``` Creates a template recipient preview. This method returns a URL for a template recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients' experience. For more information, see [Preview and Send](https://support.docusign.com/en/guides/ndse-user-guide-send-your-documents). ### 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 recipientPreviewRequest = recipientPreviewRequest(assertionId: "assertionId_example", authenticationInstant: "authenticationInstant_example", authenticationMethod: "authenticationMethod_example", pingFrequency: "pingFrequency_example", pingUrl: "pingUrl_example", recipientId: "recipientId_example", returnUrl: "returnUrl_example", securityDomain: "securityDomain_example", xFrameOptions: "xFrameOptions_example", xFrameOptionsAllowFromUrl: "xFrameOptionsAllowFromUrl_example") // RecipientPreviewRequest | (optional) // Creates a template recipient preview. TemplateRecipientsAPI.viewsPostTemplateRecipientPreview(accountId: accountId, templateId: templateId, recipientPreviewRequest: recipientPreviewRequest).whenComplete { result in switch result { case .failure(let error): // process error case .success(let response): switch response { // process decoded response value or raw ClientResponse case .http201(let value, let raw): case .http400(let value, let raw): case .http0(let value, let raw): } } } ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **accountId** | **String** | The external account number (int) or account ID GUID. | **templateId** | **String** | The id of the template. | **recipientPreviewRequest** | [**RecipientPreviewRequest**](RecipientPreviewRequest.md) | | [optional] ### Return type #### ViewsPostTemplateRecipientPreview ```swift public enum ViewsPostTemplateRecipientPreview { case http201(value: ViewUrl?, raw: ClientResponse) case http400(value: ErrorDetails?, raw: ClientResponse) case http0(value: ViewUrl?, 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)