docusign_esign.models.notary_seal
Docusign eSignature REST API
The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501
OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git
1# coding: utf-8 2 3""" 4 Docusign eSignature REST API 5 6 The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501 7 8 OpenAPI spec version: v2.1 9 Contact: devcenter@docusign.com 10 Generated by: https://github.com/swagger-api/swagger-codegen.git 11""" 12 13 14import pprint 15import re # noqa: F401 16 17import six 18 19from docusign_esign.client.configuration import Configuration 20 21 22class NotarySeal(object): 23 """NOTE: This class is auto generated by the swagger code generator program. 24 25 Do not edit the class manually. 26 """ 27 28 """ 29 Attributes: 30 swagger_types (dict): The key is attribute name 31 and the value is attribute type. 32 attribute_map (dict): The key is attribute name 33 and the value is json key in definition. 34 """ 35 swagger_types = { 36 'anchor_allow_white_space_in_characters': 'str', 37 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 38 'anchor_case_sensitive': 'str', 39 'anchor_case_sensitive_metadata': 'PropertyMetadata', 40 'anchor_horizontal_alignment': 'str', 41 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 42 'anchor_ignore_if_not_present': 'str', 43 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 44 'anchor_match_whole_word': 'str', 45 'anchor_match_whole_word_metadata': 'PropertyMetadata', 46 'anchor_string': 'str', 47 'anchor_string_metadata': 'PropertyMetadata', 48 'anchor_tab_processor_version': 'str', 49 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 50 'anchor_units': 'str', 51 'anchor_units_metadata': 'PropertyMetadata', 52 'anchor_x_offset': 'str', 53 'anchor_x_offset_metadata': 'PropertyMetadata', 54 'anchor_y_offset': 'str', 55 'anchor_y_offset_metadata': 'PropertyMetadata', 56 'caption': 'str', 57 'caption_metadata': 'PropertyMetadata', 58 'conditional_parent_label': 'str', 59 'conditional_parent_label_metadata': 'PropertyMetadata', 60 'conditional_parent_value': 'str', 61 'conditional_parent_value_metadata': 'PropertyMetadata', 62 'custom_tab_id': 'str', 63 'custom_tab_id_metadata': 'PropertyMetadata', 64 'document_id': 'str', 65 'document_id_metadata': 'PropertyMetadata', 66 'error_details': 'ErrorDetails', 67 'form_order': 'str', 68 'form_order_metadata': 'PropertyMetadata', 69 'form_page_label': 'str', 70 'form_page_label_metadata': 'PropertyMetadata', 71 'form_page_number': 'str', 72 'form_page_number_metadata': 'PropertyMetadata', 73 'height': 'str', 74 'height_metadata': 'PropertyMetadata', 75 'merge_field': 'MergeField', 76 'merge_field_xml': 'str', 77 'name': 'str', 78 'name_metadata': 'PropertyMetadata', 79 'page_number': 'str', 80 'page_number_metadata': 'PropertyMetadata', 81 'recipient_id': 'str', 82 'recipient_id_guid': 'str', 83 'recipient_id_guid_metadata': 'PropertyMetadata', 84 'recipient_id_metadata': 'PropertyMetadata', 85 'scale_value': 'str', 86 'scale_value_metadata': 'PropertyMetadata', 87 'smart_contract_information': 'SmartContractInformation', 88 'source': 'str', 89 'status': 'str', 90 'status_metadata': 'PropertyMetadata', 91 'tab_group_labels': 'list[str]', 92 'tab_group_labels_metadata': 'PropertyMetadata', 93 'tab_id': 'str', 94 'tab_id_metadata': 'PropertyMetadata', 95 'tab_label': 'str', 96 'tab_label_metadata': 'PropertyMetadata', 97 'tab_order': 'str', 98 'tab_order_metadata': 'PropertyMetadata', 99 'tab_type': 'str', 100 'tab_type_metadata': 'PropertyMetadata', 101 'template_locked': 'str', 102 'template_locked_metadata': 'PropertyMetadata', 103 'template_required': 'str', 104 'template_required_metadata': 'PropertyMetadata', 105 'tooltip': 'str', 106 'tool_tip_metadata': 'PropertyMetadata', 107 'width': 'str', 108 'width_metadata': 'PropertyMetadata', 109 'x_position': 'str', 110 'x_position_metadata': 'PropertyMetadata', 111 'y_position': 'str', 112 'y_position_metadata': 'PropertyMetadata' 113 } 114 115 attribute_map = { 116 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 117 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 118 'anchor_case_sensitive': 'anchorCaseSensitive', 119 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 120 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 121 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 122 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 123 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 124 'anchor_match_whole_word': 'anchorMatchWholeWord', 125 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 126 'anchor_string': 'anchorString', 127 'anchor_string_metadata': 'anchorStringMetadata', 128 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 129 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 130 'anchor_units': 'anchorUnits', 131 'anchor_units_metadata': 'anchorUnitsMetadata', 132 'anchor_x_offset': 'anchorXOffset', 133 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 134 'anchor_y_offset': 'anchorYOffset', 135 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 136 'caption': 'caption', 137 'caption_metadata': 'captionMetadata', 138 'conditional_parent_label': 'conditionalParentLabel', 139 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 140 'conditional_parent_value': 'conditionalParentValue', 141 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 142 'custom_tab_id': 'customTabId', 143 'custom_tab_id_metadata': 'customTabIdMetadata', 144 'document_id': 'documentId', 145 'document_id_metadata': 'documentIdMetadata', 146 'error_details': 'errorDetails', 147 'form_order': 'formOrder', 148 'form_order_metadata': 'formOrderMetadata', 149 'form_page_label': 'formPageLabel', 150 'form_page_label_metadata': 'formPageLabelMetadata', 151 'form_page_number': 'formPageNumber', 152 'form_page_number_metadata': 'formPageNumberMetadata', 153 'height': 'height', 154 'height_metadata': 'heightMetadata', 155 'merge_field': 'mergeField', 156 'merge_field_xml': 'mergeFieldXml', 157 'name': 'name', 158 'name_metadata': 'nameMetadata', 159 'page_number': 'pageNumber', 160 'page_number_metadata': 'pageNumberMetadata', 161 'recipient_id': 'recipientId', 162 'recipient_id_guid': 'recipientIdGuid', 163 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 164 'recipient_id_metadata': 'recipientIdMetadata', 165 'scale_value': 'scaleValue', 166 'scale_value_metadata': 'scaleValueMetadata', 167 'smart_contract_information': 'smartContractInformation', 168 'source': 'source', 169 'status': 'status', 170 'status_metadata': 'statusMetadata', 171 'tab_group_labels': 'tabGroupLabels', 172 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 173 'tab_id': 'tabId', 174 'tab_id_metadata': 'tabIdMetadata', 175 'tab_label': 'tabLabel', 176 'tab_label_metadata': 'tabLabelMetadata', 177 'tab_order': 'tabOrder', 178 'tab_order_metadata': 'tabOrderMetadata', 179 'tab_type': 'tabType', 180 'tab_type_metadata': 'tabTypeMetadata', 181 'template_locked': 'templateLocked', 182 'template_locked_metadata': 'templateLockedMetadata', 183 'template_required': 'templateRequired', 184 'template_required_metadata': 'templateRequiredMetadata', 185 'tooltip': 'tooltip', 186 'tool_tip_metadata': 'toolTipMetadata', 187 'width': 'width', 188 'width_metadata': 'widthMetadata', 189 'x_position': 'xPosition', 190 'x_position_metadata': 'xPositionMetadata', 191 'y_position': 'yPosition', 192 'y_position_metadata': 'yPositionMetadata' 193 } 194 195 def __init__(self, _configuration=None, **kwargs): # noqa: E501 196 """NotarySeal - a model defined in Swagger""" # noqa: E501 197 if _configuration is None: 198 _configuration = Configuration() 199 self._configuration = _configuration 200 201 self._anchor_allow_white_space_in_characters = None 202 self._anchor_allow_white_space_in_characters_metadata = None 203 self._anchor_case_sensitive = None 204 self._anchor_case_sensitive_metadata = None 205 self._anchor_horizontal_alignment = None 206 self._anchor_horizontal_alignment_metadata = None 207 self._anchor_ignore_if_not_present = None 208 self._anchor_ignore_if_not_present_metadata = None 209 self._anchor_match_whole_word = None 210 self._anchor_match_whole_word_metadata = None 211 self._anchor_string = None 212 self._anchor_string_metadata = None 213 self._anchor_tab_processor_version = None 214 self._anchor_tab_processor_version_metadata = None 215 self._anchor_units = None 216 self._anchor_units_metadata = None 217 self._anchor_x_offset = None 218 self._anchor_x_offset_metadata = None 219 self._anchor_y_offset = None 220 self._anchor_y_offset_metadata = None 221 self._caption = None 222 self._caption_metadata = None 223 self._conditional_parent_label = None 224 self._conditional_parent_label_metadata = None 225 self._conditional_parent_value = None 226 self._conditional_parent_value_metadata = None 227 self._custom_tab_id = None 228 self._custom_tab_id_metadata = None 229 self._document_id = None 230 self._document_id_metadata = None 231 self._error_details = None 232 self._form_order = None 233 self._form_order_metadata = None 234 self._form_page_label = None 235 self._form_page_label_metadata = None 236 self._form_page_number = None 237 self._form_page_number_metadata = None 238 self._height = None 239 self._height_metadata = None 240 self._merge_field = None 241 self._merge_field_xml = None 242 self._name = None 243 self._name_metadata = None 244 self._page_number = None 245 self._page_number_metadata = None 246 self._recipient_id = None 247 self._recipient_id_guid = None 248 self._recipient_id_guid_metadata = None 249 self._recipient_id_metadata = None 250 self._scale_value = None 251 self._scale_value_metadata = None 252 self._smart_contract_information = None 253 self._source = None 254 self._status = None 255 self._status_metadata = None 256 self._tab_group_labels = None 257 self._tab_group_labels_metadata = None 258 self._tab_id = None 259 self._tab_id_metadata = None 260 self._tab_label = None 261 self._tab_label_metadata = None 262 self._tab_order = None 263 self._tab_order_metadata = None 264 self._tab_type = None 265 self._tab_type_metadata = None 266 self._template_locked = None 267 self._template_locked_metadata = None 268 self._template_required = None 269 self._template_required_metadata = None 270 self._tooltip = None 271 self._tool_tip_metadata = None 272 self._width = None 273 self._width_metadata = None 274 self._x_position = None 275 self._x_position_metadata = None 276 self._y_position = None 277 self._y_position_metadata = None 278 self.discriminator = None 279 280 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 281 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 282 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 283 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 284 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 285 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 286 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 287 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 288 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 289 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 290 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 291 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 292 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 293 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 294 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 295 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 296 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 297 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 298 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 299 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 300 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 301 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 302 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 303 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 304 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 305 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 306 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 307 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 308 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 309 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 310 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 311 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 312 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 313 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 314 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 315 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 316 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 317 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 318 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 319 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 320 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 321 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 322 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 323 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 324 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 325 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 326 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 327 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 328 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 329 setattr(self, "_{}".format('scale_value'), kwargs.get('scale_value', None)) 330 setattr(self, "_{}".format('scale_value_metadata'), kwargs.get('scale_value_metadata', None)) 331 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 332 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 333 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 334 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 335 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 336 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 337 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 338 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 339 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 340 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 341 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 342 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 343 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 344 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 345 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 346 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 347 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 348 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 349 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 350 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 351 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 352 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 353 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 354 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 355 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 356 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 357 358 @property 359 def anchor_allow_white_space_in_characters(self): 360 """Gets the anchor_allow_white_space_in_characters of this NotarySeal. # noqa: E501 361 362 # noqa: E501 363 364 :return: The anchor_allow_white_space_in_characters of this NotarySeal. # noqa: E501 365 :rtype: str 366 """ 367 return self._anchor_allow_white_space_in_characters 368 369 @anchor_allow_white_space_in_characters.setter 370 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 371 """Sets the anchor_allow_white_space_in_characters of this NotarySeal. 372 373 # noqa: E501 374 375 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this NotarySeal. # noqa: E501 376 :type: str 377 """ 378 379 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 380 381 @property 382 def anchor_allow_white_space_in_characters_metadata(self): 383 """Gets the anchor_allow_white_space_in_characters_metadata of this NotarySeal. # noqa: E501 384 385 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 386 387 :return: The anchor_allow_white_space_in_characters_metadata of this NotarySeal. # noqa: E501 388 :rtype: PropertyMetadata 389 """ 390 return self._anchor_allow_white_space_in_characters_metadata 391 392 @anchor_allow_white_space_in_characters_metadata.setter 393 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 394 """Sets the anchor_allow_white_space_in_characters_metadata of this NotarySeal. 395 396 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 397 398 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this NotarySeal. # noqa: E501 399 :type: PropertyMetadata 400 """ 401 402 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 403 404 @property 405 def anchor_case_sensitive(self): 406 """Gets the anchor_case_sensitive of this NotarySeal. # noqa: E501 407 408 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 409 410 :return: The anchor_case_sensitive of this NotarySeal. # noqa: E501 411 :rtype: str 412 """ 413 return self._anchor_case_sensitive 414 415 @anchor_case_sensitive.setter 416 def anchor_case_sensitive(self, anchor_case_sensitive): 417 """Sets the anchor_case_sensitive of this NotarySeal. 418 419 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 420 421 :param anchor_case_sensitive: The anchor_case_sensitive of this NotarySeal. # noqa: E501 422 :type: str 423 """ 424 425 self._anchor_case_sensitive = anchor_case_sensitive 426 427 @property 428 def anchor_case_sensitive_metadata(self): 429 """Gets the anchor_case_sensitive_metadata of this NotarySeal. # noqa: E501 430 431 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 432 433 :return: The anchor_case_sensitive_metadata of this NotarySeal. # noqa: E501 434 :rtype: PropertyMetadata 435 """ 436 return self._anchor_case_sensitive_metadata 437 438 @anchor_case_sensitive_metadata.setter 439 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 440 """Sets the anchor_case_sensitive_metadata of this NotarySeal. 441 442 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 443 444 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this NotarySeal. # noqa: E501 445 :type: PropertyMetadata 446 """ 447 448 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 449 450 @property 451 def anchor_horizontal_alignment(self): 452 """Gets the anchor_horizontal_alignment of this NotarySeal. # noqa: E501 453 454 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 455 456 :return: The anchor_horizontal_alignment of this NotarySeal. # noqa: E501 457 :rtype: str 458 """ 459 return self._anchor_horizontal_alignment 460 461 @anchor_horizontal_alignment.setter 462 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 463 """Sets the anchor_horizontal_alignment of this NotarySeal. 464 465 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 466 467 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this NotarySeal. # noqa: E501 468 :type: str 469 """ 470 471 self._anchor_horizontal_alignment = anchor_horizontal_alignment 472 473 @property 474 def anchor_horizontal_alignment_metadata(self): 475 """Gets the anchor_horizontal_alignment_metadata of this NotarySeal. # noqa: E501 476 477 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 478 479 :return: The anchor_horizontal_alignment_metadata of this NotarySeal. # noqa: E501 480 :rtype: PropertyMetadata 481 """ 482 return self._anchor_horizontal_alignment_metadata 483 484 @anchor_horizontal_alignment_metadata.setter 485 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 486 """Sets the anchor_horizontal_alignment_metadata of this NotarySeal. 487 488 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 489 490 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this NotarySeal. # noqa: E501 491 :type: PropertyMetadata 492 """ 493 494 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 495 496 @property 497 def anchor_ignore_if_not_present(self): 498 """Gets the anchor_ignore_if_not_present of this NotarySeal. # noqa: E501 499 500 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 501 502 :return: The anchor_ignore_if_not_present of this NotarySeal. # noqa: E501 503 :rtype: str 504 """ 505 return self._anchor_ignore_if_not_present 506 507 @anchor_ignore_if_not_present.setter 508 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 509 """Sets the anchor_ignore_if_not_present of this NotarySeal. 510 511 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 512 513 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this NotarySeal. # noqa: E501 514 :type: str 515 """ 516 517 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 518 519 @property 520 def anchor_ignore_if_not_present_metadata(self): 521 """Gets the anchor_ignore_if_not_present_metadata of this NotarySeal. # noqa: E501 522 523 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 524 525 :return: The anchor_ignore_if_not_present_metadata of this NotarySeal. # noqa: E501 526 :rtype: PropertyMetadata 527 """ 528 return self._anchor_ignore_if_not_present_metadata 529 530 @anchor_ignore_if_not_present_metadata.setter 531 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 532 """Sets the anchor_ignore_if_not_present_metadata of this NotarySeal. 533 534 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 535 536 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this NotarySeal. # noqa: E501 537 :type: PropertyMetadata 538 """ 539 540 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 541 542 @property 543 def anchor_match_whole_word(self): 544 """Gets the anchor_match_whole_word of this NotarySeal. # noqa: E501 545 546 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 547 548 :return: The anchor_match_whole_word of this NotarySeal. # noqa: E501 549 :rtype: str 550 """ 551 return self._anchor_match_whole_word 552 553 @anchor_match_whole_word.setter 554 def anchor_match_whole_word(self, anchor_match_whole_word): 555 """Sets the anchor_match_whole_word of this NotarySeal. 556 557 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 558 559 :param anchor_match_whole_word: The anchor_match_whole_word of this NotarySeal. # noqa: E501 560 :type: str 561 """ 562 563 self._anchor_match_whole_word = anchor_match_whole_word 564 565 @property 566 def anchor_match_whole_word_metadata(self): 567 """Gets the anchor_match_whole_word_metadata of this NotarySeal. # noqa: E501 568 569 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 570 571 :return: The anchor_match_whole_word_metadata of this NotarySeal. # noqa: E501 572 :rtype: PropertyMetadata 573 """ 574 return self._anchor_match_whole_word_metadata 575 576 @anchor_match_whole_word_metadata.setter 577 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 578 """Sets the anchor_match_whole_word_metadata of this NotarySeal. 579 580 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 581 582 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this NotarySeal. # noqa: E501 583 :type: PropertyMetadata 584 """ 585 586 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 587 588 @property 589 def anchor_string(self): 590 """Gets the anchor_string of this NotarySeal. # noqa: E501 591 592 Anchor text information for a radio button. # noqa: E501 593 594 :return: The anchor_string of this NotarySeal. # noqa: E501 595 :rtype: str 596 """ 597 return self._anchor_string 598 599 @anchor_string.setter 600 def anchor_string(self, anchor_string): 601 """Sets the anchor_string of this NotarySeal. 602 603 Anchor text information for a radio button. # noqa: E501 604 605 :param anchor_string: The anchor_string of this NotarySeal. # noqa: E501 606 :type: str 607 """ 608 609 self._anchor_string = anchor_string 610 611 @property 612 def anchor_string_metadata(self): 613 """Gets the anchor_string_metadata of this NotarySeal. # noqa: E501 614 615 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 616 617 :return: The anchor_string_metadata of this NotarySeal. # noqa: E501 618 :rtype: PropertyMetadata 619 """ 620 return self._anchor_string_metadata 621 622 @anchor_string_metadata.setter 623 def anchor_string_metadata(self, anchor_string_metadata): 624 """Sets the anchor_string_metadata of this NotarySeal. 625 626 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 627 628 :param anchor_string_metadata: The anchor_string_metadata of this NotarySeal. # noqa: E501 629 :type: PropertyMetadata 630 """ 631 632 self._anchor_string_metadata = anchor_string_metadata 633 634 @property 635 def anchor_tab_processor_version(self): 636 """Gets the anchor_tab_processor_version of this NotarySeal. # noqa: E501 637 638 # noqa: E501 639 640 :return: The anchor_tab_processor_version of this NotarySeal. # noqa: E501 641 :rtype: str 642 """ 643 return self._anchor_tab_processor_version 644 645 @anchor_tab_processor_version.setter 646 def anchor_tab_processor_version(self, anchor_tab_processor_version): 647 """Sets the anchor_tab_processor_version of this NotarySeal. 648 649 # noqa: E501 650 651 :param anchor_tab_processor_version: The anchor_tab_processor_version of this NotarySeal. # noqa: E501 652 :type: str 653 """ 654 655 self._anchor_tab_processor_version = anchor_tab_processor_version 656 657 @property 658 def anchor_tab_processor_version_metadata(self): 659 """Gets the anchor_tab_processor_version_metadata of this NotarySeal. # noqa: E501 660 661 Reserved for DocuSign. # noqa: E501 662 663 :return: The anchor_tab_processor_version_metadata of this NotarySeal. # noqa: E501 664 :rtype: PropertyMetadata 665 """ 666 return self._anchor_tab_processor_version_metadata 667 668 @anchor_tab_processor_version_metadata.setter 669 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 670 """Sets the anchor_tab_processor_version_metadata of this NotarySeal. 671 672 Reserved for DocuSign. # noqa: E501 673 674 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this NotarySeal. # noqa: E501 675 :type: PropertyMetadata 676 """ 677 678 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 679 680 @property 681 def anchor_units(self): 682 """Gets the anchor_units of this NotarySeal. # noqa: E501 683 684 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 685 686 :return: The anchor_units of this NotarySeal. # noqa: E501 687 :rtype: str 688 """ 689 return self._anchor_units 690 691 @anchor_units.setter 692 def anchor_units(self, anchor_units): 693 """Sets the anchor_units of this NotarySeal. 694 695 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 696 697 :param anchor_units: The anchor_units of this NotarySeal. # noqa: E501 698 :type: str 699 """ 700 701 self._anchor_units = anchor_units 702 703 @property 704 def anchor_units_metadata(self): 705 """Gets the anchor_units_metadata of this NotarySeal. # noqa: E501 706 707 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 708 709 :return: The anchor_units_metadata of this NotarySeal. # noqa: E501 710 :rtype: PropertyMetadata 711 """ 712 return self._anchor_units_metadata 713 714 @anchor_units_metadata.setter 715 def anchor_units_metadata(self, anchor_units_metadata): 716 """Sets the anchor_units_metadata of this NotarySeal. 717 718 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 719 720 :param anchor_units_metadata: The anchor_units_metadata of this NotarySeal. # noqa: E501 721 :type: PropertyMetadata 722 """ 723 724 self._anchor_units_metadata = anchor_units_metadata 725 726 @property 727 def anchor_x_offset(self): 728 """Gets the anchor_x_offset of this NotarySeal. # noqa: E501 729 730 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 731 732 :return: The anchor_x_offset of this NotarySeal. # noqa: E501 733 :rtype: str 734 """ 735 return self._anchor_x_offset 736 737 @anchor_x_offset.setter 738 def anchor_x_offset(self, anchor_x_offset): 739 """Sets the anchor_x_offset of this NotarySeal. 740 741 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 742 743 :param anchor_x_offset: The anchor_x_offset of this NotarySeal. # noqa: E501 744 :type: str 745 """ 746 747 self._anchor_x_offset = anchor_x_offset 748 749 @property 750 def anchor_x_offset_metadata(self): 751 """Gets the anchor_x_offset_metadata of this NotarySeal. # noqa: E501 752 753 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 754 755 :return: The anchor_x_offset_metadata of this NotarySeal. # noqa: E501 756 :rtype: PropertyMetadata 757 """ 758 return self._anchor_x_offset_metadata 759 760 @anchor_x_offset_metadata.setter 761 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 762 """Sets the anchor_x_offset_metadata of this NotarySeal. 763 764 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 765 766 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this NotarySeal. # noqa: E501 767 :type: PropertyMetadata 768 """ 769 770 self._anchor_x_offset_metadata = anchor_x_offset_metadata 771 772 @property 773 def anchor_y_offset(self): 774 """Gets the anchor_y_offset of this NotarySeal. # noqa: E501 775 776 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 777 778 :return: The anchor_y_offset of this NotarySeal. # noqa: E501 779 :rtype: str 780 """ 781 return self._anchor_y_offset 782 783 @anchor_y_offset.setter 784 def anchor_y_offset(self, anchor_y_offset): 785 """Sets the anchor_y_offset of this NotarySeal. 786 787 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 788 789 :param anchor_y_offset: The anchor_y_offset of this NotarySeal. # noqa: E501 790 :type: str 791 """ 792 793 self._anchor_y_offset = anchor_y_offset 794 795 @property 796 def anchor_y_offset_metadata(self): 797 """Gets the anchor_y_offset_metadata of this NotarySeal. # noqa: E501 798 799 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 800 801 :return: The anchor_y_offset_metadata of this NotarySeal. # noqa: E501 802 :rtype: PropertyMetadata 803 """ 804 return self._anchor_y_offset_metadata 805 806 @anchor_y_offset_metadata.setter 807 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 808 """Sets the anchor_y_offset_metadata of this NotarySeal. 809 810 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 811 812 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this NotarySeal. # noqa: E501 813 :type: PropertyMetadata 814 """ 815 816 self._anchor_y_offset_metadata = anchor_y_offset_metadata 817 818 @property 819 def caption(self): 820 """Gets the caption of this NotarySeal. # noqa: E501 821 822 # noqa: E501 823 824 :return: The caption of this NotarySeal. # noqa: E501 825 :rtype: str 826 """ 827 return self._caption 828 829 @caption.setter 830 def caption(self, caption): 831 """Sets the caption of this NotarySeal. 832 833 # noqa: E501 834 835 :param caption: The caption of this NotarySeal. # noqa: E501 836 :type: str 837 """ 838 839 self._caption = caption 840 841 @property 842 def caption_metadata(self): 843 """Gets the caption_metadata of this NotarySeal. # noqa: E501 844 845 # noqa: E501 846 847 :return: The caption_metadata of this NotarySeal. # noqa: E501 848 :rtype: PropertyMetadata 849 """ 850 return self._caption_metadata 851 852 @caption_metadata.setter 853 def caption_metadata(self, caption_metadata): 854 """Sets the caption_metadata of this NotarySeal. 855 856 # noqa: E501 857 858 :param caption_metadata: The caption_metadata of this NotarySeal. # noqa: E501 859 :type: PropertyMetadata 860 """ 861 862 self._caption_metadata = caption_metadata 863 864 @property 865 def conditional_parent_label(self): 866 """Gets the conditional_parent_label of this NotarySeal. # noqa: E501 867 868 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 869 870 :return: The conditional_parent_label of this NotarySeal. # noqa: E501 871 :rtype: str 872 """ 873 return self._conditional_parent_label 874 875 @conditional_parent_label.setter 876 def conditional_parent_label(self, conditional_parent_label): 877 """Sets the conditional_parent_label of this NotarySeal. 878 879 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 880 881 :param conditional_parent_label: The conditional_parent_label of this NotarySeal. # noqa: E501 882 :type: str 883 """ 884 885 self._conditional_parent_label = conditional_parent_label 886 887 @property 888 def conditional_parent_label_metadata(self): 889 """Gets the conditional_parent_label_metadata of this NotarySeal. # noqa: E501 890 891 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 892 893 :return: The conditional_parent_label_metadata of this NotarySeal. # noqa: E501 894 :rtype: PropertyMetadata 895 """ 896 return self._conditional_parent_label_metadata 897 898 @conditional_parent_label_metadata.setter 899 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 900 """Sets the conditional_parent_label_metadata of this NotarySeal. 901 902 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 903 904 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this NotarySeal. # noqa: E501 905 :type: PropertyMetadata 906 """ 907 908 self._conditional_parent_label_metadata = conditional_parent_label_metadata 909 910 @property 911 def conditional_parent_value(self): 912 """Gets the conditional_parent_value of this NotarySeal. # noqa: E501 913 914 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 915 916 :return: The conditional_parent_value of this NotarySeal. # noqa: E501 917 :rtype: str 918 """ 919 return self._conditional_parent_value 920 921 @conditional_parent_value.setter 922 def conditional_parent_value(self, conditional_parent_value): 923 """Sets the conditional_parent_value of this NotarySeal. 924 925 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 926 927 :param conditional_parent_value: The conditional_parent_value of this NotarySeal. # noqa: E501 928 :type: str 929 """ 930 931 self._conditional_parent_value = conditional_parent_value 932 933 @property 934 def conditional_parent_value_metadata(self): 935 """Gets the conditional_parent_value_metadata of this NotarySeal. # noqa: E501 936 937 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 938 939 :return: The conditional_parent_value_metadata of this NotarySeal. # noqa: E501 940 :rtype: PropertyMetadata 941 """ 942 return self._conditional_parent_value_metadata 943 944 @conditional_parent_value_metadata.setter 945 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 946 """Sets the conditional_parent_value_metadata of this NotarySeal. 947 948 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 949 950 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this NotarySeal. # noqa: E501 951 :type: PropertyMetadata 952 """ 953 954 self._conditional_parent_value_metadata = conditional_parent_value_metadata 955 956 @property 957 def custom_tab_id(self): 958 """Gets the custom_tab_id of this NotarySeal. # noqa: E501 959 960 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 961 962 :return: The custom_tab_id of this NotarySeal. # noqa: E501 963 :rtype: str 964 """ 965 return self._custom_tab_id 966 967 @custom_tab_id.setter 968 def custom_tab_id(self, custom_tab_id): 969 """Sets the custom_tab_id of this NotarySeal. 970 971 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 972 973 :param custom_tab_id: The custom_tab_id of this NotarySeal. # noqa: E501 974 :type: str 975 """ 976 977 self._custom_tab_id = custom_tab_id 978 979 @property 980 def custom_tab_id_metadata(self): 981 """Gets the custom_tab_id_metadata of this NotarySeal. # noqa: E501 982 983 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 984 985 :return: The custom_tab_id_metadata of this NotarySeal. # noqa: E501 986 :rtype: PropertyMetadata 987 """ 988 return self._custom_tab_id_metadata 989 990 @custom_tab_id_metadata.setter 991 def custom_tab_id_metadata(self, custom_tab_id_metadata): 992 """Sets the custom_tab_id_metadata of this NotarySeal. 993 994 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 995 996 :param custom_tab_id_metadata: The custom_tab_id_metadata of this NotarySeal. # noqa: E501 997 :type: PropertyMetadata 998 """ 999 1000 self._custom_tab_id_metadata = custom_tab_id_metadata 1001 1002 @property 1003 def document_id(self): 1004 """Gets the document_id of this NotarySeal. # noqa: E501 1005 1006 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1007 1008 :return: The document_id of this NotarySeal. # noqa: E501 1009 :rtype: str 1010 """ 1011 return self._document_id 1012 1013 @document_id.setter 1014 def document_id(self, document_id): 1015 """Sets the document_id of this NotarySeal. 1016 1017 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1018 1019 :param document_id: The document_id of this NotarySeal. # noqa: E501 1020 :type: str 1021 """ 1022 1023 self._document_id = document_id 1024 1025 @property 1026 def document_id_metadata(self): 1027 """Gets the document_id_metadata of this NotarySeal. # noqa: E501 1028 1029 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1030 1031 :return: The document_id_metadata of this NotarySeal. # noqa: E501 1032 :rtype: PropertyMetadata 1033 """ 1034 return self._document_id_metadata 1035 1036 @document_id_metadata.setter 1037 def document_id_metadata(self, document_id_metadata): 1038 """Sets the document_id_metadata of this NotarySeal. 1039 1040 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1041 1042 :param document_id_metadata: The document_id_metadata of this NotarySeal. # noqa: E501 1043 :type: PropertyMetadata 1044 """ 1045 1046 self._document_id_metadata = document_id_metadata 1047 1048 @property 1049 def error_details(self): 1050 """Gets the error_details of this NotarySeal. # noqa: E501 1051 1052 Array or errors. # noqa: E501 1053 1054 :return: The error_details of this NotarySeal. # noqa: E501 1055 :rtype: ErrorDetails 1056 """ 1057 return self._error_details 1058 1059 @error_details.setter 1060 def error_details(self, error_details): 1061 """Sets the error_details of this NotarySeal. 1062 1063 Array or errors. # noqa: E501 1064 1065 :param error_details: The error_details of this NotarySeal. # noqa: E501 1066 :type: ErrorDetails 1067 """ 1068 1069 self._error_details = error_details 1070 1071 @property 1072 def form_order(self): 1073 """Gets the form_order of this NotarySeal. # noqa: E501 1074 1075 # noqa: E501 1076 1077 :return: The form_order of this NotarySeal. # noqa: E501 1078 :rtype: str 1079 """ 1080 return self._form_order 1081 1082 @form_order.setter 1083 def form_order(self, form_order): 1084 """Sets the form_order of this NotarySeal. 1085 1086 # noqa: E501 1087 1088 :param form_order: The form_order of this NotarySeal. # noqa: E501 1089 :type: str 1090 """ 1091 1092 self._form_order = form_order 1093 1094 @property 1095 def form_order_metadata(self): 1096 """Gets the form_order_metadata of this NotarySeal. # noqa: E501 1097 1098 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1099 1100 :return: The form_order_metadata of this NotarySeal. # noqa: E501 1101 :rtype: PropertyMetadata 1102 """ 1103 return self._form_order_metadata 1104 1105 @form_order_metadata.setter 1106 def form_order_metadata(self, form_order_metadata): 1107 """Sets the form_order_metadata of this NotarySeal. 1108 1109 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1110 1111 :param form_order_metadata: The form_order_metadata of this NotarySeal. # noqa: E501 1112 :type: PropertyMetadata 1113 """ 1114 1115 self._form_order_metadata = form_order_metadata 1116 1117 @property 1118 def form_page_label(self): 1119 """Gets the form_page_label of this NotarySeal. # noqa: E501 1120 1121 # noqa: E501 1122 1123 :return: The form_page_label of this NotarySeal. # noqa: E501 1124 :rtype: str 1125 """ 1126 return self._form_page_label 1127 1128 @form_page_label.setter 1129 def form_page_label(self, form_page_label): 1130 """Sets the form_page_label of this NotarySeal. 1131 1132 # noqa: E501 1133 1134 :param form_page_label: The form_page_label of this NotarySeal. # noqa: E501 1135 :type: str 1136 """ 1137 1138 self._form_page_label = form_page_label 1139 1140 @property 1141 def form_page_label_metadata(self): 1142 """Gets the form_page_label_metadata of this NotarySeal. # noqa: E501 1143 1144 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1145 1146 :return: The form_page_label_metadata of this NotarySeal. # noqa: E501 1147 :rtype: PropertyMetadata 1148 """ 1149 return self._form_page_label_metadata 1150 1151 @form_page_label_metadata.setter 1152 def form_page_label_metadata(self, form_page_label_metadata): 1153 """Sets the form_page_label_metadata of this NotarySeal. 1154 1155 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1156 1157 :param form_page_label_metadata: The form_page_label_metadata of this NotarySeal. # noqa: E501 1158 :type: PropertyMetadata 1159 """ 1160 1161 self._form_page_label_metadata = form_page_label_metadata 1162 1163 @property 1164 def form_page_number(self): 1165 """Gets the form_page_number of this NotarySeal. # noqa: E501 1166 1167 # noqa: E501 1168 1169 :return: The form_page_number of this NotarySeal. # noqa: E501 1170 :rtype: str 1171 """ 1172 return self._form_page_number 1173 1174 @form_page_number.setter 1175 def form_page_number(self, form_page_number): 1176 """Sets the form_page_number of this NotarySeal. 1177 1178 # noqa: E501 1179 1180 :param form_page_number: The form_page_number of this NotarySeal. # noqa: E501 1181 :type: str 1182 """ 1183 1184 self._form_page_number = form_page_number 1185 1186 @property 1187 def form_page_number_metadata(self): 1188 """Gets the form_page_number_metadata of this NotarySeal. # noqa: E501 1189 1190 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1191 1192 :return: The form_page_number_metadata of this NotarySeal. # noqa: E501 1193 :rtype: PropertyMetadata 1194 """ 1195 return self._form_page_number_metadata 1196 1197 @form_page_number_metadata.setter 1198 def form_page_number_metadata(self, form_page_number_metadata): 1199 """Sets the form_page_number_metadata of this NotarySeal. 1200 1201 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1202 1203 :param form_page_number_metadata: The form_page_number_metadata of this NotarySeal. # noqa: E501 1204 :type: PropertyMetadata 1205 """ 1206 1207 self._form_page_number_metadata = form_page_number_metadata 1208 1209 @property 1210 def height(self): 1211 """Gets the height of this NotarySeal. # noqa: E501 1212 1213 Height of the tab in pixels. # noqa: E501 1214 1215 :return: The height of this NotarySeal. # noqa: E501 1216 :rtype: str 1217 """ 1218 return self._height 1219 1220 @height.setter 1221 def height(self, height): 1222 """Sets the height of this NotarySeal. 1223 1224 Height of the tab in pixels. # noqa: E501 1225 1226 :param height: The height of this NotarySeal. # noqa: E501 1227 :type: str 1228 """ 1229 1230 self._height = height 1231 1232 @property 1233 def height_metadata(self): 1234 """Gets the height_metadata of this NotarySeal. # noqa: E501 1235 1236 Metadata that indicates whether the `height` property is editable. # noqa: E501 1237 1238 :return: The height_metadata of this NotarySeal. # noqa: E501 1239 :rtype: PropertyMetadata 1240 """ 1241 return self._height_metadata 1242 1243 @height_metadata.setter 1244 def height_metadata(self, height_metadata): 1245 """Sets the height_metadata of this NotarySeal. 1246 1247 Metadata that indicates whether the `height` property is editable. # noqa: E501 1248 1249 :param height_metadata: The height_metadata of this NotarySeal. # noqa: E501 1250 :type: PropertyMetadata 1251 """ 1252 1253 self._height_metadata = height_metadata 1254 1255 @property 1256 def merge_field(self): 1257 """Gets the merge_field of this NotarySeal. # noqa: E501 1258 1259 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1260 1261 :return: The merge_field of this NotarySeal. # noqa: E501 1262 :rtype: MergeField 1263 """ 1264 return self._merge_field 1265 1266 @merge_field.setter 1267 def merge_field(self, merge_field): 1268 """Sets the merge_field of this NotarySeal. 1269 1270 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1271 1272 :param merge_field: The merge_field of this NotarySeal. # noqa: E501 1273 :type: MergeField 1274 """ 1275 1276 self._merge_field = merge_field 1277 1278 @property 1279 def merge_field_xml(self): 1280 """Gets the merge_field_xml of this NotarySeal. # noqa: E501 1281 1282 # noqa: E501 1283 1284 :return: The merge_field_xml of this NotarySeal. # noqa: E501 1285 :rtype: str 1286 """ 1287 return self._merge_field_xml 1288 1289 @merge_field_xml.setter 1290 def merge_field_xml(self, merge_field_xml): 1291 """Sets the merge_field_xml of this NotarySeal. 1292 1293 # noqa: E501 1294 1295 :param merge_field_xml: The merge_field_xml of this NotarySeal. # noqa: E501 1296 :type: str 1297 """ 1298 1299 self._merge_field_xml = merge_field_xml 1300 1301 @property 1302 def name(self): 1303 """Gets the name of this NotarySeal. # noqa: E501 1304 1305 # noqa: E501 1306 1307 :return: The name of this NotarySeal. # noqa: E501 1308 :rtype: str 1309 """ 1310 return self._name 1311 1312 @name.setter 1313 def name(self, name): 1314 """Sets the name of this NotarySeal. 1315 1316 # noqa: E501 1317 1318 :param name: The name of this NotarySeal. # noqa: E501 1319 :type: str 1320 """ 1321 1322 self._name = name 1323 1324 @property 1325 def name_metadata(self): 1326 """Gets the name_metadata of this NotarySeal. # noqa: E501 1327 1328 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1329 1330 :return: The name_metadata of this NotarySeal. # noqa: E501 1331 :rtype: PropertyMetadata 1332 """ 1333 return self._name_metadata 1334 1335 @name_metadata.setter 1336 def name_metadata(self, name_metadata): 1337 """Sets the name_metadata of this NotarySeal. 1338 1339 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1340 1341 :param name_metadata: The name_metadata of this NotarySeal. # noqa: E501 1342 :type: PropertyMetadata 1343 """ 1344 1345 self._name_metadata = name_metadata 1346 1347 @property 1348 def page_number(self): 1349 """Gets the page_number of this NotarySeal. # noqa: E501 1350 1351 Specifies the page number on which the tab is located. # noqa: E501 1352 1353 :return: The page_number of this NotarySeal. # noqa: E501 1354 :rtype: str 1355 """ 1356 return self._page_number 1357 1358 @page_number.setter 1359 def page_number(self, page_number): 1360 """Sets the page_number of this NotarySeal. 1361 1362 Specifies the page number on which the tab is located. # noqa: E501 1363 1364 :param page_number: The page_number of this NotarySeal. # noqa: E501 1365 :type: str 1366 """ 1367 1368 self._page_number = page_number 1369 1370 @property 1371 def page_number_metadata(self): 1372 """Gets the page_number_metadata of this NotarySeal. # noqa: E501 1373 1374 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1375 1376 :return: The page_number_metadata of this NotarySeal. # noqa: E501 1377 :rtype: PropertyMetadata 1378 """ 1379 return self._page_number_metadata 1380 1381 @page_number_metadata.setter 1382 def page_number_metadata(self, page_number_metadata): 1383 """Sets the page_number_metadata of this NotarySeal. 1384 1385 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1386 1387 :param page_number_metadata: The page_number_metadata of this NotarySeal. # noqa: E501 1388 :type: PropertyMetadata 1389 """ 1390 1391 self._page_number_metadata = page_number_metadata 1392 1393 @property 1394 def recipient_id(self): 1395 """Gets the recipient_id of this NotarySeal. # noqa: E501 1396 1397 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 1398 1399 :return: The recipient_id of this NotarySeal. # noqa: E501 1400 :rtype: str 1401 """ 1402 return self._recipient_id 1403 1404 @recipient_id.setter 1405 def recipient_id(self, recipient_id): 1406 """Sets the recipient_id of this NotarySeal. 1407 1408 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 1409 1410 :param recipient_id: The recipient_id of this NotarySeal. # noqa: E501 1411 :type: str 1412 """ 1413 1414 self._recipient_id = recipient_id 1415 1416 @property 1417 def recipient_id_guid(self): 1418 """Gets the recipient_id_guid of this NotarySeal. # noqa: E501 1419 1420 # noqa: E501 1421 1422 :return: The recipient_id_guid of this NotarySeal. # noqa: E501 1423 :rtype: str 1424 """ 1425 return self._recipient_id_guid 1426 1427 @recipient_id_guid.setter 1428 def recipient_id_guid(self, recipient_id_guid): 1429 """Sets the recipient_id_guid of this NotarySeal. 1430 1431 # noqa: E501 1432 1433 :param recipient_id_guid: The recipient_id_guid of this NotarySeal. # noqa: E501 1434 :type: str 1435 """ 1436 1437 self._recipient_id_guid = recipient_id_guid 1438 1439 @property 1440 def recipient_id_guid_metadata(self): 1441 """Gets the recipient_id_guid_metadata of this NotarySeal. # noqa: E501 1442 1443 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 1444 1445 :return: The recipient_id_guid_metadata of this NotarySeal. # noqa: E501 1446 :rtype: PropertyMetadata 1447 """ 1448 return self._recipient_id_guid_metadata 1449 1450 @recipient_id_guid_metadata.setter 1451 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 1452 """Sets the recipient_id_guid_metadata of this NotarySeal. 1453 1454 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 1455 1456 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this NotarySeal. # noqa: E501 1457 :type: PropertyMetadata 1458 """ 1459 1460 self._recipient_id_guid_metadata = recipient_id_guid_metadata 1461 1462 @property 1463 def recipient_id_metadata(self): 1464 """Gets the recipient_id_metadata of this NotarySeal. # noqa: E501 1465 1466 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 1467 1468 :return: The recipient_id_metadata of this NotarySeal. # noqa: E501 1469 :rtype: PropertyMetadata 1470 """ 1471 return self._recipient_id_metadata 1472 1473 @recipient_id_metadata.setter 1474 def recipient_id_metadata(self, recipient_id_metadata): 1475 """Sets the recipient_id_metadata of this NotarySeal. 1476 1477 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 1478 1479 :param recipient_id_metadata: The recipient_id_metadata of this NotarySeal. # noqa: E501 1480 :type: PropertyMetadata 1481 """ 1482 1483 self._recipient_id_metadata = recipient_id_metadata 1484 1485 @property 1486 def scale_value(self): 1487 """Gets the scale_value of this NotarySeal. # noqa: E501 1488 1489 # noqa: E501 1490 1491 :return: The scale_value of this NotarySeal. # noqa: E501 1492 :rtype: str 1493 """ 1494 return self._scale_value 1495 1496 @scale_value.setter 1497 def scale_value(self, scale_value): 1498 """Sets the scale_value of this NotarySeal. 1499 1500 # noqa: E501 1501 1502 :param scale_value: The scale_value of this NotarySeal. # noqa: E501 1503 :type: str 1504 """ 1505 1506 self._scale_value = scale_value 1507 1508 @property 1509 def scale_value_metadata(self): 1510 """Gets the scale_value_metadata of this NotarySeal. # noqa: E501 1511 1512 Metadata that indicates whether the `scaleValue` property is editable. # noqa: E501 1513 1514 :return: The scale_value_metadata of this NotarySeal. # noqa: E501 1515 :rtype: PropertyMetadata 1516 """ 1517 return self._scale_value_metadata 1518 1519 @scale_value_metadata.setter 1520 def scale_value_metadata(self, scale_value_metadata): 1521 """Sets the scale_value_metadata of this NotarySeal. 1522 1523 Metadata that indicates whether the `scaleValue` property is editable. # noqa: E501 1524 1525 :param scale_value_metadata: The scale_value_metadata of this NotarySeal. # noqa: E501 1526 :type: PropertyMetadata 1527 """ 1528 1529 self._scale_value_metadata = scale_value_metadata 1530 1531 @property 1532 def smart_contract_information(self): 1533 """Gets the smart_contract_information of this NotarySeal. # noqa: E501 1534 1535 Reserved for DocuSign. # noqa: E501 1536 1537 :return: The smart_contract_information of this NotarySeal. # noqa: E501 1538 :rtype: SmartContractInformation 1539 """ 1540 return self._smart_contract_information 1541 1542 @smart_contract_information.setter 1543 def smart_contract_information(self, smart_contract_information): 1544 """Sets the smart_contract_information of this NotarySeal. 1545 1546 Reserved for DocuSign. # noqa: E501 1547 1548 :param smart_contract_information: The smart_contract_information of this NotarySeal. # noqa: E501 1549 :type: SmartContractInformation 1550 """ 1551 1552 self._smart_contract_information = smart_contract_information 1553 1554 @property 1555 def source(self): 1556 """Gets the source of this NotarySeal. # noqa: E501 1557 1558 # noqa: E501 1559 1560 :return: The source of this NotarySeal. # noqa: E501 1561 :rtype: str 1562 """ 1563 return self._source 1564 1565 @source.setter 1566 def source(self, source): 1567 """Sets the source of this NotarySeal. 1568 1569 # noqa: E501 1570 1571 :param source: The source of this NotarySeal. # noqa: E501 1572 :type: str 1573 """ 1574 1575 self._source = source 1576 1577 @property 1578 def status(self): 1579 """Gets the status of this NotarySeal. # noqa: E501 1580 1581 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 1582 1583 :return: The status of this NotarySeal. # noqa: E501 1584 :rtype: str 1585 """ 1586 return self._status 1587 1588 @status.setter 1589 def status(self, status): 1590 """Sets the status of this NotarySeal. 1591 1592 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 1593 1594 :param status: The status of this NotarySeal. # noqa: E501 1595 :type: str 1596 """ 1597 1598 self._status = status 1599 1600 @property 1601 def status_metadata(self): 1602 """Gets the status_metadata of this NotarySeal. # noqa: E501 1603 1604 Metadata that indicates whether the `status` property is editable. # noqa: E501 1605 1606 :return: The status_metadata of this NotarySeal. # noqa: E501 1607 :rtype: PropertyMetadata 1608 """ 1609 return self._status_metadata 1610 1611 @status_metadata.setter 1612 def status_metadata(self, status_metadata): 1613 """Sets the status_metadata of this NotarySeal. 1614 1615 Metadata that indicates whether the `status` property is editable. # noqa: E501 1616 1617 :param status_metadata: The status_metadata of this NotarySeal. # noqa: E501 1618 :type: PropertyMetadata 1619 """ 1620 1621 self._status_metadata = status_metadata 1622 1623 @property 1624 def tab_group_labels(self): 1625 """Gets the tab_group_labels of this NotarySeal. # noqa: E501 1626 1627 # noqa: E501 1628 1629 :return: The tab_group_labels of this NotarySeal. # noqa: E501 1630 :rtype: list[str] 1631 """ 1632 return self._tab_group_labels 1633 1634 @tab_group_labels.setter 1635 def tab_group_labels(self, tab_group_labels): 1636 """Sets the tab_group_labels of this NotarySeal. 1637 1638 # noqa: E501 1639 1640 :param tab_group_labels: The tab_group_labels of this NotarySeal. # noqa: E501 1641 :type: list[str] 1642 """ 1643 1644 self._tab_group_labels = tab_group_labels 1645 1646 @property 1647 def tab_group_labels_metadata(self): 1648 """Gets the tab_group_labels_metadata of this NotarySeal. # noqa: E501 1649 1650 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 1651 1652 :return: The tab_group_labels_metadata of this NotarySeal. # noqa: E501 1653 :rtype: PropertyMetadata 1654 """ 1655 return self._tab_group_labels_metadata 1656 1657 @tab_group_labels_metadata.setter 1658 def tab_group_labels_metadata(self, tab_group_labels_metadata): 1659 """Sets the tab_group_labels_metadata of this NotarySeal. 1660 1661 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 1662 1663 :param tab_group_labels_metadata: The tab_group_labels_metadata of this NotarySeal. # noqa: E501 1664 :type: PropertyMetadata 1665 """ 1666 1667 self._tab_group_labels_metadata = tab_group_labels_metadata 1668 1669 @property 1670 def tab_id(self): 1671 """Gets the tab_id of this NotarySeal. # noqa: E501 1672 1673 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1674 1675 :return: The tab_id of this NotarySeal. # noqa: E501 1676 :rtype: str 1677 """ 1678 return self._tab_id 1679 1680 @tab_id.setter 1681 def tab_id(self, tab_id): 1682 """Sets the tab_id of this NotarySeal. 1683 1684 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1685 1686 :param tab_id: The tab_id of this NotarySeal. # noqa: E501 1687 :type: str 1688 """ 1689 1690 self._tab_id = tab_id 1691 1692 @property 1693 def tab_id_metadata(self): 1694 """Gets the tab_id_metadata of this NotarySeal. # noqa: E501 1695 1696 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1697 1698 :return: The tab_id_metadata of this NotarySeal. # noqa: E501 1699 :rtype: PropertyMetadata 1700 """ 1701 return self._tab_id_metadata 1702 1703 @tab_id_metadata.setter 1704 def tab_id_metadata(self, tab_id_metadata): 1705 """Sets the tab_id_metadata of this NotarySeal. 1706 1707 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1708 1709 :param tab_id_metadata: The tab_id_metadata of this NotarySeal. # noqa: E501 1710 :type: PropertyMetadata 1711 """ 1712 1713 self._tab_id_metadata = tab_id_metadata 1714 1715 @property 1716 def tab_label(self): 1717 """Gets the tab_label of this NotarySeal. # noqa: E501 1718 1719 The label string associated with the tab. # noqa: E501 1720 1721 :return: The tab_label of this NotarySeal. # noqa: E501 1722 :rtype: str 1723 """ 1724 return self._tab_label 1725 1726 @tab_label.setter 1727 def tab_label(self, tab_label): 1728 """Sets the tab_label of this NotarySeal. 1729 1730 The label string associated with the tab. # noqa: E501 1731 1732 :param tab_label: The tab_label of this NotarySeal. # noqa: E501 1733 :type: str 1734 """ 1735 1736 self._tab_label = tab_label 1737 1738 @property 1739 def tab_label_metadata(self): 1740 """Gets the tab_label_metadata of this NotarySeal. # noqa: E501 1741 1742 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 1743 1744 :return: The tab_label_metadata of this NotarySeal. # noqa: E501 1745 :rtype: PropertyMetadata 1746 """ 1747 return self._tab_label_metadata 1748 1749 @tab_label_metadata.setter 1750 def tab_label_metadata(self, tab_label_metadata): 1751 """Sets the tab_label_metadata of this NotarySeal. 1752 1753 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 1754 1755 :param tab_label_metadata: The tab_label_metadata of this NotarySeal. # noqa: E501 1756 :type: PropertyMetadata 1757 """ 1758 1759 self._tab_label_metadata = tab_label_metadata 1760 1761 @property 1762 def tab_order(self): 1763 """Gets the tab_order of this NotarySeal. # noqa: E501 1764 1765 # noqa: E501 1766 1767 :return: The tab_order of this NotarySeal. # noqa: E501 1768 :rtype: str 1769 """ 1770 return self._tab_order 1771 1772 @tab_order.setter 1773 def tab_order(self, tab_order): 1774 """Sets the tab_order of this NotarySeal. 1775 1776 # noqa: E501 1777 1778 :param tab_order: The tab_order of this NotarySeal. # noqa: E501 1779 :type: str 1780 """ 1781 1782 self._tab_order = tab_order 1783 1784 @property 1785 def tab_order_metadata(self): 1786 """Gets the tab_order_metadata of this NotarySeal. # noqa: E501 1787 1788 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1789 1790 :return: The tab_order_metadata of this NotarySeal. # noqa: E501 1791 :rtype: PropertyMetadata 1792 """ 1793 return self._tab_order_metadata 1794 1795 @tab_order_metadata.setter 1796 def tab_order_metadata(self, tab_order_metadata): 1797 """Sets the tab_order_metadata of this NotarySeal. 1798 1799 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1800 1801 :param tab_order_metadata: The tab_order_metadata of this NotarySeal. # noqa: E501 1802 :type: PropertyMetadata 1803 """ 1804 1805 self._tab_order_metadata = tab_order_metadata 1806 1807 @property 1808 def tab_type(self): 1809 """Gets the tab_type of this NotarySeal. # noqa: E501 1810 1811 # noqa: E501 1812 1813 :return: The tab_type of this NotarySeal. # noqa: E501 1814 :rtype: str 1815 """ 1816 return self._tab_type 1817 1818 @tab_type.setter 1819 def tab_type(self, tab_type): 1820 """Sets the tab_type of this NotarySeal. 1821 1822 # noqa: E501 1823 1824 :param tab_type: The tab_type of this NotarySeal. # noqa: E501 1825 :type: str 1826 """ 1827 1828 self._tab_type = tab_type 1829 1830 @property 1831 def tab_type_metadata(self): 1832 """Gets the tab_type_metadata of this NotarySeal. # noqa: E501 1833 1834 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 1835 1836 :return: The tab_type_metadata of this NotarySeal. # noqa: E501 1837 :rtype: PropertyMetadata 1838 """ 1839 return self._tab_type_metadata 1840 1841 @tab_type_metadata.setter 1842 def tab_type_metadata(self, tab_type_metadata): 1843 """Sets the tab_type_metadata of this NotarySeal. 1844 1845 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 1846 1847 :param tab_type_metadata: The tab_type_metadata of this NotarySeal. # noqa: E501 1848 :type: PropertyMetadata 1849 """ 1850 1851 self._tab_type_metadata = tab_type_metadata 1852 1853 @property 1854 def template_locked(self): 1855 """Gets the template_locked of this NotarySeal. # noqa: E501 1856 1857 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 1858 1859 :return: The template_locked of this NotarySeal. # noqa: E501 1860 :rtype: str 1861 """ 1862 return self._template_locked 1863 1864 @template_locked.setter 1865 def template_locked(self, template_locked): 1866 """Sets the template_locked of this NotarySeal. 1867 1868 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 1869 1870 :param template_locked: The template_locked of this NotarySeal. # noqa: E501 1871 :type: str 1872 """ 1873 1874 self._template_locked = template_locked 1875 1876 @property 1877 def template_locked_metadata(self): 1878 """Gets the template_locked_metadata of this NotarySeal. # noqa: E501 1879 1880 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 1881 1882 :return: The template_locked_metadata of this NotarySeal. # noqa: E501 1883 :rtype: PropertyMetadata 1884 """ 1885 return self._template_locked_metadata 1886 1887 @template_locked_metadata.setter 1888 def template_locked_metadata(self, template_locked_metadata): 1889 """Sets the template_locked_metadata of this NotarySeal. 1890 1891 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 1892 1893 :param template_locked_metadata: The template_locked_metadata of this NotarySeal. # noqa: E501 1894 :type: PropertyMetadata 1895 """ 1896 1897 self._template_locked_metadata = template_locked_metadata 1898 1899 @property 1900 def template_required(self): 1901 """Gets the template_required of this NotarySeal. # noqa: E501 1902 1903 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 1904 1905 :return: The template_required of this NotarySeal. # noqa: E501 1906 :rtype: str 1907 """ 1908 return self._template_required 1909 1910 @template_required.setter 1911 def template_required(self, template_required): 1912 """Sets the template_required of this NotarySeal. 1913 1914 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 1915 1916 :param template_required: The template_required of this NotarySeal. # noqa: E501 1917 :type: str 1918 """ 1919 1920 self._template_required = template_required 1921 1922 @property 1923 def template_required_metadata(self): 1924 """Gets the template_required_metadata of this NotarySeal. # noqa: E501 1925 1926 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 1927 1928 :return: The template_required_metadata of this NotarySeal. # noqa: E501 1929 :rtype: PropertyMetadata 1930 """ 1931 return self._template_required_metadata 1932 1933 @template_required_metadata.setter 1934 def template_required_metadata(self, template_required_metadata): 1935 """Sets the template_required_metadata of this NotarySeal. 1936 1937 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 1938 1939 :param template_required_metadata: The template_required_metadata of this NotarySeal. # noqa: E501 1940 :type: PropertyMetadata 1941 """ 1942 1943 self._template_required_metadata = template_required_metadata 1944 1945 @property 1946 def tooltip(self): 1947 """Gets the tooltip of this NotarySeal. # noqa: E501 1948 1949 # noqa: E501 1950 1951 :return: The tooltip of this NotarySeal. # noqa: E501 1952 :rtype: str 1953 """ 1954 return self._tooltip 1955 1956 @tooltip.setter 1957 def tooltip(self, tooltip): 1958 """Sets the tooltip of this NotarySeal. 1959 1960 # noqa: E501 1961 1962 :param tooltip: The tooltip of this NotarySeal. # noqa: E501 1963 :type: str 1964 """ 1965 1966 self._tooltip = tooltip 1967 1968 @property 1969 def tool_tip_metadata(self): 1970 """Gets the tool_tip_metadata of this NotarySeal. # noqa: E501 1971 1972 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 1973 1974 :return: The tool_tip_metadata of this NotarySeal. # noqa: E501 1975 :rtype: PropertyMetadata 1976 """ 1977 return self._tool_tip_metadata 1978 1979 @tool_tip_metadata.setter 1980 def tool_tip_metadata(self, tool_tip_metadata): 1981 """Sets the tool_tip_metadata of this NotarySeal. 1982 1983 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 1984 1985 :param tool_tip_metadata: The tool_tip_metadata of this NotarySeal. # noqa: E501 1986 :type: PropertyMetadata 1987 """ 1988 1989 self._tool_tip_metadata = tool_tip_metadata 1990 1991 @property 1992 def width(self): 1993 """Gets the width of this NotarySeal. # noqa: E501 1994 1995 Width of the tab in pixels. # noqa: E501 1996 1997 :return: The width of this NotarySeal. # noqa: E501 1998 :rtype: str 1999 """ 2000 return self._width 2001 2002 @width.setter 2003 def width(self, width): 2004 """Sets the width of this NotarySeal. 2005 2006 Width of the tab in pixels. # noqa: E501 2007 2008 :param width: The width of this NotarySeal. # noqa: E501 2009 :type: str 2010 """ 2011 2012 self._width = width 2013 2014 @property 2015 def width_metadata(self): 2016 """Gets the width_metadata of this NotarySeal. # noqa: E501 2017 2018 Metadata that indicates whether the `width` property is editable. # noqa: E501 2019 2020 :return: The width_metadata of this NotarySeal. # noqa: E501 2021 :rtype: PropertyMetadata 2022 """ 2023 return self._width_metadata 2024 2025 @width_metadata.setter 2026 def width_metadata(self, width_metadata): 2027 """Sets the width_metadata of this NotarySeal. 2028 2029 Metadata that indicates whether the `width` property is editable. # noqa: E501 2030 2031 :param width_metadata: The width_metadata of this NotarySeal. # noqa: E501 2032 :type: PropertyMetadata 2033 """ 2034 2035 self._width_metadata = width_metadata 2036 2037 @property 2038 def x_position(self): 2039 """Gets the x_position of this NotarySeal. # noqa: E501 2040 2041 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2042 2043 :return: The x_position of this NotarySeal. # noqa: E501 2044 :rtype: str 2045 """ 2046 return self._x_position 2047 2048 @x_position.setter 2049 def x_position(self, x_position): 2050 """Sets the x_position of this NotarySeal. 2051 2052 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2053 2054 :param x_position: The x_position of this NotarySeal. # noqa: E501 2055 :type: str 2056 """ 2057 2058 self._x_position = x_position 2059 2060 @property 2061 def x_position_metadata(self): 2062 """Gets the x_position_metadata of this NotarySeal. # noqa: E501 2063 2064 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 2065 2066 :return: The x_position_metadata of this NotarySeal. # noqa: E501 2067 :rtype: PropertyMetadata 2068 """ 2069 return self._x_position_metadata 2070 2071 @x_position_metadata.setter 2072 def x_position_metadata(self, x_position_metadata): 2073 """Sets the x_position_metadata of this NotarySeal. 2074 2075 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 2076 2077 :param x_position_metadata: The x_position_metadata of this NotarySeal. # noqa: E501 2078 :type: PropertyMetadata 2079 """ 2080 2081 self._x_position_metadata = x_position_metadata 2082 2083 @property 2084 def y_position(self): 2085 """Gets the y_position of this NotarySeal. # noqa: E501 2086 2087 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2088 2089 :return: The y_position of this NotarySeal. # noqa: E501 2090 :rtype: str 2091 """ 2092 return self._y_position 2093 2094 @y_position.setter 2095 def y_position(self, y_position): 2096 """Sets the y_position of this NotarySeal. 2097 2098 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2099 2100 :param y_position: The y_position of this NotarySeal. # noqa: E501 2101 :type: str 2102 """ 2103 2104 self._y_position = y_position 2105 2106 @property 2107 def y_position_metadata(self): 2108 """Gets the y_position_metadata of this NotarySeal. # noqa: E501 2109 2110 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 2111 2112 :return: The y_position_metadata of this NotarySeal. # noqa: E501 2113 :rtype: PropertyMetadata 2114 """ 2115 return self._y_position_metadata 2116 2117 @y_position_metadata.setter 2118 def y_position_metadata(self, y_position_metadata): 2119 """Sets the y_position_metadata of this NotarySeal. 2120 2121 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 2122 2123 :param y_position_metadata: The y_position_metadata of this NotarySeal. # noqa: E501 2124 :type: PropertyMetadata 2125 """ 2126 2127 self._y_position_metadata = y_position_metadata 2128 2129 def to_dict(self): 2130 """Returns the model properties as a dict""" 2131 result = {} 2132 2133 for attr, _ in six.iteritems(self.swagger_types): 2134 value = getattr(self, attr) 2135 if isinstance(value, list): 2136 result[attr] = list(map( 2137 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 2138 value 2139 )) 2140 elif hasattr(value, "to_dict"): 2141 result[attr] = value.to_dict() 2142 elif isinstance(value, dict): 2143 result[attr] = dict(map( 2144 lambda item: (item[0], item[1].to_dict()) 2145 if hasattr(item[1], "to_dict") else item, 2146 value.items() 2147 )) 2148 else: 2149 result[attr] = value 2150 if issubclass(NotarySeal, dict): 2151 for key, value in self.items(): 2152 result[key] = value 2153 2154 return result 2155 2156 def to_str(self): 2157 """Returns the string representation of the model""" 2158 return pprint.pformat(self.to_dict()) 2159 2160 def __repr__(self): 2161 """For `print` and `pprint`""" 2162 return self.to_str() 2163 2164 def __eq__(self, other): 2165 """Returns true if both objects are equal""" 2166 if not isinstance(other, NotarySeal): 2167 return False 2168 2169 return self.to_dict() == other.to_dict() 2170 2171 def __ne__(self, other): 2172 """Returns true if both objects are not equal""" 2173 if not isinstance(other, NotarySeal): 2174 return True 2175 2176 return self.to_dict() != other.to_dict()
23class NotarySeal(object): 24 """NOTE: This class is auto generated by the swagger code generator program. 25 26 Do not edit the class manually. 27 """ 28 29 """ 30 Attributes: 31 swagger_types (dict): The key is attribute name 32 and the value is attribute type. 33 attribute_map (dict): The key is attribute name 34 and the value is json key in definition. 35 """ 36 swagger_types = { 37 'anchor_allow_white_space_in_characters': 'str', 38 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 39 'anchor_case_sensitive': 'str', 40 'anchor_case_sensitive_metadata': 'PropertyMetadata', 41 'anchor_horizontal_alignment': 'str', 42 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 43 'anchor_ignore_if_not_present': 'str', 44 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 45 'anchor_match_whole_word': 'str', 46 'anchor_match_whole_word_metadata': 'PropertyMetadata', 47 'anchor_string': 'str', 48 'anchor_string_metadata': 'PropertyMetadata', 49 'anchor_tab_processor_version': 'str', 50 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 51 'anchor_units': 'str', 52 'anchor_units_metadata': 'PropertyMetadata', 53 'anchor_x_offset': 'str', 54 'anchor_x_offset_metadata': 'PropertyMetadata', 55 'anchor_y_offset': 'str', 56 'anchor_y_offset_metadata': 'PropertyMetadata', 57 'caption': 'str', 58 'caption_metadata': 'PropertyMetadata', 59 'conditional_parent_label': 'str', 60 'conditional_parent_label_metadata': 'PropertyMetadata', 61 'conditional_parent_value': 'str', 62 'conditional_parent_value_metadata': 'PropertyMetadata', 63 'custom_tab_id': 'str', 64 'custom_tab_id_metadata': 'PropertyMetadata', 65 'document_id': 'str', 66 'document_id_metadata': 'PropertyMetadata', 67 'error_details': 'ErrorDetails', 68 'form_order': 'str', 69 'form_order_metadata': 'PropertyMetadata', 70 'form_page_label': 'str', 71 'form_page_label_metadata': 'PropertyMetadata', 72 'form_page_number': 'str', 73 'form_page_number_metadata': 'PropertyMetadata', 74 'height': 'str', 75 'height_metadata': 'PropertyMetadata', 76 'merge_field': 'MergeField', 77 'merge_field_xml': 'str', 78 'name': 'str', 79 'name_metadata': 'PropertyMetadata', 80 'page_number': 'str', 81 'page_number_metadata': 'PropertyMetadata', 82 'recipient_id': 'str', 83 'recipient_id_guid': 'str', 84 'recipient_id_guid_metadata': 'PropertyMetadata', 85 'recipient_id_metadata': 'PropertyMetadata', 86 'scale_value': 'str', 87 'scale_value_metadata': 'PropertyMetadata', 88 'smart_contract_information': 'SmartContractInformation', 89 'source': 'str', 90 'status': 'str', 91 'status_metadata': 'PropertyMetadata', 92 'tab_group_labels': 'list[str]', 93 'tab_group_labels_metadata': 'PropertyMetadata', 94 'tab_id': 'str', 95 'tab_id_metadata': 'PropertyMetadata', 96 'tab_label': 'str', 97 'tab_label_metadata': 'PropertyMetadata', 98 'tab_order': 'str', 99 'tab_order_metadata': 'PropertyMetadata', 100 'tab_type': 'str', 101 'tab_type_metadata': 'PropertyMetadata', 102 'template_locked': 'str', 103 'template_locked_metadata': 'PropertyMetadata', 104 'template_required': 'str', 105 'template_required_metadata': 'PropertyMetadata', 106 'tooltip': 'str', 107 'tool_tip_metadata': 'PropertyMetadata', 108 'width': 'str', 109 'width_metadata': 'PropertyMetadata', 110 'x_position': 'str', 111 'x_position_metadata': 'PropertyMetadata', 112 'y_position': 'str', 113 'y_position_metadata': 'PropertyMetadata' 114 } 115 116 attribute_map = { 117 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 118 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 119 'anchor_case_sensitive': 'anchorCaseSensitive', 120 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 121 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 122 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 123 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 124 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 125 'anchor_match_whole_word': 'anchorMatchWholeWord', 126 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 127 'anchor_string': 'anchorString', 128 'anchor_string_metadata': 'anchorStringMetadata', 129 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 130 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 131 'anchor_units': 'anchorUnits', 132 'anchor_units_metadata': 'anchorUnitsMetadata', 133 'anchor_x_offset': 'anchorXOffset', 134 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 135 'anchor_y_offset': 'anchorYOffset', 136 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 137 'caption': 'caption', 138 'caption_metadata': 'captionMetadata', 139 'conditional_parent_label': 'conditionalParentLabel', 140 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 141 'conditional_parent_value': 'conditionalParentValue', 142 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 143 'custom_tab_id': 'customTabId', 144 'custom_tab_id_metadata': 'customTabIdMetadata', 145 'document_id': 'documentId', 146 'document_id_metadata': 'documentIdMetadata', 147 'error_details': 'errorDetails', 148 'form_order': 'formOrder', 149 'form_order_metadata': 'formOrderMetadata', 150 'form_page_label': 'formPageLabel', 151 'form_page_label_metadata': 'formPageLabelMetadata', 152 'form_page_number': 'formPageNumber', 153 'form_page_number_metadata': 'formPageNumberMetadata', 154 'height': 'height', 155 'height_metadata': 'heightMetadata', 156 'merge_field': 'mergeField', 157 'merge_field_xml': 'mergeFieldXml', 158 'name': 'name', 159 'name_metadata': 'nameMetadata', 160 'page_number': 'pageNumber', 161 'page_number_metadata': 'pageNumberMetadata', 162 'recipient_id': 'recipientId', 163 'recipient_id_guid': 'recipientIdGuid', 164 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 165 'recipient_id_metadata': 'recipientIdMetadata', 166 'scale_value': 'scaleValue', 167 'scale_value_metadata': 'scaleValueMetadata', 168 'smart_contract_information': 'smartContractInformation', 169 'source': 'source', 170 'status': 'status', 171 'status_metadata': 'statusMetadata', 172 'tab_group_labels': 'tabGroupLabels', 173 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 174 'tab_id': 'tabId', 175 'tab_id_metadata': 'tabIdMetadata', 176 'tab_label': 'tabLabel', 177 'tab_label_metadata': 'tabLabelMetadata', 178 'tab_order': 'tabOrder', 179 'tab_order_metadata': 'tabOrderMetadata', 180 'tab_type': 'tabType', 181 'tab_type_metadata': 'tabTypeMetadata', 182 'template_locked': 'templateLocked', 183 'template_locked_metadata': 'templateLockedMetadata', 184 'template_required': 'templateRequired', 185 'template_required_metadata': 'templateRequiredMetadata', 186 'tooltip': 'tooltip', 187 'tool_tip_metadata': 'toolTipMetadata', 188 'width': 'width', 189 'width_metadata': 'widthMetadata', 190 'x_position': 'xPosition', 191 'x_position_metadata': 'xPositionMetadata', 192 'y_position': 'yPosition', 193 'y_position_metadata': 'yPositionMetadata' 194 } 195 196 def __init__(self, _configuration=None, **kwargs): # noqa: E501 197 """NotarySeal - a model defined in Swagger""" # noqa: E501 198 if _configuration is None: 199 _configuration = Configuration() 200 self._configuration = _configuration 201 202 self._anchor_allow_white_space_in_characters = None 203 self._anchor_allow_white_space_in_characters_metadata = None 204 self._anchor_case_sensitive = None 205 self._anchor_case_sensitive_metadata = None 206 self._anchor_horizontal_alignment = None 207 self._anchor_horizontal_alignment_metadata = None 208 self._anchor_ignore_if_not_present = None 209 self._anchor_ignore_if_not_present_metadata = None 210 self._anchor_match_whole_word = None 211 self._anchor_match_whole_word_metadata = None 212 self._anchor_string = None 213 self._anchor_string_metadata = None 214 self._anchor_tab_processor_version = None 215 self._anchor_tab_processor_version_metadata = None 216 self._anchor_units = None 217 self._anchor_units_metadata = None 218 self._anchor_x_offset = None 219 self._anchor_x_offset_metadata = None 220 self._anchor_y_offset = None 221 self._anchor_y_offset_metadata = None 222 self._caption = None 223 self._caption_metadata = None 224 self._conditional_parent_label = None 225 self._conditional_parent_label_metadata = None 226 self._conditional_parent_value = None 227 self._conditional_parent_value_metadata = None 228 self._custom_tab_id = None 229 self._custom_tab_id_metadata = None 230 self._document_id = None 231 self._document_id_metadata = None 232 self._error_details = None 233 self._form_order = None 234 self._form_order_metadata = None 235 self._form_page_label = None 236 self._form_page_label_metadata = None 237 self._form_page_number = None 238 self._form_page_number_metadata = None 239 self._height = None 240 self._height_metadata = None 241 self._merge_field = None 242 self._merge_field_xml = None 243 self._name = None 244 self._name_metadata = None 245 self._page_number = None 246 self._page_number_metadata = None 247 self._recipient_id = None 248 self._recipient_id_guid = None 249 self._recipient_id_guid_metadata = None 250 self._recipient_id_metadata = None 251 self._scale_value = None 252 self._scale_value_metadata = None 253 self._smart_contract_information = None 254 self._source = None 255 self._status = None 256 self._status_metadata = None 257 self._tab_group_labels = None 258 self._tab_group_labels_metadata = None 259 self._tab_id = None 260 self._tab_id_metadata = None 261 self._tab_label = None 262 self._tab_label_metadata = None 263 self._tab_order = None 264 self._tab_order_metadata = None 265 self._tab_type = None 266 self._tab_type_metadata = None 267 self._template_locked = None 268 self._template_locked_metadata = None 269 self._template_required = None 270 self._template_required_metadata = None 271 self._tooltip = None 272 self._tool_tip_metadata = None 273 self._width = None 274 self._width_metadata = None 275 self._x_position = None 276 self._x_position_metadata = None 277 self._y_position = None 278 self._y_position_metadata = None 279 self.discriminator = None 280 281 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 282 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 283 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 284 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 285 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 286 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 287 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 288 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 289 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 290 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 291 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 292 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 293 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 294 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 295 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 296 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 297 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 298 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 299 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 300 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 301 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 302 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 303 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 304 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 305 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 306 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 307 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 308 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 309 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 310 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 311 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 312 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 313 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 314 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 315 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 316 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 317 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 318 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 319 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 320 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 321 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 322 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 323 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 324 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 325 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 326 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 327 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 328 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 329 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 330 setattr(self, "_{}".format('scale_value'), kwargs.get('scale_value', None)) 331 setattr(self, "_{}".format('scale_value_metadata'), kwargs.get('scale_value_metadata', None)) 332 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 333 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 334 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 335 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 336 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 337 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 338 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 339 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 340 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 341 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 342 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 343 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 344 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 345 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 346 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 347 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 348 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 349 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 350 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 351 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 352 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 353 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 354 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 355 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 356 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 357 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 358 359 @property 360 def anchor_allow_white_space_in_characters(self): 361 """Gets the anchor_allow_white_space_in_characters of this NotarySeal. # noqa: E501 362 363 # noqa: E501 364 365 :return: The anchor_allow_white_space_in_characters of this NotarySeal. # noqa: E501 366 :rtype: str 367 """ 368 return self._anchor_allow_white_space_in_characters 369 370 @anchor_allow_white_space_in_characters.setter 371 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 372 """Sets the anchor_allow_white_space_in_characters of this NotarySeal. 373 374 # noqa: E501 375 376 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this NotarySeal. # noqa: E501 377 :type: str 378 """ 379 380 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 381 382 @property 383 def anchor_allow_white_space_in_characters_metadata(self): 384 """Gets the anchor_allow_white_space_in_characters_metadata of this NotarySeal. # noqa: E501 385 386 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 387 388 :return: The anchor_allow_white_space_in_characters_metadata of this NotarySeal. # noqa: E501 389 :rtype: PropertyMetadata 390 """ 391 return self._anchor_allow_white_space_in_characters_metadata 392 393 @anchor_allow_white_space_in_characters_metadata.setter 394 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 395 """Sets the anchor_allow_white_space_in_characters_metadata of this NotarySeal. 396 397 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 398 399 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this NotarySeal. # noqa: E501 400 :type: PropertyMetadata 401 """ 402 403 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 404 405 @property 406 def anchor_case_sensitive(self): 407 """Gets the anchor_case_sensitive of this NotarySeal. # noqa: E501 408 409 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 410 411 :return: The anchor_case_sensitive of this NotarySeal. # noqa: E501 412 :rtype: str 413 """ 414 return self._anchor_case_sensitive 415 416 @anchor_case_sensitive.setter 417 def anchor_case_sensitive(self, anchor_case_sensitive): 418 """Sets the anchor_case_sensitive of this NotarySeal. 419 420 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 421 422 :param anchor_case_sensitive: The anchor_case_sensitive of this NotarySeal. # noqa: E501 423 :type: str 424 """ 425 426 self._anchor_case_sensitive = anchor_case_sensitive 427 428 @property 429 def anchor_case_sensitive_metadata(self): 430 """Gets the anchor_case_sensitive_metadata of this NotarySeal. # noqa: E501 431 432 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 433 434 :return: The anchor_case_sensitive_metadata of this NotarySeal. # noqa: E501 435 :rtype: PropertyMetadata 436 """ 437 return self._anchor_case_sensitive_metadata 438 439 @anchor_case_sensitive_metadata.setter 440 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 441 """Sets the anchor_case_sensitive_metadata of this NotarySeal. 442 443 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 444 445 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this NotarySeal. # noqa: E501 446 :type: PropertyMetadata 447 """ 448 449 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 450 451 @property 452 def anchor_horizontal_alignment(self): 453 """Gets the anchor_horizontal_alignment of this NotarySeal. # noqa: E501 454 455 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 456 457 :return: The anchor_horizontal_alignment of this NotarySeal. # noqa: E501 458 :rtype: str 459 """ 460 return self._anchor_horizontal_alignment 461 462 @anchor_horizontal_alignment.setter 463 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 464 """Sets the anchor_horizontal_alignment of this NotarySeal. 465 466 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 467 468 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this NotarySeal. # noqa: E501 469 :type: str 470 """ 471 472 self._anchor_horizontal_alignment = anchor_horizontal_alignment 473 474 @property 475 def anchor_horizontal_alignment_metadata(self): 476 """Gets the anchor_horizontal_alignment_metadata of this NotarySeal. # noqa: E501 477 478 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 479 480 :return: The anchor_horizontal_alignment_metadata of this NotarySeal. # noqa: E501 481 :rtype: PropertyMetadata 482 """ 483 return self._anchor_horizontal_alignment_metadata 484 485 @anchor_horizontal_alignment_metadata.setter 486 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 487 """Sets the anchor_horizontal_alignment_metadata of this NotarySeal. 488 489 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 490 491 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this NotarySeal. # noqa: E501 492 :type: PropertyMetadata 493 """ 494 495 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 496 497 @property 498 def anchor_ignore_if_not_present(self): 499 """Gets the anchor_ignore_if_not_present of this NotarySeal. # noqa: E501 500 501 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 502 503 :return: The anchor_ignore_if_not_present of this NotarySeal. # noqa: E501 504 :rtype: str 505 """ 506 return self._anchor_ignore_if_not_present 507 508 @anchor_ignore_if_not_present.setter 509 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 510 """Sets the anchor_ignore_if_not_present of this NotarySeal. 511 512 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 513 514 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this NotarySeal. # noqa: E501 515 :type: str 516 """ 517 518 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 519 520 @property 521 def anchor_ignore_if_not_present_metadata(self): 522 """Gets the anchor_ignore_if_not_present_metadata of this NotarySeal. # noqa: E501 523 524 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 525 526 :return: The anchor_ignore_if_not_present_metadata of this NotarySeal. # noqa: E501 527 :rtype: PropertyMetadata 528 """ 529 return self._anchor_ignore_if_not_present_metadata 530 531 @anchor_ignore_if_not_present_metadata.setter 532 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 533 """Sets the anchor_ignore_if_not_present_metadata of this NotarySeal. 534 535 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 536 537 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this NotarySeal. # noqa: E501 538 :type: PropertyMetadata 539 """ 540 541 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 542 543 @property 544 def anchor_match_whole_word(self): 545 """Gets the anchor_match_whole_word of this NotarySeal. # noqa: E501 546 547 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 548 549 :return: The anchor_match_whole_word of this NotarySeal. # noqa: E501 550 :rtype: str 551 """ 552 return self._anchor_match_whole_word 553 554 @anchor_match_whole_word.setter 555 def anchor_match_whole_word(self, anchor_match_whole_word): 556 """Sets the anchor_match_whole_word of this NotarySeal. 557 558 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 559 560 :param anchor_match_whole_word: The anchor_match_whole_word of this NotarySeal. # noqa: E501 561 :type: str 562 """ 563 564 self._anchor_match_whole_word = anchor_match_whole_word 565 566 @property 567 def anchor_match_whole_word_metadata(self): 568 """Gets the anchor_match_whole_word_metadata of this NotarySeal. # noqa: E501 569 570 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 571 572 :return: The anchor_match_whole_word_metadata of this NotarySeal. # noqa: E501 573 :rtype: PropertyMetadata 574 """ 575 return self._anchor_match_whole_word_metadata 576 577 @anchor_match_whole_word_metadata.setter 578 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 579 """Sets the anchor_match_whole_word_metadata of this NotarySeal. 580 581 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 582 583 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this NotarySeal. # noqa: E501 584 :type: PropertyMetadata 585 """ 586 587 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 588 589 @property 590 def anchor_string(self): 591 """Gets the anchor_string of this NotarySeal. # noqa: E501 592 593 Anchor text information for a radio button. # noqa: E501 594 595 :return: The anchor_string of this NotarySeal. # noqa: E501 596 :rtype: str 597 """ 598 return self._anchor_string 599 600 @anchor_string.setter 601 def anchor_string(self, anchor_string): 602 """Sets the anchor_string of this NotarySeal. 603 604 Anchor text information for a radio button. # noqa: E501 605 606 :param anchor_string: The anchor_string of this NotarySeal. # noqa: E501 607 :type: str 608 """ 609 610 self._anchor_string = anchor_string 611 612 @property 613 def anchor_string_metadata(self): 614 """Gets the anchor_string_metadata of this NotarySeal. # noqa: E501 615 616 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 617 618 :return: The anchor_string_metadata of this NotarySeal. # noqa: E501 619 :rtype: PropertyMetadata 620 """ 621 return self._anchor_string_metadata 622 623 @anchor_string_metadata.setter 624 def anchor_string_metadata(self, anchor_string_metadata): 625 """Sets the anchor_string_metadata of this NotarySeal. 626 627 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 628 629 :param anchor_string_metadata: The anchor_string_metadata of this NotarySeal. # noqa: E501 630 :type: PropertyMetadata 631 """ 632 633 self._anchor_string_metadata = anchor_string_metadata 634 635 @property 636 def anchor_tab_processor_version(self): 637 """Gets the anchor_tab_processor_version of this NotarySeal. # noqa: E501 638 639 # noqa: E501 640 641 :return: The anchor_tab_processor_version of this NotarySeal. # noqa: E501 642 :rtype: str 643 """ 644 return self._anchor_tab_processor_version 645 646 @anchor_tab_processor_version.setter 647 def anchor_tab_processor_version(self, anchor_tab_processor_version): 648 """Sets the anchor_tab_processor_version of this NotarySeal. 649 650 # noqa: E501 651 652 :param anchor_tab_processor_version: The anchor_tab_processor_version of this NotarySeal. # noqa: E501 653 :type: str 654 """ 655 656 self._anchor_tab_processor_version = anchor_tab_processor_version 657 658 @property 659 def anchor_tab_processor_version_metadata(self): 660 """Gets the anchor_tab_processor_version_metadata of this NotarySeal. # noqa: E501 661 662 Reserved for DocuSign. # noqa: E501 663 664 :return: The anchor_tab_processor_version_metadata of this NotarySeal. # noqa: E501 665 :rtype: PropertyMetadata 666 """ 667 return self._anchor_tab_processor_version_metadata 668 669 @anchor_tab_processor_version_metadata.setter 670 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 671 """Sets the anchor_tab_processor_version_metadata of this NotarySeal. 672 673 Reserved for DocuSign. # noqa: E501 674 675 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this NotarySeal. # noqa: E501 676 :type: PropertyMetadata 677 """ 678 679 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 680 681 @property 682 def anchor_units(self): 683 """Gets the anchor_units of this NotarySeal. # noqa: E501 684 685 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 686 687 :return: The anchor_units of this NotarySeal. # noqa: E501 688 :rtype: str 689 """ 690 return self._anchor_units 691 692 @anchor_units.setter 693 def anchor_units(self, anchor_units): 694 """Sets the anchor_units of this NotarySeal. 695 696 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 697 698 :param anchor_units: The anchor_units of this NotarySeal. # noqa: E501 699 :type: str 700 """ 701 702 self._anchor_units = anchor_units 703 704 @property 705 def anchor_units_metadata(self): 706 """Gets the anchor_units_metadata of this NotarySeal. # noqa: E501 707 708 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 709 710 :return: The anchor_units_metadata of this NotarySeal. # noqa: E501 711 :rtype: PropertyMetadata 712 """ 713 return self._anchor_units_metadata 714 715 @anchor_units_metadata.setter 716 def anchor_units_metadata(self, anchor_units_metadata): 717 """Sets the anchor_units_metadata of this NotarySeal. 718 719 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 720 721 :param anchor_units_metadata: The anchor_units_metadata of this NotarySeal. # noqa: E501 722 :type: PropertyMetadata 723 """ 724 725 self._anchor_units_metadata = anchor_units_metadata 726 727 @property 728 def anchor_x_offset(self): 729 """Gets the anchor_x_offset of this NotarySeal. # noqa: E501 730 731 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 732 733 :return: The anchor_x_offset of this NotarySeal. # noqa: E501 734 :rtype: str 735 """ 736 return self._anchor_x_offset 737 738 @anchor_x_offset.setter 739 def anchor_x_offset(self, anchor_x_offset): 740 """Sets the anchor_x_offset of this NotarySeal. 741 742 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 743 744 :param anchor_x_offset: The anchor_x_offset of this NotarySeal. # noqa: E501 745 :type: str 746 """ 747 748 self._anchor_x_offset = anchor_x_offset 749 750 @property 751 def anchor_x_offset_metadata(self): 752 """Gets the anchor_x_offset_metadata of this NotarySeal. # noqa: E501 753 754 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 755 756 :return: The anchor_x_offset_metadata of this NotarySeal. # noqa: E501 757 :rtype: PropertyMetadata 758 """ 759 return self._anchor_x_offset_metadata 760 761 @anchor_x_offset_metadata.setter 762 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 763 """Sets the anchor_x_offset_metadata of this NotarySeal. 764 765 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 766 767 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this NotarySeal. # noqa: E501 768 :type: PropertyMetadata 769 """ 770 771 self._anchor_x_offset_metadata = anchor_x_offset_metadata 772 773 @property 774 def anchor_y_offset(self): 775 """Gets the anchor_y_offset of this NotarySeal. # noqa: E501 776 777 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 778 779 :return: The anchor_y_offset of this NotarySeal. # noqa: E501 780 :rtype: str 781 """ 782 return self._anchor_y_offset 783 784 @anchor_y_offset.setter 785 def anchor_y_offset(self, anchor_y_offset): 786 """Sets the anchor_y_offset of this NotarySeal. 787 788 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 789 790 :param anchor_y_offset: The anchor_y_offset of this NotarySeal. # noqa: E501 791 :type: str 792 """ 793 794 self._anchor_y_offset = anchor_y_offset 795 796 @property 797 def anchor_y_offset_metadata(self): 798 """Gets the anchor_y_offset_metadata of this NotarySeal. # noqa: E501 799 800 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 801 802 :return: The anchor_y_offset_metadata of this NotarySeal. # noqa: E501 803 :rtype: PropertyMetadata 804 """ 805 return self._anchor_y_offset_metadata 806 807 @anchor_y_offset_metadata.setter 808 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 809 """Sets the anchor_y_offset_metadata of this NotarySeal. 810 811 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 812 813 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this NotarySeal. # noqa: E501 814 :type: PropertyMetadata 815 """ 816 817 self._anchor_y_offset_metadata = anchor_y_offset_metadata 818 819 @property 820 def caption(self): 821 """Gets the caption of this NotarySeal. # noqa: E501 822 823 # noqa: E501 824 825 :return: The caption of this NotarySeal. # noqa: E501 826 :rtype: str 827 """ 828 return self._caption 829 830 @caption.setter 831 def caption(self, caption): 832 """Sets the caption of this NotarySeal. 833 834 # noqa: E501 835 836 :param caption: The caption of this NotarySeal. # noqa: E501 837 :type: str 838 """ 839 840 self._caption = caption 841 842 @property 843 def caption_metadata(self): 844 """Gets the caption_metadata of this NotarySeal. # noqa: E501 845 846 # noqa: E501 847 848 :return: The caption_metadata of this NotarySeal. # noqa: E501 849 :rtype: PropertyMetadata 850 """ 851 return self._caption_metadata 852 853 @caption_metadata.setter 854 def caption_metadata(self, caption_metadata): 855 """Sets the caption_metadata of this NotarySeal. 856 857 # noqa: E501 858 859 :param caption_metadata: The caption_metadata of this NotarySeal. # noqa: E501 860 :type: PropertyMetadata 861 """ 862 863 self._caption_metadata = caption_metadata 864 865 @property 866 def conditional_parent_label(self): 867 """Gets the conditional_parent_label of this NotarySeal. # noqa: E501 868 869 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 870 871 :return: The conditional_parent_label of this NotarySeal. # noqa: E501 872 :rtype: str 873 """ 874 return self._conditional_parent_label 875 876 @conditional_parent_label.setter 877 def conditional_parent_label(self, conditional_parent_label): 878 """Sets the conditional_parent_label of this NotarySeal. 879 880 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 881 882 :param conditional_parent_label: The conditional_parent_label of this NotarySeal. # noqa: E501 883 :type: str 884 """ 885 886 self._conditional_parent_label = conditional_parent_label 887 888 @property 889 def conditional_parent_label_metadata(self): 890 """Gets the conditional_parent_label_metadata of this NotarySeal. # noqa: E501 891 892 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 893 894 :return: The conditional_parent_label_metadata of this NotarySeal. # noqa: E501 895 :rtype: PropertyMetadata 896 """ 897 return self._conditional_parent_label_metadata 898 899 @conditional_parent_label_metadata.setter 900 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 901 """Sets the conditional_parent_label_metadata of this NotarySeal. 902 903 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 904 905 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this NotarySeal. # noqa: E501 906 :type: PropertyMetadata 907 """ 908 909 self._conditional_parent_label_metadata = conditional_parent_label_metadata 910 911 @property 912 def conditional_parent_value(self): 913 """Gets the conditional_parent_value of this NotarySeal. # noqa: E501 914 915 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 916 917 :return: The conditional_parent_value of this NotarySeal. # noqa: E501 918 :rtype: str 919 """ 920 return self._conditional_parent_value 921 922 @conditional_parent_value.setter 923 def conditional_parent_value(self, conditional_parent_value): 924 """Sets the conditional_parent_value of this NotarySeal. 925 926 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 927 928 :param conditional_parent_value: The conditional_parent_value of this NotarySeal. # noqa: E501 929 :type: str 930 """ 931 932 self._conditional_parent_value = conditional_parent_value 933 934 @property 935 def conditional_parent_value_metadata(self): 936 """Gets the conditional_parent_value_metadata of this NotarySeal. # noqa: E501 937 938 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 939 940 :return: The conditional_parent_value_metadata of this NotarySeal. # noqa: E501 941 :rtype: PropertyMetadata 942 """ 943 return self._conditional_parent_value_metadata 944 945 @conditional_parent_value_metadata.setter 946 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 947 """Sets the conditional_parent_value_metadata of this NotarySeal. 948 949 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 950 951 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this NotarySeal. # noqa: E501 952 :type: PropertyMetadata 953 """ 954 955 self._conditional_parent_value_metadata = conditional_parent_value_metadata 956 957 @property 958 def custom_tab_id(self): 959 """Gets the custom_tab_id of this NotarySeal. # noqa: E501 960 961 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 962 963 :return: The custom_tab_id of this NotarySeal. # noqa: E501 964 :rtype: str 965 """ 966 return self._custom_tab_id 967 968 @custom_tab_id.setter 969 def custom_tab_id(self, custom_tab_id): 970 """Sets the custom_tab_id of this NotarySeal. 971 972 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 973 974 :param custom_tab_id: The custom_tab_id of this NotarySeal. # noqa: E501 975 :type: str 976 """ 977 978 self._custom_tab_id = custom_tab_id 979 980 @property 981 def custom_tab_id_metadata(self): 982 """Gets the custom_tab_id_metadata of this NotarySeal. # noqa: E501 983 984 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 985 986 :return: The custom_tab_id_metadata of this NotarySeal. # noqa: E501 987 :rtype: PropertyMetadata 988 """ 989 return self._custom_tab_id_metadata 990 991 @custom_tab_id_metadata.setter 992 def custom_tab_id_metadata(self, custom_tab_id_metadata): 993 """Sets the custom_tab_id_metadata of this NotarySeal. 994 995 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 996 997 :param custom_tab_id_metadata: The custom_tab_id_metadata of this NotarySeal. # noqa: E501 998 :type: PropertyMetadata 999 """ 1000 1001 self._custom_tab_id_metadata = custom_tab_id_metadata 1002 1003 @property 1004 def document_id(self): 1005 """Gets the document_id of this NotarySeal. # noqa: E501 1006 1007 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1008 1009 :return: The document_id of this NotarySeal. # noqa: E501 1010 :rtype: str 1011 """ 1012 return self._document_id 1013 1014 @document_id.setter 1015 def document_id(self, document_id): 1016 """Sets the document_id of this NotarySeal. 1017 1018 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1019 1020 :param document_id: The document_id of this NotarySeal. # noqa: E501 1021 :type: str 1022 """ 1023 1024 self._document_id = document_id 1025 1026 @property 1027 def document_id_metadata(self): 1028 """Gets the document_id_metadata of this NotarySeal. # noqa: E501 1029 1030 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1031 1032 :return: The document_id_metadata of this NotarySeal. # noqa: E501 1033 :rtype: PropertyMetadata 1034 """ 1035 return self._document_id_metadata 1036 1037 @document_id_metadata.setter 1038 def document_id_metadata(self, document_id_metadata): 1039 """Sets the document_id_metadata of this NotarySeal. 1040 1041 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1042 1043 :param document_id_metadata: The document_id_metadata of this NotarySeal. # noqa: E501 1044 :type: PropertyMetadata 1045 """ 1046 1047 self._document_id_metadata = document_id_metadata 1048 1049 @property 1050 def error_details(self): 1051 """Gets the error_details of this NotarySeal. # noqa: E501 1052 1053 Array or errors. # noqa: E501 1054 1055 :return: The error_details of this NotarySeal. # noqa: E501 1056 :rtype: ErrorDetails 1057 """ 1058 return self._error_details 1059 1060 @error_details.setter 1061 def error_details(self, error_details): 1062 """Sets the error_details of this NotarySeal. 1063 1064 Array or errors. # noqa: E501 1065 1066 :param error_details: The error_details of this NotarySeal. # noqa: E501 1067 :type: ErrorDetails 1068 """ 1069 1070 self._error_details = error_details 1071 1072 @property 1073 def form_order(self): 1074 """Gets the form_order of this NotarySeal. # noqa: E501 1075 1076 # noqa: E501 1077 1078 :return: The form_order of this NotarySeal. # noqa: E501 1079 :rtype: str 1080 """ 1081 return self._form_order 1082 1083 @form_order.setter 1084 def form_order(self, form_order): 1085 """Sets the form_order of this NotarySeal. 1086 1087 # noqa: E501 1088 1089 :param form_order: The form_order of this NotarySeal. # noqa: E501 1090 :type: str 1091 """ 1092 1093 self._form_order = form_order 1094 1095 @property 1096 def form_order_metadata(self): 1097 """Gets the form_order_metadata of this NotarySeal. # noqa: E501 1098 1099 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1100 1101 :return: The form_order_metadata of this NotarySeal. # noqa: E501 1102 :rtype: PropertyMetadata 1103 """ 1104 return self._form_order_metadata 1105 1106 @form_order_metadata.setter 1107 def form_order_metadata(self, form_order_metadata): 1108 """Sets the form_order_metadata of this NotarySeal. 1109 1110 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1111 1112 :param form_order_metadata: The form_order_metadata of this NotarySeal. # noqa: E501 1113 :type: PropertyMetadata 1114 """ 1115 1116 self._form_order_metadata = form_order_metadata 1117 1118 @property 1119 def form_page_label(self): 1120 """Gets the form_page_label of this NotarySeal. # noqa: E501 1121 1122 # noqa: E501 1123 1124 :return: The form_page_label of this NotarySeal. # noqa: E501 1125 :rtype: str 1126 """ 1127 return self._form_page_label 1128 1129 @form_page_label.setter 1130 def form_page_label(self, form_page_label): 1131 """Sets the form_page_label of this NotarySeal. 1132 1133 # noqa: E501 1134 1135 :param form_page_label: The form_page_label of this NotarySeal. # noqa: E501 1136 :type: str 1137 """ 1138 1139 self._form_page_label = form_page_label 1140 1141 @property 1142 def form_page_label_metadata(self): 1143 """Gets the form_page_label_metadata of this NotarySeal. # noqa: E501 1144 1145 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1146 1147 :return: The form_page_label_metadata of this NotarySeal. # noqa: E501 1148 :rtype: PropertyMetadata 1149 """ 1150 return self._form_page_label_metadata 1151 1152 @form_page_label_metadata.setter 1153 def form_page_label_metadata(self, form_page_label_metadata): 1154 """Sets the form_page_label_metadata of this NotarySeal. 1155 1156 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1157 1158 :param form_page_label_metadata: The form_page_label_metadata of this NotarySeal. # noqa: E501 1159 :type: PropertyMetadata 1160 """ 1161 1162 self._form_page_label_metadata = form_page_label_metadata 1163 1164 @property 1165 def form_page_number(self): 1166 """Gets the form_page_number of this NotarySeal. # noqa: E501 1167 1168 # noqa: E501 1169 1170 :return: The form_page_number of this NotarySeal. # noqa: E501 1171 :rtype: str 1172 """ 1173 return self._form_page_number 1174 1175 @form_page_number.setter 1176 def form_page_number(self, form_page_number): 1177 """Sets the form_page_number of this NotarySeal. 1178 1179 # noqa: E501 1180 1181 :param form_page_number: The form_page_number of this NotarySeal. # noqa: E501 1182 :type: str 1183 """ 1184 1185 self._form_page_number = form_page_number 1186 1187 @property 1188 def form_page_number_metadata(self): 1189 """Gets the form_page_number_metadata of this NotarySeal. # noqa: E501 1190 1191 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1192 1193 :return: The form_page_number_metadata of this NotarySeal. # noqa: E501 1194 :rtype: PropertyMetadata 1195 """ 1196 return self._form_page_number_metadata 1197 1198 @form_page_number_metadata.setter 1199 def form_page_number_metadata(self, form_page_number_metadata): 1200 """Sets the form_page_number_metadata of this NotarySeal. 1201 1202 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1203 1204 :param form_page_number_metadata: The form_page_number_metadata of this NotarySeal. # noqa: E501 1205 :type: PropertyMetadata 1206 """ 1207 1208 self._form_page_number_metadata = form_page_number_metadata 1209 1210 @property 1211 def height(self): 1212 """Gets the height of this NotarySeal. # noqa: E501 1213 1214 Height of the tab in pixels. # noqa: E501 1215 1216 :return: The height of this NotarySeal. # noqa: E501 1217 :rtype: str 1218 """ 1219 return self._height 1220 1221 @height.setter 1222 def height(self, height): 1223 """Sets the height of this NotarySeal. 1224 1225 Height of the tab in pixels. # noqa: E501 1226 1227 :param height: The height of this NotarySeal. # noqa: E501 1228 :type: str 1229 """ 1230 1231 self._height = height 1232 1233 @property 1234 def height_metadata(self): 1235 """Gets the height_metadata of this NotarySeal. # noqa: E501 1236 1237 Metadata that indicates whether the `height` property is editable. # noqa: E501 1238 1239 :return: The height_metadata of this NotarySeal. # noqa: E501 1240 :rtype: PropertyMetadata 1241 """ 1242 return self._height_metadata 1243 1244 @height_metadata.setter 1245 def height_metadata(self, height_metadata): 1246 """Sets the height_metadata of this NotarySeal. 1247 1248 Metadata that indicates whether the `height` property is editable. # noqa: E501 1249 1250 :param height_metadata: The height_metadata of this NotarySeal. # noqa: E501 1251 :type: PropertyMetadata 1252 """ 1253 1254 self._height_metadata = height_metadata 1255 1256 @property 1257 def merge_field(self): 1258 """Gets the merge_field of this NotarySeal. # noqa: E501 1259 1260 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1261 1262 :return: The merge_field of this NotarySeal. # noqa: E501 1263 :rtype: MergeField 1264 """ 1265 return self._merge_field 1266 1267 @merge_field.setter 1268 def merge_field(self, merge_field): 1269 """Sets the merge_field of this NotarySeal. 1270 1271 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1272 1273 :param merge_field: The merge_field of this NotarySeal. # noqa: E501 1274 :type: MergeField 1275 """ 1276 1277 self._merge_field = merge_field 1278 1279 @property 1280 def merge_field_xml(self): 1281 """Gets the merge_field_xml of this NotarySeal. # noqa: E501 1282 1283 # noqa: E501 1284 1285 :return: The merge_field_xml of this NotarySeal. # noqa: E501 1286 :rtype: str 1287 """ 1288 return self._merge_field_xml 1289 1290 @merge_field_xml.setter 1291 def merge_field_xml(self, merge_field_xml): 1292 """Sets the merge_field_xml of this NotarySeal. 1293 1294 # noqa: E501 1295 1296 :param merge_field_xml: The merge_field_xml of this NotarySeal. # noqa: E501 1297 :type: str 1298 """ 1299 1300 self._merge_field_xml = merge_field_xml 1301 1302 @property 1303 def name(self): 1304 """Gets the name of this NotarySeal. # noqa: E501 1305 1306 # noqa: E501 1307 1308 :return: The name of this NotarySeal. # noqa: E501 1309 :rtype: str 1310 """ 1311 return self._name 1312 1313 @name.setter 1314 def name(self, name): 1315 """Sets the name of this NotarySeal. 1316 1317 # noqa: E501 1318 1319 :param name: The name of this NotarySeal. # noqa: E501 1320 :type: str 1321 """ 1322 1323 self._name = name 1324 1325 @property 1326 def name_metadata(self): 1327 """Gets the name_metadata of this NotarySeal. # noqa: E501 1328 1329 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1330 1331 :return: The name_metadata of this NotarySeal. # noqa: E501 1332 :rtype: PropertyMetadata 1333 """ 1334 return self._name_metadata 1335 1336 @name_metadata.setter 1337 def name_metadata(self, name_metadata): 1338 """Sets the name_metadata of this NotarySeal. 1339 1340 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1341 1342 :param name_metadata: The name_metadata of this NotarySeal. # noqa: E501 1343 :type: PropertyMetadata 1344 """ 1345 1346 self._name_metadata = name_metadata 1347 1348 @property 1349 def page_number(self): 1350 """Gets the page_number of this NotarySeal. # noqa: E501 1351 1352 Specifies the page number on which the tab is located. # noqa: E501 1353 1354 :return: The page_number of this NotarySeal. # noqa: E501 1355 :rtype: str 1356 """ 1357 return self._page_number 1358 1359 @page_number.setter 1360 def page_number(self, page_number): 1361 """Sets the page_number of this NotarySeal. 1362 1363 Specifies the page number on which the tab is located. # noqa: E501 1364 1365 :param page_number: The page_number of this NotarySeal. # noqa: E501 1366 :type: str 1367 """ 1368 1369 self._page_number = page_number 1370 1371 @property 1372 def page_number_metadata(self): 1373 """Gets the page_number_metadata of this NotarySeal. # noqa: E501 1374 1375 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1376 1377 :return: The page_number_metadata of this NotarySeal. # noqa: E501 1378 :rtype: PropertyMetadata 1379 """ 1380 return self._page_number_metadata 1381 1382 @page_number_metadata.setter 1383 def page_number_metadata(self, page_number_metadata): 1384 """Sets the page_number_metadata of this NotarySeal. 1385 1386 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 1387 1388 :param page_number_metadata: The page_number_metadata of this NotarySeal. # noqa: E501 1389 :type: PropertyMetadata 1390 """ 1391 1392 self._page_number_metadata = page_number_metadata 1393 1394 @property 1395 def recipient_id(self): 1396 """Gets the recipient_id of this NotarySeal. # noqa: E501 1397 1398 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 1399 1400 :return: The recipient_id of this NotarySeal. # noqa: E501 1401 :rtype: str 1402 """ 1403 return self._recipient_id 1404 1405 @recipient_id.setter 1406 def recipient_id(self, recipient_id): 1407 """Sets the recipient_id of this NotarySeal. 1408 1409 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 1410 1411 :param recipient_id: The recipient_id of this NotarySeal. # noqa: E501 1412 :type: str 1413 """ 1414 1415 self._recipient_id = recipient_id 1416 1417 @property 1418 def recipient_id_guid(self): 1419 """Gets the recipient_id_guid of this NotarySeal. # noqa: E501 1420 1421 # noqa: E501 1422 1423 :return: The recipient_id_guid of this NotarySeal. # noqa: E501 1424 :rtype: str 1425 """ 1426 return self._recipient_id_guid 1427 1428 @recipient_id_guid.setter 1429 def recipient_id_guid(self, recipient_id_guid): 1430 """Sets the recipient_id_guid of this NotarySeal. 1431 1432 # noqa: E501 1433 1434 :param recipient_id_guid: The recipient_id_guid of this NotarySeal. # noqa: E501 1435 :type: str 1436 """ 1437 1438 self._recipient_id_guid = recipient_id_guid 1439 1440 @property 1441 def recipient_id_guid_metadata(self): 1442 """Gets the recipient_id_guid_metadata of this NotarySeal. # noqa: E501 1443 1444 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 1445 1446 :return: The recipient_id_guid_metadata of this NotarySeal. # noqa: E501 1447 :rtype: PropertyMetadata 1448 """ 1449 return self._recipient_id_guid_metadata 1450 1451 @recipient_id_guid_metadata.setter 1452 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 1453 """Sets the recipient_id_guid_metadata of this NotarySeal. 1454 1455 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 1456 1457 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this NotarySeal. # noqa: E501 1458 :type: PropertyMetadata 1459 """ 1460 1461 self._recipient_id_guid_metadata = recipient_id_guid_metadata 1462 1463 @property 1464 def recipient_id_metadata(self): 1465 """Gets the recipient_id_metadata of this NotarySeal. # noqa: E501 1466 1467 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 1468 1469 :return: The recipient_id_metadata of this NotarySeal. # noqa: E501 1470 :rtype: PropertyMetadata 1471 """ 1472 return self._recipient_id_metadata 1473 1474 @recipient_id_metadata.setter 1475 def recipient_id_metadata(self, recipient_id_metadata): 1476 """Sets the recipient_id_metadata of this NotarySeal. 1477 1478 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 1479 1480 :param recipient_id_metadata: The recipient_id_metadata of this NotarySeal. # noqa: E501 1481 :type: PropertyMetadata 1482 """ 1483 1484 self._recipient_id_metadata = recipient_id_metadata 1485 1486 @property 1487 def scale_value(self): 1488 """Gets the scale_value of this NotarySeal. # noqa: E501 1489 1490 # noqa: E501 1491 1492 :return: The scale_value of this NotarySeal. # noqa: E501 1493 :rtype: str 1494 """ 1495 return self._scale_value 1496 1497 @scale_value.setter 1498 def scale_value(self, scale_value): 1499 """Sets the scale_value of this NotarySeal. 1500 1501 # noqa: E501 1502 1503 :param scale_value: The scale_value of this NotarySeal. # noqa: E501 1504 :type: str 1505 """ 1506 1507 self._scale_value = scale_value 1508 1509 @property 1510 def scale_value_metadata(self): 1511 """Gets the scale_value_metadata of this NotarySeal. # noqa: E501 1512 1513 Metadata that indicates whether the `scaleValue` property is editable. # noqa: E501 1514 1515 :return: The scale_value_metadata of this NotarySeal. # noqa: E501 1516 :rtype: PropertyMetadata 1517 """ 1518 return self._scale_value_metadata 1519 1520 @scale_value_metadata.setter 1521 def scale_value_metadata(self, scale_value_metadata): 1522 """Sets the scale_value_metadata of this NotarySeal. 1523 1524 Metadata that indicates whether the `scaleValue` property is editable. # noqa: E501 1525 1526 :param scale_value_metadata: The scale_value_metadata of this NotarySeal. # noqa: E501 1527 :type: PropertyMetadata 1528 """ 1529 1530 self._scale_value_metadata = scale_value_metadata 1531 1532 @property 1533 def smart_contract_information(self): 1534 """Gets the smart_contract_information of this NotarySeal. # noqa: E501 1535 1536 Reserved for DocuSign. # noqa: E501 1537 1538 :return: The smart_contract_information of this NotarySeal. # noqa: E501 1539 :rtype: SmartContractInformation 1540 """ 1541 return self._smart_contract_information 1542 1543 @smart_contract_information.setter 1544 def smart_contract_information(self, smart_contract_information): 1545 """Sets the smart_contract_information of this NotarySeal. 1546 1547 Reserved for DocuSign. # noqa: E501 1548 1549 :param smart_contract_information: The smart_contract_information of this NotarySeal. # noqa: E501 1550 :type: SmartContractInformation 1551 """ 1552 1553 self._smart_contract_information = smart_contract_information 1554 1555 @property 1556 def source(self): 1557 """Gets the source of this NotarySeal. # noqa: E501 1558 1559 # noqa: E501 1560 1561 :return: The source of this NotarySeal. # noqa: E501 1562 :rtype: str 1563 """ 1564 return self._source 1565 1566 @source.setter 1567 def source(self, source): 1568 """Sets the source of this NotarySeal. 1569 1570 # noqa: E501 1571 1572 :param source: The source of this NotarySeal. # noqa: E501 1573 :type: str 1574 """ 1575 1576 self._source = source 1577 1578 @property 1579 def status(self): 1580 """Gets the status of this NotarySeal. # noqa: E501 1581 1582 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 1583 1584 :return: The status of this NotarySeal. # noqa: E501 1585 :rtype: str 1586 """ 1587 return self._status 1588 1589 @status.setter 1590 def status(self, status): 1591 """Sets the status of this NotarySeal. 1592 1593 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 1594 1595 :param status: The status of this NotarySeal. # noqa: E501 1596 :type: str 1597 """ 1598 1599 self._status = status 1600 1601 @property 1602 def status_metadata(self): 1603 """Gets the status_metadata of this NotarySeal. # noqa: E501 1604 1605 Metadata that indicates whether the `status` property is editable. # noqa: E501 1606 1607 :return: The status_metadata of this NotarySeal. # noqa: E501 1608 :rtype: PropertyMetadata 1609 """ 1610 return self._status_metadata 1611 1612 @status_metadata.setter 1613 def status_metadata(self, status_metadata): 1614 """Sets the status_metadata of this NotarySeal. 1615 1616 Metadata that indicates whether the `status` property is editable. # noqa: E501 1617 1618 :param status_metadata: The status_metadata of this NotarySeal. # noqa: E501 1619 :type: PropertyMetadata 1620 """ 1621 1622 self._status_metadata = status_metadata 1623 1624 @property 1625 def tab_group_labels(self): 1626 """Gets the tab_group_labels of this NotarySeal. # noqa: E501 1627 1628 # noqa: E501 1629 1630 :return: The tab_group_labels of this NotarySeal. # noqa: E501 1631 :rtype: list[str] 1632 """ 1633 return self._tab_group_labels 1634 1635 @tab_group_labels.setter 1636 def tab_group_labels(self, tab_group_labels): 1637 """Sets the tab_group_labels of this NotarySeal. 1638 1639 # noqa: E501 1640 1641 :param tab_group_labels: The tab_group_labels of this NotarySeal. # noqa: E501 1642 :type: list[str] 1643 """ 1644 1645 self._tab_group_labels = tab_group_labels 1646 1647 @property 1648 def tab_group_labels_metadata(self): 1649 """Gets the tab_group_labels_metadata of this NotarySeal. # noqa: E501 1650 1651 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 1652 1653 :return: The tab_group_labels_metadata of this NotarySeal. # noqa: E501 1654 :rtype: PropertyMetadata 1655 """ 1656 return self._tab_group_labels_metadata 1657 1658 @tab_group_labels_metadata.setter 1659 def tab_group_labels_metadata(self, tab_group_labels_metadata): 1660 """Sets the tab_group_labels_metadata of this NotarySeal. 1661 1662 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 1663 1664 :param tab_group_labels_metadata: The tab_group_labels_metadata of this NotarySeal. # noqa: E501 1665 :type: PropertyMetadata 1666 """ 1667 1668 self._tab_group_labels_metadata = tab_group_labels_metadata 1669 1670 @property 1671 def tab_id(self): 1672 """Gets the tab_id of this NotarySeal. # noqa: E501 1673 1674 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1675 1676 :return: The tab_id of this NotarySeal. # noqa: E501 1677 :rtype: str 1678 """ 1679 return self._tab_id 1680 1681 @tab_id.setter 1682 def tab_id(self, tab_id): 1683 """Sets the tab_id of this NotarySeal. 1684 1685 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 1686 1687 :param tab_id: The tab_id of this NotarySeal. # noqa: E501 1688 :type: str 1689 """ 1690 1691 self._tab_id = tab_id 1692 1693 @property 1694 def tab_id_metadata(self): 1695 """Gets the tab_id_metadata of this NotarySeal. # noqa: E501 1696 1697 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1698 1699 :return: The tab_id_metadata of this NotarySeal. # noqa: E501 1700 :rtype: PropertyMetadata 1701 """ 1702 return self._tab_id_metadata 1703 1704 @tab_id_metadata.setter 1705 def tab_id_metadata(self, tab_id_metadata): 1706 """Sets the tab_id_metadata of this NotarySeal. 1707 1708 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 1709 1710 :param tab_id_metadata: The tab_id_metadata of this NotarySeal. # noqa: E501 1711 :type: PropertyMetadata 1712 """ 1713 1714 self._tab_id_metadata = tab_id_metadata 1715 1716 @property 1717 def tab_label(self): 1718 """Gets the tab_label of this NotarySeal. # noqa: E501 1719 1720 The label string associated with the tab. # noqa: E501 1721 1722 :return: The tab_label of this NotarySeal. # noqa: E501 1723 :rtype: str 1724 """ 1725 return self._tab_label 1726 1727 @tab_label.setter 1728 def tab_label(self, tab_label): 1729 """Sets the tab_label of this NotarySeal. 1730 1731 The label string associated with the tab. # noqa: E501 1732 1733 :param tab_label: The tab_label of this NotarySeal. # noqa: E501 1734 :type: str 1735 """ 1736 1737 self._tab_label = tab_label 1738 1739 @property 1740 def tab_label_metadata(self): 1741 """Gets the tab_label_metadata of this NotarySeal. # noqa: E501 1742 1743 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 1744 1745 :return: The tab_label_metadata of this NotarySeal. # noqa: E501 1746 :rtype: PropertyMetadata 1747 """ 1748 return self._tab_label_metadata 1749 1750 @tab_label_metadata.setter 1751 def tab_label_metadata(self, tab_label_metadata): 1752 """Sets the tab_label_metadata of this NotarySeal. 1753 1754 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 1755 1756 :param tab_label_metadata: The tab_label_metadata of this NotarySeal. # noqa: E501 1757 :type: PropertyMetadata 1758 """ 1759 1760 self._tab_label_metadata = tab_label_metadata 1761 1762 @property 1763 def tab_order(self): 1764 """Gets the tab_order of this NotarySeal. # noqa: E501 1765 1766 # noqa: E501 1767 1768 :return: The tab_order of this NotarySeal. # noqa: E501 1769 :rtype: str 1770 """ 1771 return self._tab_order 1772 1773 @tab_order.setter 1774 def tab_order(self, tab_order): 1775 """Sets the tab_order of this NotarySeal. 1776 1777 # noqa: E501 1778 1779 :param tab_order: The tab_order of this NotarySeal. # noqa: E501 1780 :type: str 1781 """ 1782 1783 self._tab_order = tab_order 1784 1785 @property 1786 def tab_order_metadata(self): 1787 """Gets the tab_order_metadata of this NotarySeal. # noqa: E501 1788 1789 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1790 1791 :return: The tab_order_metadata of this NotarySeal. # noqa: E501 1792 :rtype: PropertyMetadata 1793 """ 1794 return self._tab_order_metadata 1795 1796 @tab_order_metadata.setter 1797 def tab_order_metadata(self, tab_order_metadata): 1798 """Sets the tab_order_metadata of this NotarySeal. 1799 1800 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 1801 1802 :param tab_order_metadata: The tab_order_metadata of this NotarySeal. # noqa: E501 1803 :type: PropertyMetadata 1804 """ 1805 1806 self._tab_order_metadata = tab_order_metadata 1807 1808 @property 1809 def tab_type(self): 1810 """Gets the tab_type of this NotarySeal. # noqa: E501 1811 1812 # noqa: E501 1813 1814 :return: The tab_type of this NotarySeal. # noqa: E501 1815 :rtype: str 1816 """ 1817 return self._tab_type 1818 1819 @tab_type.setter 1820 def tab_type(self, tab_type): 1821 """Sets the tab_type of this NotarySeal. 1822 1823 # noqa: E501 1824 1825 :param tab_type: The tab_type of this NotarySeal. # noqa: E501 1826 :type: str 1827 """ 1828 1829 self._tab_type = tab_type 1830 1831 @property 1832 def tab_type_metadata(self): 1833 """Gets the tab_type_metadata of this NotarySeal. # noqa: E501 1834 1835 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 1836 1837 :return: The tab_type_metadata of this NotarySeal. # noqa: E501 1838 :rtype: PropertyMetadata 1839 """ 1840 return self._tab_type_metadata 1841 1842 @tab_type_metadata.setter 1843 def tab_type_metadata(self, tab_type_metadata): 1844 """Sets the tab_type_metadata of this NotarySeal. 1845 1846 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 1847 1848 :param tab_type_metadata: The tab_type_metadata of this NotarySeal. # noqa: E501 1849 :type: PropertyMetadata 1850 """ 1851 1852 self._tab_type_metadata = tab_type_metadata 1853 1854 @property 1855 def template_locked(self): 1856 """Gets the template_locked of this NotarySeal. # noqa: E501 1857 1858 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 1859 1860 :return: The template_locked of this NotarySeal. # noqa: E501 1861 :rtype: str 1862 """ 1863 return self._template_locked 1864 1865 @template_locked.setter 1866 def template_locked(self, template_locked): 1867 """Sets the template_locked of this NotarySeal. 1868 1869 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 1870 1871 :param template_locked: The template_locked of this NotarySeal. # noqa: E501 1872 :type: str 1873 """ 1874 1875 self._template_locked = template_locked 1876 1877 @property 1878 def template_locked_metadata(self): 1879 """Gets the template_locked_metadata of this NotarySeal. # noqa: E501 1880 1881 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 1882 1883 :return: The template_locked_metadata of this NotarySeal. # noqa: E501 1884 :rtype: PropertyMetadata 1885 """ 1886 return self._template_locked_metadata 1887 1888 @template_locked_metadata.setter 1889 def template_locked_metadata(self, template_locked_metadata): 1890 """Sets the template_locked_metadata of this NotarySeal. 1891 1892 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 1893 1894 :param template_locked_metadata: The template_locked_metadata of this NotarySeal. # noqa: E501 1895 :type: PropertyMetadata 1896 """ 1897 1898 self._template_locked_metadata = template_locked_metadata 1899 1900 @property 1901 def template_required(self): 1902 """Gets the template_required of this NotarySeal. # noqa: E501 1903 1904 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 1905 1906 :return: The template_required of this NotarySeal. # noqa: E501 1907 :rtype: str 1908 """ 1909 return self._template_required 1910 1911 @template_required.setter 1912 def template_required(self, template_required): 1913 """Sets the template_required of this NotarySeal. 1914 1915 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 1916 1917 :param template_required: The template_required of this NotarySeal. # noqa: E501 1918 :type: str 1919 """ 1920 1921 self._template_required = template_required 1922 1923 @property 1924 def template_required_metadata(self): 1925 """Gets the template_required_metadata of this NotarySeal. # noqa: E501 1926 1927 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 1928 1929 :return: The template_required_metadata of this NotarySeal. # noqa: E501 1930 :rtype: PropertyMetadata 1931 """ 1932 return self._template_required_metadata 1933 1934 @template_required_metadata.setter 1935 def template_required_metadata(self, template_required_metadata): 1936 """Sets the template_required_metadata of this NotarySeal. 1937 1938 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 1939 1940 :param template_required_metadata: The template_required_metadata of this NotarySeal. # noqa: E501 1941 :type: PropertyMetadata 1942 """ 1943 1944 self._template_required_metadata = template_required_metadata 1945 1946 @property 1947 def tooltip(self): 1948 """Gets the tooltip of this NotarySeal. # noqa: E501 1949 1950 # noqa: E501 1951 1952 :return: The tooltip of this NotarySeal. # noqa: E501 1953 :rtype: str 1954 """ 1955 return self._tooltip 1956 1957 @tooltip.setter 1958 def tooltip(self, tooltip): 1959 """Sets the tooltip of this NotarySeal. 1960 1961 # noqa: E501 1962 1963 :param tooltip: The tooltip of this NotarySeal. # noqa: E501 1964 :type: str 1965 """ 1966 1967 self._tooltip = tooltip 1968 1969 @property 1970 def tool_tip_metadata(self): 1971 """Gets the tool_tip_metadata of this NotarySeal. # noqa: E501 1972 1973 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 1974 1975 :return: The tool_tip_metadata of this NotarySeal. # noqa: E501 1976 :rtype: PropertyMetadata 1977 """ 1978 return self._tool_tip_metadata 1979 1980 @tool_tip_metadata.setter 1981 def tool_tip_metadata(self, tool_tip_metadata): 1982 """Sets the tool_tip_metadata of this NotarySeal. 1983 1984 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 1985 1986 :param tool_tip_metadata: The tool_tip_metadata of this NotarySeal. # noqa: E501 1987 :type: PropertyMetadata 1988 """ 1989 1990 self._tool_tip_metadata = tool_tip_metadata 1991 1992 @property 1993 def width(self): 1994 """Gets the width of this NotarySeal. # noqa: E501 1995 1996 Width of the tab in pixels. # noqa: E501 1997 1998 :return: The width of this NotarySeal. # noqa: E501 1999 :rtype: str 2000 """ 2001 return self._width 2002 2003 @width.setter 2004 def width(self, width): 2005 """Sets the width of this NotarySeal. 2006 2007 Width of the tab in pixels. # noqa: E501 2008 2009 :param width: The width of this NotarySeal. # noqa: E501 2010 :type: str 2011 """ 2012 2013 self._width = width 2014 2015 @property 2016 def width_metadata(self): 2017 """Gets the width_metadata of this NotarySeal. # noqa: E501 2018 2019 Metadata that indicates whether the `width` property is editable. # noqa: E501 2020 2021 :return: The width_metadata of this NotarySeal. # noqa: E501 2022 :rtype: PropertyMetadata 2023 """ 2024 return self._width_metadata 2025 2026 @width_metadata.setter 2027 def width_metadata(self, width_metadata): 2028 """Sets the width_metadata of this NotarySeal. 2029 2030 Metadata that indicates whether the `width` property is editable. # noqa: E501 2031 2032 :param width_metadata: The width_metadata of this NotarySeal. # noqa: E501 2033 :type: PropertyMetadata 2034 """ 2035 2036 self._width_metadata = width_metadata 2037 2038 @property 2039 def x_position(self): 2040 """Gets the x_position of this NotarySeal. # noqa: E501 2041 2042 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2043 2044 :return: The x_position of this NotarySeal. # noqa: E501 2045 :rtype: str 2046 """ 2047 return self._x_position 2048 2049 @x_position.setter 2050 def x_position(self, x_position): 2051 """Sets the x_position of this NotarySeal. 2052 2053 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2054 2055 :param x_position: The x_position of this NotarySeal. # noqa: E501 2056 :type: str 2057 """ 2058 2059 self._x_position = x_position 2060 2061 @property 2062 def x_position_metadata(self): 2063 """Gets the x_position_metadata of this NotarySeal. # noqa: E501 2064 2065 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 2066 2067 :return: The x_position_metadata of this NotarySeal. # noqa: E501 2068 :rtype: PropertyMetadata 2069 """ 2070 return self._x_position_metadata 2071 2072 @x_position_metadata.setter 2073 def x_position_metadata(self, x_position_metadata): 2074 """Sets the x_position_metadata of this NotarySeal. 2075 2076 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 2077 2078 :param x_position_metadata: The x_position_metadata of this NotarySeal. # noqa: E501 2079 :type: PropertyMetadata 2080 """ 2081 2082 self._x_position_metadata = x_position_metadata 2083 2084 @property 2085 def y_position(self): 2086 """Gets the y_position of this NotarySeal. # noqa: E501 2087 2088 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2089 2090 :return: The y_position of this NotarySeal. # noqa: E501 2091 :rtype: str 2092 """ 2093 return self._y_position 2094 2095 @y_position.setter 2096 def y_position(self, y_position): 2097 """Sets the y_position of this NotarySeal. 2098 2099 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 2100 2101 :param y_position: The y_position of this NotarySeal. # noqa: E501 2102 :type: str 2103 """ 2104 2105 self._y_position = y_position 2106 2107 @property 2108 def y_position_metadata(self): 2109 """Gets the y_position_metadata of this NotarySeal. # noqa: E501 2110 2111 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 2112 2113 :return: The y_position_metadata of this NotarySeal. # noqa: E501 2114 :rtype: PropertyMetadata 2115 """ 2116 return self._y_position_metadata 2117 2118 @y_position_metadata.setter 2119 def y_position_metadata(self, y_position_metadata): 2120 """Sets the y_position_metadata of this NotarySeal. 2121 2122 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 2123 2124 :param y_position_metadata: The y_position_metadata of this NotarySeal. # noqa: E501 2125 :type: PropertyMetadata 2126 """ 2127 2128 self._y_position_metadata = y_position_metadata 2129 2130 def to_dict(self): 2131 """Returns the model properties as a dict""" 2132 result = {} 2133 2134 for attr, _ in six.iteritems(self.swagger_types): 2135 value = getattr(self, attr) 2136 if isinstance(value, list): 2137 result[attr] = list(map( 2138 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 2139 value 2140 )) 2141 elif hasattr(value, "to_dict"): 2142 result[attr] = value.to_dict() 2143 elif isinstance(value, dict): 2144 result[attr] = dict(map( 2145 lambda item: (item[0], item[1].to_dict()) 2146 if hasattr(item[1], "to_dict") else item, 2147 value.items() 2148 )) 2149 else: 2150 result[attr] = value 2151 if issubclass(NotarySeal, dict): 2152 for key, value in self.items(): 2153 result[key] = value 2154 2155 return result 2156 2157 def to_str(self): 2158 """Returns the string representation of the model""" 2159 return pprint.pformat(self.to_dict()) 2160 2161 def __repr__(self): 2162 """For `print` and `pprint`""" 2163 return self.to_str() 2164 2165 def __eq__(self, other): 2166 """Returns true if both objects are equal""" 2167 if not isinstance(other, NotarySeal): 2168 return False 2169 2170 return self.to_dict() == other.to_dict() 2171 2172 def __ne__(self, other): 2173 """Returns true if both objects are not equal""" 2174 if not isinstance(other, NotarySeal): 2175 return True 2176 2177 return self.to_dict() != other.to_dict()
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
196 def __init__(self, _configuration=None, **kwargs): # noqa: E501 197 """NotarySeal - a model defined in Swagger""" # noqa: E501 198 if _configuration is None: 199 _configuration = Configuration() 200 self._configuration = _configuration 201 202 self._anchor_allow_white_space_in_characters = None 203 self._anchor_allow_white_space_in_characters_metadata = None 204 self._anchor_case_sensitive = None 205 self._anchor_case_sensitive_metadata = None 206 self._anchor_horizontal_alignment = None 207 self._anchor_horizontal_alignment_metadata = None 208 self._anchor_ignore_if_not_present = None 209 self._anchor_ignore_if_not_present_metadata = None 210 self._anchor_match_whole_word = None 211 self._anchor_match_whole_word_metadata = None 212 self._anchor_string = None 213 self._anchor_string_metadata = None 214 self._anchor_tab_processor_version = None 215 self._anchor_tab_processor_version_metadata = None 216 self._anchor_units = None 217 self._anchor_units_metadata = None 218 self._anchor_x_offset = None 219 self._anchor_x_offset_metadata = None 220 self._anchor_y_offset = None 221 self._anchor_y_offset_metadata = None 222 self._caption = None 223 self._caption_metadata = None 224 self._conditional_parent_label = None 225 self._conditional_parent_label_metadata = None 226 self._conditional_parent_value = None 227 self._conditional_parent_value_metadata = None 228 self._custom_tab_id = None 229 self._custom_tab_id_metadata = None 230 self._document_id = None 231 self._document_id_metadata = None 232 self._error_details = None 233 self._form_order = None 234 self._form_order_metadata = None 235 self._form_page_label = None 236 self._form_page_label_metadata = None 237 self._form_page_number = None 238 self._form_page_number_metadata = None 239 self._height = None 240 self._height_metadata = None 241 self._merge_field = None 242 self._merge_field_xml = None 243 self._name = None 244 self._name_metadata = None 245 self._page_number = None 246 self._page_number_metadata = None 247 self._recipient_id = None 248 self._recipient_id_guid = None 249 self._recipient_id_guid_metadata = None 250 self._recipient_id_metadata = None 251 self._scale_value = None 252 self._scale_value_metadata = None 253 self._smart_contract_information = None 254 self._source = None 255 self._status = None 256 self._status_metadata = None 257 self._tab_group_labels = None 258 self._tab_group_labels_metadata = None 259 self._tab_id = None 260 self._tab_id_metadata = None 261 self._tab_label = None 262 self._tab_label_metadata = None 263 self._tab_order = None 264 self._tab_order_metadata = None 265 self._tab_type = None 266 self._tab_type_metadata = None 267 self._template_locked = None 268 self._template_locked_metadata = None 269 self._template_required = None 270 self._template_required_metadata = None 271 self._tooltip = None 272 self._tool_tip_metadata = None 273 self._width = None 274 self._width_metadata = None 275 self._x_position = None 276 self._x_position_metadata = None 277 self._y_position = None 278 self._y_position_metadata = None 279 self.discriminator = None 280 281 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 282 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 283 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 284 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 285 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 286 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 287 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 288 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 289 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 290 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 291 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 292 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 293 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 294 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 295 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 296 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 297 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 298 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 299 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 300 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 301 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 302 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 303 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 304 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 305 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 306 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 307 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 308 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 309 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 310 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 311 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 312 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 313 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 314 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 315 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 316 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 317 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 318 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 319 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 320 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 321 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 322 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 323 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 324 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 325 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 326 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 327 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 328 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 329 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 330 setattr(self, "_{}".format('scale_value'), kwargs.get('scale_value', None)) 331 setattr(self, "_{}".format('scale_value_metadata'), kwargs.get('scale_value_metadata', None)) 332 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 333 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 334 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 335 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 336 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 337 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 338 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 339 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 340 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 341 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 342 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 343 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 344 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 345 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 346 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 347 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 348 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 349 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 350 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 351 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 352 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 353 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 354 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 355 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 356 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 357 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))
NotarySeal - a model defined in Swagger
Gets the anchor_allow_white_space_in_characters of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The anchor_allow_white_space_in_characters of this NotarySeal. # noqa: E501
Gets the anchor_allow_white_space_in_characters_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the anchorAllowWhiteSpaceInCharacters
property is editable. # noqa: E501
Returns
The anchor_allow_white_space_in_characters_metadata of this NotarySeal. # noqa: E501
Gets the anchor_case_sensitive of this NotarySeal. # noqa: E501
When set to true, the anchor string does not consider case when matching strings in the document. The default value is true. # noqa: E501
Returns
The anchor_case_sensitive of this NotarySeal. # noqa: E501
Gets the anchor_case_sensitive_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the anchorCaseSensitive
property is editable. # noqa: E501
Returns
The anchor_case_sensitive_metadata of this NotarySeal. # noqa: E501
Gets the anchor_horizontal_alignment of this NotarySeal. # noqa: E501
Specifies the alignment of anchor tabs with anchor strings. Possible values are left or right. The default value is left. # noqa: E501
Returns
The anchor_horizontal_alignment of this NotarySeal. # noqa: E501
Gets the anchor_horizontal_alignment_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the anchorHorizontalAlignment
property is editable. # noqa: E501
Returns
The anchor_horizontal_alignment_metadata of this NotarySeal. # noqa: E501
Gets the anchor_ignore_if_not_present of this NotarySeal. # noqa: E501
When set to true, this tab is ignored if anchorString is not found in the document. # noqa: E501
Returns
The anchor_ignore_if_not_present of this NotarySeal. # noqa: E501
Gets the anchor_ignore_if_not_present_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the anchorIgnoreIfNotPresent
property is editable. # noqa: E501
Returns
The anchor_ignore_if_not_present_metadata of this NotarySeal. # noqa: E501
Gets the anchor_match_whole_word of this NotarySeal. # noqa: E501
When set to true, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is true. # noqa: E501
Returns
The anchor_match_whole_word of this NotarySeal. # noqa: E501
Gets the anchor_match_whole_word_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the anchorMatchWholeWord
property is editable. # noqa: E501
Returns
The anchor_match_whole_word_metadata of this NotarySeal. # noqa: E501
Gets the anchor_string of this NotarySeal. # noqa: E501
Anchor text information for a radio button. # noqa: E501
Returns
The anchor_string of this NotarySeal. # noqa: E501
Gets the anchor_string_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the anchorString
property is editable. # noqa: E501
Returns
The anchor_string_metadata of this NotarySeal. # noqa: E501
Gets the anchor_tab_processor_version of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The anchor_tab_processor_version of this NotarySeal. # noqa: E501
Gets the anchor_tab_processor_version_metadata of this NotarySeal. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The anchor_tab_processor_version_metadata of this NotarySeal. # noqa: E501
Gets the anchor_units of this NotarySeal. # noqa: E501
Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501
Returns
The anchor_units of this NotarySeal. # noqa: E501
Gets the anchor_units_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the anchorUnits
property is editable. # noqa: E501
Returns
The anchor_units_metadata of this NotarySeal. # noqa: E501
Gets the anchor_x_offset of this NotarySeal. # noqa: E501
Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501
Returns
The anchor_x_offset of this NotarySeal. # noqa: E501
Gets the anchor_x_offset_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the anchorXOffset
property is editable. # noqa: E501
Returns
The anchor_x_offset_metadata of this NotarySeal. # noqa: E501
Gets the anchor_y_offset of this NotarySeal. # noqa: E501
Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501
Returns
The anchor_y_offset of this NotarySeal. # noqa: E501
Gets the anchor_y_offset_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the anchorYOffset
property is editable. # noqa: E501
Returns
The anchor_y_offset_metadata of this NotarySeal. # noqa: E501
Gets the conditional_parent_label of this NotarySeal. # noqa: E501
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501
Returns
The conditional_parent_label of this NotarySeal. # noqa: E501
Gets the conditional_parent_label_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the conditionalParentLabel
property is editable. # noqa: E501
Returns
The conditional_parent_label_metadata of this NotarySeal. # noqa: E501
Gets the conditional_parent_value of this NotarySeal. # noqa: E501
For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active. # noqa: E501
Returns
The conditional_parent_value of this NotarySeal. # noqa: E501
Gets the conditional_parent_value_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the conditionalParentValue
property is editable. # noqa: E501
Returns
The conditional_parent_value_metadata of this NotarySeal. # noqa: E501
Gets the custom_tab_id of this NotarySeal. # noqa: E501
The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501
Returns
The custom_tab_id of this NotarySeal. # noqa: E501
Gets the custom_tab_id_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the customTabId
property is editable. # noqa: E501
Returns
The custom_tab_id_metadata of this NotarySeal. # noqa: E501
Gets the document_id of this NotarySeal. # noqa: E501
Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501
Returns
The document_id of this NotarySeal. # noqa: E501
Gets the document_id_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the documentId
property is editable. # noqa: E501
Returns
The document_id_metadata of this NotarySeal. # noqa: E501
Gets the error_details of this NotarySeal. # noqa: E501
Array or errors. # noqa: E501
Returns
The error_details of this NotarySeal. # noqa: E501
Gets the form_order of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The form_order of this NotarySeal. # noqa: E501
Gets the form_order_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the formOrder
property is editable. # noqa: E501
Returns
The form_order_metadata of this NotarySeal. # noqa: E501
Gets the form_page_label of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The form_page_label of this NotarySeal. # noqa: E501
Gets the form_page_label_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the formPageLabel
property is editable. # noqa: E501
Returns
The form_page_label_metadata of this NotarySeal. # noqa: E501
Gets the form_page_number of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The form_page_number of this NotarySeal. # noqa: E501
Gets the form_page_number_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the fromPageNumber
property is editable. # noqa: E501
Returns
The form_page_number_metadata of this NotarySeal. # noqa: E501
Gets the height of this NotarySeal. # noqa: E501
Height of the tab in pixels. # noqa: E501
Returns
The height of this NotarySeal. # noqa: E501
Gets the height_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the height
property is editable. # noqa: E501
Returns
The height_metadata of this NotarySeal. # noqa: E501
Gets the merge_field of this NotarySeal. # noqa: E501
Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501
Returns
The merge_field of this NotarySeal. # noqa: E501
Gets the merge_field_xml of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The merge_field_xml of this NotarySeal. # noqa: E501
Gets the name of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The name of this NotarySeal. # noqa: E501
Gets the name_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the name
property is editable. This property is read-only. # noqa: E501
Returns
The name_metadata of this NotarySeal. # noqa: E501
Gets the page_number of this NotarySeal. # noqa: E501
Specifies the page number on which the tab is located. # noqa: E501
Returns
The page_number of this NotarySeal. # noqa: E501
Gets the page_number_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the pageNumber
property is editable. # noqa: E501
Returns
The page_number_metadata of this NotarySeal. # noqa: E501
Gets the recipient_id of this NotarySeal. # noqa: E501
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501
Returns
The recipient_id of this NotarySeal. # noqa: E501
Gets the recipient_id_guid of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The recipient_id_guid of this NotarySeal. # noqa: E501
Gets the recipient_id_guid_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the recipientIdGuid
property is editable. # noqa: E501
Returns
The recipient_id_guid_metadata of this NotarySeal. # noqa: E501
Gets the recipient_id_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the recipientId
property is editable. # noqa: E501
Returns
The recipient_id_metadata of this NotarySeal. # noqa: E501
Gets the scale_value of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The scale_value of this NotarySeal. # noqa: E501
Gets the scale_value_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the scaleValue
property is editable. # noqa: E501
Returns
The scale_value_metadata of this NotarySeal. # noqa: E501
Gets the smart_contract_information of this NotarySeal. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The smart_contract_information of this NotarySeal. # noqa: E501
Gets the source of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The source of this NotarySeal. # noqa: E501
Gets the status of this NotarySeal. # noqa: E501
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501
Returns
The status of this NotarySeal. # noqa: E501
Gets the status_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the status
property is editable. # noqa: E501
Returns
The status_metadata of this NotarySeal. # noqa: E501
Gets the tab_group_labels of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The tab_group_labels of this NotarySeal. # noqa: E501
Gets the tab_group_labels_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the tabGroupLabels
property is editable. # noqa: E501
Returns
The tab_group_labels_metadata of this NotarySeal. # noqa: E501
Gets the tab_id of this NotarySeal. # noqa: E501
The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501
Returns
The tab_id of this NotarySeal. # noqa: E501
Gets the tab_id_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the tabId
property is editable. # noqa: E501
Returns
The tab_id_metadata of this NotarySeal. # noqa: E501
Gets the tab_label of this NotarySeal. # noqa: E501
The label string associated with the tab. # noqa: E501
Returns
The tab_label of this NotarySeal. # noqa: E501
Gets the tab_label_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the tabLabel
property is editable. # noqa: E501
Returns
The tab_label_metadata of this NotarySeal. # noqa: E501
Gets the tab_order of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The tab_order of this NotarySeal. # noqa: E501
Gets the tab_order_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the tabOrder
property is editable. # noqa: E501
Returns
The tab_order_metadata of this NotarySeal. # noqa: E501
Gets the tab_type of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The tab_type of this NotarySeal. # noqa: E501
Gets the tab_type_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the tabType
property is editable. # noqa: E501
Returns
The tab_type_metadata of this NotarySeal. # noqa: E501
Gets the template_locked of this NotarySeal. # noqa: E501
When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501
Returns
The template_locked of this NotarySeal. # noqa: E501
Gets the template_locked_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the templateLocked
property is editable. # noqa: E501
Returns
The template_locked_metadata of this NotarySeal. # noqa: E501
Gets the template_required of this NotarySeal. # noqa: E501
When set to true, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501
Returns
The template_required of this NotarySeal. # noqa: E501
Gets the template_required_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the templateRequired
property is editable. # noqa: E501
Returns
The template_required_metadata of this NotarySeal. # noqa: E501
Gets the tooltip of this NotarySeal. # noqa: E501
# noqa: E501
Returns
The tooltip of this NotarySeal. # noqa: E501
Gets the tool_tip_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the toolTip
property is editable. # noqa: E501
Returns
The tool_tip_metadata of this NotarySeal. # noqa: E501
Gets the width of this NotarySeal. # noqa: E501
Width of the tab in pixels. # noqa: E501
Returns
The width of this NotarySeal. # noqa: E501
Gets the width_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the width
property is editable. # noqa: E501
Returns
The width_metadata of this NotarySeal. # noqa: E501
Gets the x_position of this NotarySeal. # noqa: E501
This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501
Returns
The x_position of this NotarySeal. # noqa: E501
Gets the x_position_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the xPosition
property is editable. # noqa: E501
Returns
The x_position_metadata of this NotarySeal. # noqa: E501
Gets the y_position of this NotarySeal. # noqa: E501
This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501
Returns
The y_position of this NotarySeal. # noqa: E501
Gets the y_position_metadata of this NotarySeal. # noqa: E501
Metadata that indicates whether the yPosition
property is editable. # noqa: E501
Returns
The y_position_metadata of this NotarySeal. # noqa: E501
2130 def to_dict(self): 2131 """Returns the model properties as a dict""" 2132 result = {} 2133 2134 for attr, _ in six.iteritems(self.swagger_types): 2135 value = getattr(self, attr) 2136 if isinstance(value, list): 2137 result[attr] = list(map( 2138 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 2139 value 2140 )) 2141 elif hasattr(value, "to_dict"): 2142 result[attr] = value.to_dict() 2143 elif isinstance(value, dict): 2144 result[attr] = dict(map( 2145 lambda item: (item[0], item[1].to_dict()) 2146 if hasattr(item[1], "to_dict") else item, 2147 value.items() 2148 )) 2149 else: 2150 result[attr] = value 2151 if issubclass(NotarySeal, dict): 2152 for key, value in self.items(): 2153 result[key] = value 2154 2155 return result
Returns the model properties as a dict