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