docusign_esign.models.currency
DocuSign REST API
The DocuSign 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 REST API 5 6 The DocuSign 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 Currency(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 'conceal_value_on_document': 'str', 61 'conceal_value_on_document_metadata': 'PropertyMetadata', 62 'conditional_parent_label': 'str', 63 'conditional_parent_label_metadata': 'PropertyMetadata', 64 'conditional_parent_value': 'str', 65 'conditional_parent_value_metadata': 'PropertyMetadata', 66 'custom_tab_id': 'str', 67 'custom_tab_id_metadata': 'PropertyMetadata', 68 'disable_auto_size': 'str', 69 'disable_auto_size_metadata': 'PropertyMetadata', 70 'document_id': 'str', 71 'document_id_metadata': 'PropertyMetadata', 72 'error_details': 'ErrorDetails', 73 'font': 'str', 74 'font_color': 'str', 75 'font_color_metadata': 'PropertyMetadata', 76 'font_metadata': 'PropertyMetadata', 77 'font_size': 'str', 78 'font_size_metadata': 'PropertyMetadata', 79 'form_order': 'str', 80 'form_order_metadata': 'PropertyMetadata', 81 'form_page_label': 'str', 82 'form_page_label_metadata': 'PropertyMetadata', 83 'form_page_number': 'str', 84 'form_page_number_metadata': 'PropertyMetadata', 85 'height': 'str', 86 'height_metadata': 'PropertyMetadata', 87 'italic': 'str', 88 'italic_metadata': 'PropertyMetadata', 89 'locale_policy': 'LocalePolicyTab', 90 'locked': 'str', 91 'locked_metadata': 'PropertyMetadata', 92 'max_length': 'str', 93 'max_length_metadata': 'PropertyMetadata', 94 'max_numerical_value': 'str', 95 'merge_field': 'MergeField', 96 'merge_field_xml': 'str', 97 'min_numerical_value': 'str', 98 'name': 'str', 99 'name_metadata': 'PropertyMetadata', 100 'numerical_value': 'str', 101 'original_value': 'str', 102 'original_value_metadata': 'PropertyMetadata', 103 'page_number': 'str', 104 'page_number_metadata': 'PropertyMetadata', 105 'recipient_id': 'str', 106 'recipient_id_guid': 'str', 107 'recipient_id_guid_metadata': 'PropertyMetadata', 108 'recipient_id_metadata': 'PropertyMetadata', 109 'require_all': 'str', 110 'require_all_metadata': 'PropertyMetadata', 111 'required': 'str', 112 'required_metadata': 'PropertyMetadata', 113 'require_initial_on_shared_change': 'str', 114 'require_initial_on_shared_change_metadata': 'PropertyMetadata', 115 'sender_required': 'str', 116 'sender_required_metadata': 'PropertyMetadata', 117 'shared': 'str', 118 'shared_metadata': 'PropertyMetadata', 119 'smart_contract_information': 'SmartContractInformation', 120 'source': 'str', 121 'status': 'str', 122 'status_metadata': 'PropertyMetadata', 123 'tab_group_labels': 'list[str]', 124 'tab_group_labels_metadata': 'PropertyMetadata', 125 'tab_id': 'str', 126 'tab_id_metadata': 'PropertyMetadata', 127 'tab_label': 'str', 128 'tab_label_metadata': 'PropertyMetadata', 129 'tab_order': 'str', 130 'tab_order_metadata': 'PropertyMetadata', 131 'tab_type': 'str', 132 'tab_type_metadata': 'PropertyMetadata', 133 'template_locked': 'str', 134 'template_locked_metadata': 'PropertyMetadata', 135 'template_required': 'str', 136 'template_required_metadata': 'PropertyMetadata', 137 'tooltip': 'str', 138 'tool_tip_metadata': 'PropertyMetadata', 139 'underline': 'str', 140 'underline_metadata': 'PropertyMetadata', 141 'value': 'str', 142 'value_metadata': 'PropertyMetadata', 143 'width': 'str', 144 'width_metadata': 'PropertyMetadata', 145 'x_position': 'str', 146 'x_position_metadata': 'PropertyMetadata', 147 'y_position': 'str', 148 'y_position_metadata': 'PropertyMetadata' 149 } 150 151 attribute_map = { 152 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 153 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 154 'anchor_case_sensitive': 'anchorCaseSensitive', 155 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 156 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 157 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 158 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 159 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 160 'anchor_match_whole_word': 'anchorMatchWholeWord', 161 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 162 'anchor_string': 'anchorString', 163 'anchor_string_metadata': 'anchorStringMetadata', 164 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 165 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 166 'anchor_units': 'anchorUnits', 167 'anchor_units_metadata': 'anchorUnitsMetadata', 168 'anchor_x_offset': 'anchorXOffset', 169 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 170 'anchor_y_offset': 'anchorYOffset', 171 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 172 'bold': 'bold', 173 'bold_metadata': 'boldMetadata', 174 'caption': 'caption', 175 'caption_metadata': 'captionMetadata', 176 'conceal_value_on_document': 'concealValueOnDocument', 177 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 178 'conditional_parent_label': 'conditionalParentLabel', 179 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 180 'conditional_parent_value': 'conditionalParentValue', 181 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 182 'custom_tab_id': 'customTabId', 183 'custom_tab_id_metadata': 'customTabIdMetadata', 184 'disable_auto_size': 'disableAutoSize', 185 'disable_auto_size_metadata': 'disableAutoSizeMetadata', 186 'document_id': 'documentId', 187 'document_id_metadata': 'documentIdMetadata', 188 'error_details': 'errorDetails', 189 'font': 'font', 190 'font_color': 'fontColor', 191 'font_color_metadata': 'fontColorMetadata', 192 'font_metadata': 'fontMetadata', 193 'font_size': 'fontSize', 194 'font_size_metadata': 'fontSizeMetadata', 195 'form_order': 'formOrder', 196 'form_order_metadata': 'formOrderMetadata', 197 'form_page_label': 'formPageLabel', 198 'form_page_label_metadata': 'formPageLabelMetadata', 199 'form_page_number': 'formPageNumber', 200 'form_page_number_metadata': 'formPageNumberMetadata', 201 'height': 'height', 202 'height_metadata': 'heightMetadata', 203 'italic': 'italic', 204 'italic_metadata': 'italicMetadata', 205 'locale_policy': 'localePolicy', 206 'locked': 'locked', 207 'locked_metadata': 'lockedMetadata', 208 'max_length': 'maxLength', 209 'max_length_metadata': 'maxLengthMetadata', 210 'max_numerical_value': 'maxNumericalValue', 211 'merge_field': 'mergeField', 212 'merge_field_xml': 'mergeFieldXml', 213 'min_numerical_value': 'minNumericalValue', 214 'name': 'name', 215 'name_metadata': 'nameMetadata', 216 'numerical_value': 'numericalValue', 217 'original_value': 'originalValue', 218 'original_value_metadata': 'originalValueMetadata', 219 'page_number': 'pageNumber', 220 'page_number_metadata': 'pageNumberMetadata', 221 'recipient_id': 'recipientId', 222 'recipient_id_guid': 'recipientIdGuid', 223 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 224 'recipient_id_metadata': 'recipientIdMetadata', 225 'require_all': 'requireAll', 226 'require_all_metadata': 'requireAllMetadata', 227 'required': 'required', 228 'required_metadata': 'requiredMetadata', 229 'require_initial_on_shared_change': 'requireInitialOnSharedChange', 230 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', 231 'sender_required': 'senderRequired', 232 'sender_required_metadata': 'senderRequiredMetadata', 233 'shared': 'shared', 234 'shared_metadata': 'sharedMetadata', 235 'smart_contract_information': 'smartContractInformation', 236 'source': 'source', 237 'status': 'status', 238 'status_metadata': 'statusMetadata', 239 'tab_group_labels': 'tabGroupLabels', 240 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 241 'tab_id': 'tabId', 242 'tab_id_metadata': 'tabIdMetadata', 243 'tab_label': 'tabLabel', 244 'tab_label_metadata': 'tabLabelMetadata', 245 'tab_order': 'tabOrder', 246 'tab_order_metadata': 'tabOrderMetadata', 247 'tab_type': 'tabType', 248 'tab_type_metadata': 'tabTypeMetadata', 249 'template_locked': 'templateLocked', 250 'template_locked_metadata': 'templateLockedMetadata', 251 'template_required': 'templateRequired', 252 'template_required_metadata': 'templateRequiredMetadata', 253 'tooltip': 'tooltip', 254 'tool_tip_metadata': 'toolTipMetadata', 255 'underline': 'underline', 256 'underline_metadata': 'underlineMetadata', 257 'value': 'value', 258 'value_metadata': 'valueMetadata', 259 'width': 'width', 260 'width_metadata': 'widthMetadata', 261 'x_position': 'xPosition', 262 'x_position_metadata': 'xPositionMetadata', 263 'y_position': 'yPosition', 264 'y_position_metadata': 'yPositionMetadata' 265 } 266 267 def __init__(self, _configuration=None, **kwargs): # noqa: E501 268 """Currency - a model defined in Swagger""" # noqa: E501 269 if _configuration is None: 270 _configuration = Configuration() 271 self._configuration = _configuration 272 273 self._anchor_allow_white_space_in_characters = None 274 self._anchor_allow_white_space_in_characters_metadata = None 275 self._anchor_case_sensitive = None 276 self._anchor_case_sensitive_metadata = None 277 self._anchor_horizontal_alignment = None 278 self._anchor_horizontal_alignment_metadata = None 279 self._anchor_ignore_if_not_present = None 280 self._anchor_ignore_if_not_present_metadata = None 281 self._anchor_match_whole_word = None 282 self._anchor_match_whole_word_metadata = None 283 self._anchor_string = None 284 self._anchor_string_metadata = None 285 self._anchor_tab_processor_version = None 286 self._anchor_tab_processor_version_metadata = None 287 self._anchor_units = None 288 self._anchor_units_metadata = None 289 self._anchor_x_offset = None 290 self._anchor_x_offset_metadata = None 291 self._anchor_y_offset = None 292 self._anchor_y_offset_metadata = None 293 self._bold = None 294 self._bold_metadata = None 295 self._caption = None 296 self._caption_metadata = None 297 self._conceal_value_on_document = None 298 self._conceal_value_on_document_metadata = None 299 self._conditional_parent_label = None 300 self._conditional_parent_label_metadata = None 301 self._conditional_parent_value = None 302 self._conditional_parent_value_metadata = None 303 self._custom_tab_id = None 304 self._custom_tab_id_metadata = None 305 self._disable_auto_size = None 306 self._disable_auto_size_metadata = None 307 self._document_id = None 308 self._document_id_metadata = None 309 self._error_details = None 310 self._font = None 311 self._font_color = None 312 self._font_color_metadata = None 313 self._font_metadata = None 314 self._font_size = None 315 self._font_size_metadata = None 316 self._form_order = None 317 self._form_order_metadata = None 318 self._form_page_label = None 319 self._form_page_label_metadata = None 320 self._form_page_number = None 321 self._form_page_number_metadata = None 322 self._height = None 323 self._height_metadata = None 324 self._italic = None 325 self._italic_metadata = None 326 self._locale_policy = None 327 self._locked = None 328 self._locked_metadata = None 329 self._max_length = None 330 self._max_length_metadata = None 331 self._max_numerical_value = None 332 self._merge_field = None 333 self._merge_field_xml = None 334 self._min_numerical_value = None 335 self._name = None 336 self._name_metadata = None 337 self._numerical_value = None 338 self._original_value = None 339 self._original_value_metadata = None 340 self._page_number = None 341 self._page_number_metadata = None 342 self._recipient_id = None 343 self._recipient_id_guid = None 344 self._recipient_id_guid_metadata = None 345 self._recipient_id_metadata = None 346 self._require_all = None 347 self._require_all_metadata = None 348 self._required = None 349 self._required_metadata = None 350 self._require_initial_on_shared_change = None 351 self._require_initial_on_shared_change_metadata = None 352 self._sender_required = None 353 self._sender_required_metadata = None 354 self._shared = None 355 self._shared_metadata = None 356 self._smart_contract_information = None 357 self._source = None 358 self._status = None 359 self._status_metadata = None 360 self._tab_group_labels = None 361 self._tab_group_labels_metadata = None 362 self._tab_id = None 363 self._tab_id_metadata = None 364 self._tab_label = None 365 self._tab_label_metadata = None 366 self._tab_order = None 367 self._tab_order_metadata = None 368 self._tab_type = None 369 self._tab_type_metadata = None 370 self._template_locked = None 371 self._template_locked_metadata = None 372 self._template_required = None 373 self._template_required_metadata = None 374 self._tooltip = None 375 self._tool_tip_metadata = None 376 self._underline = None 377 self._underline_metadata = None 378 self._value = None 379 self._value_metadata = None 380 self._width = None 381 self._width_metadata = None 382 self._x_position = None 383 self._x_position_metadata = None 384 self._y_position = None 385 self._y_position_metadata = None 386 self.discriminator = None 387 388 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 389 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 390 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 391 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 392 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 393 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 394 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 395 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 396 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 397 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 398 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 399 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 400 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 401 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 402 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 403 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 404 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 405 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 406 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 407 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 408 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 409 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 410 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 411 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 412 setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) 413 setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) 414 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 415 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 416 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 417 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 418 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 419 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 420 setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None)) 421 setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None)) 422 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 423 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 424 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 425 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 426 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 427 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 428 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 429 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 430 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 431 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 432 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 433 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 434 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 435 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 436 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 437 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 438 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 439 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 440 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 441 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 442 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 443 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 444 setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None)) 445 setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None)) 446 setattr(self, "_{}".format('max_numerical_value'), kwargs.get('max_numerical_value', None)) 447 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 448 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 449 setattr(self, "_{}".format('min_numerical_value'), kwargs.get('min_numerical_value', None)) 450 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 451 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 452 setattr(self, "_{}".format('numerical_value'), kwargs.get('numerical_value', None)) 453 setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None)) 454 setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None)) 455 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 456 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 457 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 458 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 459 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 460 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 461 setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None)) 462 setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None)) 463 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 464 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 465 setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None)) 466 setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None)) 467 setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None)) 468 setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None)) 469 setattr(self, "_{}".format('shared'), kwargs.get('shared', None)) 470 setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None)) 471 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 472 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 473 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 474 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 475 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 476 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 477 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 478 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 479 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 480 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 481 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 482 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 483 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 484 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 485 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 486 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 487 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 488 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 489 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 490 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 491 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 492 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 493 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 494 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 495 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 496 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 497 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 498 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 499 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 500 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 501 502 @property 503 def anchor_allow_white_space_in_characters(self): 504 """Gets the anchor_allow_white_space_in_characters of this Currency. # noqa: E501 505 506 # noqa: E501 507 508 :return: The anchor_allow_white_space_in_characters of this Currency. # noqa: E501 509 :rtype: str 510 """ 511 return self._anchor_allow_white_space_in_characters 512 513 @anchor_allow_white_space_in_characters.setter 514 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 515 """Sets the anchor_allow_white_space_in_characters of this Currency. 516 517 # noqa: E501 518 519 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Currency. # noqa: E501 520 :type: str 521 """ 522 523 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 524 525 @property 526 def anchor_allow_white_space_in_characters_metadata(self): 527 """Gets the anchor_allow_white_space_in_characters_metadata of this Currency. # noqa: E501 528 529 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 530 531 :return: The anchor_allow_white_space_in_characters_metadata of this Currency. # noqa: E501 532 :rtype: PropertyMetadata 533 """ 534 return self._anchor_allow_white_space_in_characters_metadata 535 536 @anchor_allow_white_space_in_characters_metadata.setter 537 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 538 """Sets the anchor_allow_white_space_in_characters_metadata of this Currency. 539 540 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 541 542 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Currency. # noqa: E501 543 :type: PropertyMetadata 544 """ 545 546 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 547 548 @property 549 def anchor_case_sensitive(self): 550 """Gets the anchor_case_sensitive of this Currency. # noqa: E501 551 552 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 553 554 :return: The anchor_case_sensitive of this Currency. # noqa: E501 555 :rtype: str 556 """ 557 return self._anchor_case_sensitive 558 559 @anchor_case_sensitive.setter 560 def anchor_case_sensitive(self, anchor_case_sensitive): 561 """Sets the anchor_case_sensitive of this Currency. 562 563 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 564 565 :param anchor_case_sensitive: The anchor_case_sensitive of this Currency. # noqa: E501 566 :type: str 567 """ 568 569 self._anchor_case_sensitive = anchor_case_sensitive 570 571 @property 572 def anchor_case_sensitive_metadata(self): 573 """Gets the anchor_case_sensitive_metadata of this Currency. # noqa: E501 574 575 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 576 577 :return: The anchor_case_sensitive_metadata of this Currency. # noqa: E501 578 :rtype: PropertyMetadata 579 """ 580 return self._anchor_case_sensitive_metadata 581 582 @anchor_case_sensitive_metadata.setter 583 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 584 """Sets the anchor_case_sensitive_metadata of this Currency. 585 586 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 587 588 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Currency. # noqa: E501 589 :type: PropertyMetadata 590 """ 591 592 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 593 594 @property 595 def anchor_horizontal_alignment(self): 596 """Gets the anchor_horizontal_alignment of this Currency. # noqa: E501 597 598 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 599 600 :return: The anchor_horizontal_alignment of this Currency. # noqa: E501 601 :rtype: str 602 """ 603 return self._anchor_horizontal_alignment 604 605 @anchor_horizontal_alignment.setter 606 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 607 """Sets the anchor_horizontal_alignment of this Currency. 608 609 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 610 611 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Currency. # noqa: E501 612 :type: str 613 """ 614 615 self._anchor_horizontal_alignment = anchor_horizontal_alignment 616 617 @property 618 def anchor_horizontal_alignment_metadata(self): 619 """Gets the anchor_horizontal_alignment_metadata of this Currency. # noqa: E501 620 621 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 622 623 :return: The anchor_horizontal_alignment_metadata of this Currency. # noqa: E501 624 :rtype: PropertyMetadata 625 """ 626 return self._anchor_horizontal_alignment_metadata 627 628 @anchor_horizontal_alignment_metadata.setter 629 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 630 """Sets the anchor_horizontal_alignment_metadata of this Currency. 631 632 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 633 634 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Currency. # noqa: E501 635 :type: PropertyMetadata 636 """ 637 638 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 639 640 @property 641 def anchor_ignore_if_not_present(self): 642 """Gets the anchor_ignore_if_not_present of this Currency. # noqa: E501 643 644 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 645 646 :return: The anchor_ignore_if_not_present of this Currency. # noqa: E501 647 :rtype: str 648 """ 649 return self._anchor_ignore_if_not_present 650 651 @anchor_ignore_if_not_present.setter 652 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 653 """Sets the anchor_ignore_if_not_present of this Currency. 654 655 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 656 657 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Currency. # noqa: E501 658 :type: str 659 """ 660 661 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 662 663 @property 664 def anchor_ignore_if_not_present_metadata(self): 665 """Gets the anchor_ignore_if_not_present_metadata of this Currency. # noqa: E501 666 667 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 668 669 :return: The anchor_ignore_if_not_present_metadata of this Currency. # noqa: E501 670 :rtype: PropertyMetadata 671 """ 672 return self._anchor_ignore_if_not_present_metadata 673 674 @anchor_ignore_if_not_present_metadata.setter 675 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 676 """Sets the anchor_ignore_if_not_present_metadata of this Currency. 677 678 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 679 680 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Currency. # noqa: E501 681 :type: PropertyMetadata 682 """ 683 684 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 685 686 @property 687 def anchor_match_whole_word(self): 688 """Gets the anchor_match_whole_word of this Currency. # noqa: E501 689 690 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 691 692 :return: The anchor_match_whole_word of this Currency. # noqa: E501 693 :rtype: str 694 """ 695 return self._anchor_match_whole_word 696 697 @anchor_match_whole_word.setter 698 def anchor_match_whole_word(self, anchor_match_whole_word): 699 """Sets the anchor_match_whole_word of this Currency. 700 701 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 702 703 :param anchor_match_whole_word: The anchor_match_whole_word of this Currency. # noqa: E501 704 :type: str 705 """ 706 707 self._anchor_match_whole_word = anchor_match_whole_word 708 709 @property 710 def anchor_match_whole_word_metadata(self): 711 """Gets the anchor_match_whole_word_metadata of this Currency. # noqa: E501 712 713 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 714 715 :return: The anchor_match_whole_word_metadata of this Currency. # noqa: E501 716 :rtype: PropertyMetadata 717 """ 718 return self._anchor_match_whole_word_metadata 719 720 @anchor_match_whole_word_metadata.setter 721 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 722 """Sets the anchor_match_whole_word_metadata of this Currency. 723 724 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 725 726 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Currency. # noqa: E501 727 :type: PropertyMetadata 728 """ 729 730 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 731 732 @property 733 def anchor_string(self): 734 """Gets the anchor_string of this Currency. # noqa: E501 735 736 Anchor text information for a radio button. # noqa: E501 737 738 :return: The anchor_string of this Currency. # noqa: E501 739 :rtype: str 740 """ 741 return self._anchor_string 742 743 @anchor_string.setter 744 def anchor_string(self, anchor_string): 745 """Sets the anchor_string of this Currency. 746 747 Anchor text information for a radio button. # noqa: E501 748 749 :param anchor_string: The anchor_string of this Currency. # noqa: E501 750 :type: str 751 """ 752 753 self._anchor_string = anchor_string 754 755 @property 756 def anchor_string_metadata(self): 757 """Gets the anchor_string_metadata of this Currency. # noqa: E501 758 759 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 760 761 :return: The anchor_string_metadata of this Currency. # noqa: E501 762 :rtype: PropertyMetadata 763 """ 764 return self._anchor_string_metadata 765 766 @anchor_string_metadata.setter 767 def anchor_string_metadata(self, anchor_string_metadata): 768 """Sets the anchor_string_metadata of this Currency. 769 770 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 771 772 :param anchor_string_metadata: The anchor_string_metadata of this Currency. # noqa: E501 773 :type: PropertyMetadata 774 """ 775 776 self._anchor_string_metadata = anchor_string_metadata 777 778 @property 779 def anchor_tab_processor_version(self): 780 """Gets the anchor_tab_processor_version of this Currency. # noqa: E501 781 782 # noqa: E501 783 784 :return: The anchor_tab_processor_version of this Currency. # noqa: E501 785 :rtype: str 786 """ 787 return self._anchor_tab_processor_version 788 789 @anchor_tab_processor_version.setter 790 def anchor_tab_processor_version(self, anchor_tab_processor_version): 791 """Sets the anchor_tab_processor_version of this Currency. 792 793 # noqa: E501 794 795 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Currency. # noqa: E501 796 :type: str 797 """ 798 799 self._anchor_tab_processor_version = anchor_tab_processor_version 800 801 @property 802 def anchor_tab_processor_version_metadata(self): 803 """Gets the anchor_tab_processor_version_metadata of this Currency. # noqa: E501 804 805 Reserved for DocuSign. # noqa: E501 806 807 :return: The anchor_tab_processor_version_metadata of this Currency. # noqa: E501 808 :rtype: PropertyMetadata 809 """ 810 return self._anchor_tab_processor_version_metadata 811 812 @anchor_tab_processor_version_metadata.setter 813 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 814 """Sets the anchor_tab_processor_version_metadata of this Currency. 815 816 Reserved for DocuSign. # noqa: E501 817 818 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Currency. # noqa: E501 819 :type: PropertyMetadata 820 """ 821 822 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 823 824 @property 825 def anchor_units(self): 826 """Gets the anchor_units of this Currency. # noqa: E501 827 828 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 829 830 :return: The anchor_units of this Currency. # noqa: E501 831 :rtype: str 832 """ 833 return self._anchor_units 834 835 @anchor_units.setter 836 def anchor_units(self, anchor_units): 837 """Sets the anchor_units of this Currency. 838 839 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 840 841 :param anchor_units: The anchor_units of this Currency. # noqa: E501 842 :type: str 843 """ 844 845 self._anchor_units = anchor_units 846 847 @property 848 def anchor_units_metadata(self): 849 """Gets the anchor_units_metadata of this Currency. # noqa: E501 850 851 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 852 853 :return: The anchor_units_metadata of this Currency. # noqa: E501 854 :rtype: PropertyMetadata 855 """ 856 return self._anchor_units_metadata 857 858 @anchor_units_metadata.setter 859 def anchor_units_metadata(self, anchor_units_metadata): 860 """Sets the anchor_units_metadata of this Currency. 861 862 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 863 864 :param anchor_units_metadata: The anchor_units_metadata of this Currency. # noqa: E501 865 :type: PropertyMetadata 866 """ 867 868 self._anchor_units_metadata = anchor_units_metadata 869 870 @property 871 def anchor_x_offset(self): 872 """Gets the anchor_x_offset of this Currency. # noqa: E501 873 874 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 875 876 :return: The anchor_x_offset of this Currency. # noqa: E501 877 :rtype: str 878 """ 879 return self._anchor_x_offset 880 881 @anchor_x_offset.setter 882 def anchor_x_offset(self, anchor_x_offset): 883 """Sets the anchor_x_offset of this Currency. 884 885 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 886 887 :param anchor_x_offset: The anchor_x_offset of this Currency. # noqa: E501 888 :type: str 889 """ 890 891 self._anchor_x_offset = anchor_x_offset 892 893 @property 894 def anchor_x_offset_metadata(self): 895 """Gets the anchor_x_offset_metadata of this Currency. # noqa: E501 896 897 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 898 899 :return: The anchor_x_offset_metadata of this Currency. # noqa: E501 900 :rtype: PropertyMetadata 901 """ 902 return self._anchor_x_offset_metadata 903 904 @anchor_x_offset_metadata.setter 905 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 906 """Sets the anchor_x_offset_metadata of this Currency. 907 908 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 909 910 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Currency. # noqa: E501 911 :type: PropertyMetadata 912 """ 913 914 self._anchor_x_offset_metadata = anchor_x_offset_metadata 915 916 @property 917 def anchor_y_offset(self): 918 """Gets the anchor_y_offset of this Currency. # noqa: E501 919 920 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 921 922 :return: The anchor_y_offset of this Currency. # noqa: E501 923 :rtype: str 924 """ 925 return self._anchor_y_offset 926 927 @anchor_y_offset.setter 928 def anchor_y_offset(self, anchor_y_offset): 929 """Sets the anchor_y_offset of this Currency. 930 931 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 932 933 :param anchor_y_offset: The anchor_y_offset of this Currency. # noqa: E501 934 :type: str 935 """ 936 937 self._anchor_y_offset = anchor_y_offset 938 939 @property 940 def anchor_y_offset_metadata(self): 941 """Gets the anchor_y_offset_metadata of this Currency. # noqa: E501 942 943 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 944 945 :return: The anchor_y_offset_metadata of this Currency. # noqa: E501 946 :rtype: PropertyMetadata 947 """ 948 return self._anchor_y_offset_metadata 949 950 @anchor_y_offset_metadata.setter 951 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 952 """Sets the anchor_y_offset_metadata of this Currency. 953 954 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 955 956 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Currency. # noqa: E501 957 :type: PropertyMetadata 958 """ 959 960 self._anchor_y_offset_metadata = anchor_y_offset_metadata 961 962 @property 963 def bold(self): 964 """Gets the bold of this Currency. # noqa: E501 965 966 When set to **true**, the information in the tab is bold. # noqa: E501 967 968 :return: The bold of this Currency. # noqa: E501 969 :rtype: str 970 """ 971 return self._bold 972 973 @bold.setter 974 def bold(self, bold): 975 """Sets the bold of this Currency. 976 977 When set to **true**, the information in the tab is bold. # noqa: E501 978 979 :param bold: The bold of this Currency. # noqa: E501 980 :type: str 981 """ 982 983 self._bold = bold 984 985 @property 986 def bold_metadata(self): 987 """Gets the bold_metadata of this Currency. # noqa: E501 988 989 Metadata that indicates whether the `bold` property is editable. # noqa: E501 990 991 :return: The bold_metadata of this Currency. # noqa: E501 992 :rtype: PropertyMetadata 993 """ 994 return self._bold_metadata 995 996 @bold_metadata.setter 997 def bold_metadata(self, bold_metadata): 998 """Sets the bold_metadata of this Currency. 999 1000 Metadata that indicates whether the `bold` property is editable. # noqa: E501 1001 1002 :param bold_metadata: The bold_metadata of this Currency. # noqa: E501 1003 :type: PropertyMetadata 1004 """ 1005 1006 self._bold_metadata = bold_metadata 1007 1008 @property 1009 def caption(self): 1010 """Gets the caption of this Currency. # noqa: E501 1011 1012 # noqa: E501 1013 1014 :return: The caption of this Currency. # noqa: E501 1015 :rtype: str 1016 """ 1017 return self._caption 1018 1019 @caption.setter 1020 def caption(self, caption): 1021 """Sets the caption of this Currency. 1022 1023 # noqa: E501 1024 1025 :param caption: The caption of this Currency. # noqa: E501 1026 :type: str 1027 """ 1028 1029 self._caption = caption 1030 1031 @property 1032 def caption_metadata(self): 1033 """Gets the caption_metadata of this Currency. # noqa: E501 1034 1035 1036 :return: The caption_metadata of this Currency. # noqa: E501 1037 :rtype: PropertyMetadata 1038 """ 1039 return self._caption_metadata 1040 1041 @caption_metadata.setter 1042 def caption_metadata(self, caption_metadata): 1043 """Sets the caption_metadata of this Currency. 1044 1045 1046 :param caption_metadata: The caption_metadata of this Currency. # noqa: E501 1047 :type: PropertyMetadata 1048 """ 1049 1050 self._caption_metadata = caption_metadata 1051 1052 @property 1053 def conceal_value_on_document(self): 1054 """Gets the conceal_value_on_document of this Currency. # noqa: E501 1055 1056 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1057 1058 :return: The conceal_value_on_document of this Currency. # noqa: E501 1059 :rtype: str 1060 """ 1061 return self._conceal_value_on_document 1062 1063 @conceal_value_on_document.setter 1064 def conceal_value_on_document(self, conceal_value_on_document): 1065 """Sets the conceal_value_on_document of this Currency. 1066 1067 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1068 1069 :param conceal_value_on_document: The conceal_value_on_document of this Currency. # noqa: E501 1070 :type: str 1071 """ 1072 1073 self._conceal_value_on_document = conceal_value_on_document 1074 1075 @property 1076 def conceal_value_on_document_metadata(self): 1077 """Gets the conceal_value_on_document_metadata of this Currency. # noqa: E501 1078 1079 Metadata that indicates whether the `concealValueOnDocument` property is editable. # noqa: E501 1080 1081 :return: The conceal_value_on_document_metadata of this Currency. # noqa: E501 1082 :rtype: PropertyMetadata 1083 """ 1084 return self._conceal_value_on_document_metadata 1085 1086 @conceal_value_on_document_metadata.setter 1087 def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): 1088 """Sets the conceal_value_on_document_metadata of this Currency. 1089 1090 Metadata that indicates whether the `concealValueOnDocument` property is editable. # noqa: E501 1091 1092 :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Currency. # noqa: E501 1093 :type: PropertyMetadata 1094 """ 1095 1096 self._conceal_value_on_document_metadata = conceal_value_on_document_metadata 1097 1098 @property 1099 def conditional_parent_label(self): 1100 """Gets the conditional_parent_label of this Currency. # noqa: E501 1101 1102 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1103 1104 :return: The conditional_parent_label of this Currency. # noqa: E501 1105 :rtype: str 1106 """ 1107 return self._conditional_parent_label 1108 1109 @conditional_parent_label.setter 1110 def conditional_parent_label(self, conditional_parent_label): 1111 """Sets the conditional_parent_label of this Currency. 1112 1113 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1114 1115 :param conditional_parent_label: The conditional_parent_label of this Currency. # noqa: E501 1116 :type: str 1117 """ 1118 1119 self._conditional_parent_label = conditional_parent_label 1120 1121 @property 1122 def conditional_parent_label_metadata(self): 1123 """Gets the conditional_parent_label_metadata of this Currency. # noqa: E501 1124 1125 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 1126 1127 :return: The conditional_parent_label_metadata of this Currency. # noqa: E501 1128 :rtype: PropertyMetadata 1129 """ 1130 return self._conditional_parent_label_metadata 1131 1132 @conditional_parent_label_metadata.setter 1133 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 1134 """Sets the conditional_parent_label_metadata of this Currency. 1135 1136 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 1137 1138 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Currency. # noqa: E501 1139 :type: PropertyMetadata 1140 """ 1141 1142 self._conditional_parent_label_metadata = conditional_parent_label_metadata 1143 1144 @property 1145 def conditional_parent_value(self): 1146 """Gets the conditional_parent_value of this Currency. # noqa: E501 1147 1148 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 1149 1150 :return: The conditional_parent_value of this Currency. # noqa: E501 1151 :rtype: str 1152 """ 1153 return self._conditional_parent_value 1154 1155 @conditional_parent_value.setter 1156 def conditional_parent_value(self, conditional_parent_value): 1157 """Sets the conditional_parent_value of this Currency. 1158 1159 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 1160 1161 :param conditional_parent_value: The conditional_parent_value of this Currency. # noqa: E501 1162 :type: str 1163 """ 1164 1165 self._conditional_parent_value = conditional_parent_value 1166 1167 @property 1168 def conditional_parent_value_metadata(self): 1169 """Gets the conditional_parent_value_metadata of this Currency. # noqa: E501 1170 1171 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1172 1173 :return: The conditional_parent_value_metadata of this Currency. # noqa: E501 1174 :rtype: PropertyMetadata 1175 """ 1176 return self._conditional_parent_value_metadata 1177 1178 @conditional_parent_value_metadata.setter 1179 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 1180 """Sets the conditional_parent_value_metadata of this Currency. 1181 1182 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1183 1184 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Currency. # noqa: E501 1185 :type: PropertyMetadata 1186 """ 1187 1188 self._conditional_parent_value_metadata = conditional_parent_value_metadata 1189 1190 @property 1191 def custom_tab_id(self): 1192 """Gets the custom_tab_id of this Currency. # noqa: E501 1193 1194 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 1195 1196 :return: The custom_tab_id of this Currency. # noqa: E501 1197 :rtype: str 1198 """ 1199 return self._custom_tab_id 1200 1201 @custom_tab_id.setter 1202 def custom_tab_id(self, custom_tab_id): 1203 """Sets the custom_tab_id of this Currency. 1204 1205 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 1206 1207 :param custom_tab_id: The custom_tab_id of this Currency. # noqa: E501 1208 :type: str 1209 """ 1210 1211 self._custom_tab_id = custom_tab_id 1212 1213 @property 1214 def custom_tab_id_metadata(self): 1215 """Gets the custom_tab_id_metadata of this Currency. # noqa: E501 1216 1217 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1218 1219 :return: The custom_tab_id_metadata of this Currency. # noqa: E501 1220 :rtype: PropertyMetadata 1221 """ 1222 return self._custom_tab_id_metadata 1223 1224 @custom_tab_id_metadata.setter 1225 def custom_tab_id_metadata(self, custom_tab_id_metadata): 1226 """Sets the custom_tab_id_metadata of this Currency. 1227 1228 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1229 1230 :param custom_tab_id_metadata: The custom_tab_id_metadata of this Currency. # noqa: E501 1231 :type: PropertyMetadata 1232 """ 1233 1234 self._custom_tab_id_metadata = custom_tab_id_metadata 1235 1236 @property 1237 def disable_auto_size(self): 1238 """Gets the disable_auto_size of this Currency. # noqa: E501 1239 1240 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1241 1242 :return: The disable_auto_size of this Currency. # noqa: E501 1243 :rtype: str 1244 """ 1245 return self._disable_auto_size 1246 1247 @disable_auto_size.setter 1248 def disable_auto_size(self, disable_auto_size): 1249 """Sets the disable_auto_size of this Currency. 1250 1251 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1252 1253 :param disable_auto_size: The disable_auto_size of this Currency. # noqa: E501 1254 :type: str 1255 """ 1256 1257 self._disable_auto_size = disable_auto_size 1258 1259 @property 1260 def disable_auto_size_metadata(self): 1261 """Gets the disable_auto_size_metadata of this Currency. # noqa: E501 1262 1263 Metadata that indicates whether the `disableAutoSize` property is editable. # noqa: E501 1264 1265 :return: The disable_auto_size_metadata of this Currency. # noqa: E501 1266 :rtype: PropertyMetadata 1267 """ 1268 return self._disable_auto_size_metadata 1269 1270 @disable_auto_size_metadata.setter 1271 def disable_auto_size_metadata(self, disable_auto_size_metadata): 1272 """Sets the disable_auto_size_metadata of this Currency. 1273 1274 Metadata that indicates whether the `disableAutoSize` property is editable. # noqa: E501 1275 1276 :param disable_auto_size_metadata: The disable_auto_size_metadata of this Currency. # noqa: E501 1277 :type: PropertyMetadata 1278 """ 1279 1280 self._disable_auto_size_metadata = disable_auto_size_metadata 1281 1282 @property 1283 def document_id(self): 1284 """Gets the document_id of this Currency. # noqa: E501 1285 1286 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1287 1288 :return: The document_id of this Currency. # noqa: E501 1289 :rtype: str 1290 """ 1291 return self._document_id 1292 1293 @document_id.setter 1294 def document_id(self, document_id): 1295 """Sets the document_id of this Currency. 1296 1297 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1298 1299 :param document_id: The document_id of this Currency. # noqa: E501 1300 :type: str 1301 """ 1302 1303 self._document_id = document_id 1304 1305 @property 1306 def document_id_metadata(self): 1307 """Gets the document_id_metadata of this Currency. # noqa: E501 1308 1309 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1310 1311 :return: The document_id_metadata of this Currency. # noqa: E501 1312 :rtype: PropertyMetadata 1313 """ 1314 return self._document_id_metadata 1315 1316 @document_id_metadata.setter 1317 def document_id_metadata(self, document_id_metadata): 1318 """Sets the document_id_metadata of this Currency. 1319 1320 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1321 1322 :param document_id_metadata: The document_id_metadata of this Currency. # noqa: E501 1323 :type: PropertyMetadata 1324 """ 1325 1326 self._document_id_metadata = document_id_metadata 1327 1328 @property 1329 def error_details(self): 1330 """Gets the error_details of this Currency. # noqa: E501 1331 1332 This object describes errors that occur. It is only valid for responses and ignored in requests. # noqa: E501 1333 1334 :return: The error_details of this Currency. # noqa: E501 1335 :rtype: ErrorDetails 1336 """ 1337 return self._error_details 1338 1339 @error_details.setter 1340 def error_details(self, error_details): 1341 """Sets the error_details of this Currency. 1342 1343 This object describes errors that occur. It is only valid for responses and ignored in requests. # noqa: E501 1344 1345 :param error_details: The error_details of this Currency. # noqa: E501 1346 :type: ErrorDetails 1347 """ 1348 1349 self._error_details = error_details 1350 1351 @property 1352 def font(self): 1353 """Gets the font of this Currency. # noqa: E501 1354 1355 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 1356 1357 :return: The font of this Currency. # noqa: E501 1358 :rtype: str 1359 """ 1360 return self._font 1361 1362 @font.setter 1363 def font(self, font): 1364 """Sets the font of this Currency. 1365 1366 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 1367 1368 :param font: The font of this Currency. # noqa: E501 1369 :type: str 1370 """ 1371 1372 self._font = font 1373 1374 @property 1375 def font_color(self): 1376 """Gets the font_color of this Currency. # noqa: E501 1377 1378 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 1379 1380 :return: The font_color of this Currency. # noqa: E501 1381 :rtype: str 1382 """ 1383 return self._font_color 1384 1385 @font_color.setter 1386 def font_color(self, font_color): 1387 """Sets the font_color of this Currency. 1388 1389 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 1390 1391 :param font_color: The font_color of this Currency. # noqa: E501 1392 :type: str 1393 """ 1394 1395 self._font_color = font_color 1396 1397 @property 1398 def font_color_metadata(self): 1399 """Gets the font_color_metadata of this Currency. # noqa: E501 1400 1401 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 1402 1403 :return: The font_color_metadata of this Currency. # noqa: E501 1404 :rtype: PropertyMetadata 1405 """ 1406 return self._font_color_metadata 1407 1408 @font_color_metadata.setter 1409 def font_color_metadata(self, font_color_metadata): 1410 """Sets the font_color_metadata of this Currency. 1411 1412 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 1413 1414 :param font_color_metadata: The font_color_metadata of this Currency. # noqa: E501 1415 :type: PropertyMetadata 1416 """ 1417 1418 self._font_color_metadata = font_color_metadata 1419 1420 @property 1421 def font_metadata(self): 1422 """Gets the font_metadata of this Currency. # noqa: E501 1423 1424 Metadata that indicates whether the `font` property is editable. # noqa: E501 1425 1426 :return: The font_metadata of this Currency. # noqa: E501 1427 :rtype: PropertyMetadata 1428 """ 1429 return self._font_metadata 1430 1431 @font_metadata.setter 1432 def font_metadata(self, font_metadata): 1433 """Sets the font_metadata of this Currency. 1434 1435 Metadata that indicates whether the `font` property is editable. # noqa: E501 1436 1437 :param font_metadata: The font_metadata of this Currency. # noqa: E501 1438 :type: PropertyMetadata 1439 """ 1440 1441 self._font_metadata = font_metadata 1442 1443 @property 1444 def font_size(self): 1445 """Gets the font_size of this Currency. # noqa: E501 1446 1447 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 1448 1449 :return: The font_size of this Currency. # noqa: E501 1450 :rtype: str 1451 """ 1452 return self._font_size 1453 1454 @font_size.setter 1455 def font_size(self, font_size): 1456 """Sets the font_size of this Currency. 1457 1458 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 1459 1460 :param font_size: The font_size of this Currency. # noqa: E501 1461 :type: str 1462 """ 1463 1464 self._font_size = font_size 1465 1466 @property 1467 def font_size_metadata(self): 1468 """Gets the font_size_metadata of this Currency. # noqa: E501 1469 1470 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 1471 1472 :return: The font_size_metadata of this Currency. # noqa: E501 1473 :rtype: PropertyMetadata 1474 """ 1475 return self._font_size_metadata 1476 1477 @font_size_metadata.setter 1478 def font_size_metadata(self, font_size_metadata): 1479 """Sets the font_size_metadata of this Currency. 1480 1481 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 1482 1483 :param font_size_metadata: The font_size_metadata of this Currency. # noqa: E501 1484 :type: PropertyMetadata 1485 """ 1486 1487 self._font_size_metadata = font_size_metadata 1488 1489 @property 1490 def form_order(self): 1491 """Gets the form_order of this Currency. # noqa: E501 1492 1493 # noqa: E501 1494 1495 :return: The form_order of this Currency. # noqa: E501 1496 :rtype: str 1497 """ 1498 return self._form_order 1499 1500 @form_order.setter 1501 def form_order(self, form_order): 1502 """Sets the form_order of this Currency. 1503 1504 # noqa: E501 1505 1506 :param form_order: The form_order of this Currency. # noqa: E501 1507 :type: str 1508 """ 1509 1510 self._form_order = form_order 1511 1512 @property 1513 def form_order_metadata(self): 1514 """Gets the form_order_metadata of this Currency. # noqa: E501 1515 1516 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1517 1518 :return: The form_order_metadata of this Currency. # noqa: E501 1519 :rtype: PropertyMetadata 1520 """ 1521 return self._form_order_metadata 1522 1523 @form_order_metadata.setter 1524 def form_order_metadata(self, form_order_metadata): 1525 """Sets the form_order_metadata of this Currency. 1526 1527 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1528 1529 :param form_order_metadata: The form_order_metadata of this Currency. # noqa: E501 1530 :type: PropertyMetadata 1531 """ 1532 1533 self._form_order_metadata = form_order_metadata 1534 1535 @property 1536 def form_page_label(self): 1537 """Gets the form_page_label of this Currency. # noqa: E501 1538 1539 # noqa: E501 1540 1541 :return: The form_page_label of this Currency. # noqa: E501 1542 :rtype: str 1543 """ 1544 return self._form_page_label 1545 1546 @form_page_label.setter 1547 def form_page_label(self, form_page_label): 1548 """Sets the form_page_label of this Currency. 1549 1550 # noqa: E501 1551 1552 :param form_page_label: The form_page_label of this Currency. # noqa: E501 1553 :type: str 1554 """ 1555 1556 self._form_page_label = form_page_label 1557 1558 @property 1559 def form_page_label_metadata(self): 1560 """Gets the form_page_label_metadata of this Currency. # noqa: E501 1561 1562 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1563 1564 :return: The form_page_label_metadata of this Currency. # noqa: E501 1565 :rtype: PropertyMetadata 1566 """ 1567 return self._form_page_label_metadata 1568 1569 @form_page_label_metadata.setter 1570 def form_page_label_metadata(self, form_page_label_metadata): 1571 """Sets the form_page_label_metadata of this Currency. 1572 1573 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1574 1575 :param form_page_label_metadata: The form_page_label_metadata of this Currency. # noqa: E501 1576 :type: PropertyMetadata 1577 """ 1578 1579 self._form_page_label_metadata = form_page_label_metadata 1580 1581 @property 1582 def form_page_number(self): 1583 """Gets the form_page_number of this Currency. # noqa: E501 1584 1585 # noqa: E501 1586 1587 :return: The form_page_number of this Currency. # noqa: E501 1588 :rtype: str 1589 """ 1590 return self._form_page_number 1591 1592 @form_page_number.setter 1593 def form_page_number(self, form_page_number): 1594 """Sets the form_page_number of this Currency. 1595 1596 # noqa: E501 1597 1598 :param form_page_number: The form_page_number of this Currency. # noqa: E501 1599 :type: str 1600 """ 1601 1602 self._form_page_number = form_page_number 1603 1604 @property 1605 def form_page_number_metadata(self): 1606 """Gets the form_page_number_metadata of this Currency. # noqa: E501 1607 1608 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1609 1610 :return: The form_page_number_metadata of this Currency. # noqa: E501 1611 :rtype: PropertyMetadata 1612 """ 1613 return self._form_page_number_metadata 1614 1615 @form_page_number_metadata.setter 1616 def form_page_number_metadata(self, form_page_number_metadata): 1617 """Sets the form_page_number_metadata of this Currency. 1618 1619 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1620 1621 :param form_page_number_metadata: The form_page_number_metadata of this Currency. # noqa: E501 1622 :type: PropertyMetadata 1623 """ 1624 1625 self._form_page_number_metadata = form_page_number_metadata 1626 1627 @property 1628 def height(self): 1629 """Gets the height of this Currency. # noqa: E501 1630 1631 Height of the tab in pixels. # noqa: E501 1632 1633 :return: The height of this Currency. # noqa: E501 1634 :rtype: str 1635 """ 1636 return self._height 1637 1638 @height.setter 1639 def height(self, height): 1640 """Sets the height of this Currency. 1641 1642 Height of the tab in pixels. # noqa: E501 1643 1644 :param height: The height of this Currency. # noqa: E501 1645 :type: str 1646 """ 1647 1648 self._height = height 1649 1650 @property 1651 def height_metadata(self): 1652 """Gets the height_metadata of this Currency. # noqa: E501 1653 1654 Metadata that indicates whether the `height` property is editable. # noqa: E501 1655 1656 :return: The height_metadata of this Currency. # noqa: E501 1657 :rtype: PropertyMetadata 1658 """ 1659 return self._height_metadata 1660 1661 @height_metadata.setter 1662 def height_metadata(self, height_metadata): 1663 """Sets the height_metadata of this Currency. 1664 1665 Metadata that indicates whether the `height` property is editable. # noqa: E501 1666 1667 :param height_metadata: The height_metadata of this Currency. # noqa: E501 1668 :type: PropertyMetadata 1669 """ 1670 1671 self._height_metadata = height_metadata 1672 1673 @property 1674 def italic(self): 1675 """Gets the italic of this Currency. # noqa: E501 1676 1677 When set to **true**, the information in the tab is italic. # noqa: E501 1678 1679 :return: The italic of this Currency. # noqa: E501 1680 :rtype: str 1681 """ 1682 return self._italic 1683 1684 @italic.setter 1685 def italic(self, italic): 1686 """Sets the italic of this Currency. 1687 1688 When set to **true**, the information in the tab is italic. # noqa: E501 1689 1690 :param italic: The italic of this Currency. # noqa: E501 1691 :type: str 1692 """ 1693 1694 self._italic = italic 1695 1696 @property 1697 def italic_metadata(self): 1698 """Gets the italic_metadata of this Currency. # noqa: E501 1699 1700 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1701 1702 :return: The italic_metadata of this Currency. # noqa: E501 1703 :rtype: PropertyMetadata 1704 """ 1705 return self._italic_metadata 1706 1707 @italic_metadata.setter 1708 def italic_metadata(self, italic_metadata): 1709 """Sets the italic_metadata of this Currency. 1710 1711 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1712 1713 :param italic_metadata: The italic_metadata of this Currency. # noqa: E501 1714 :type: PropertyMetadata 1715 """ 1716 1717 self._italic_metadata = italic_metadata 1718 1719 @property 1720 def locale_policy(self): 1721 """Gets the locale_policy of this Currency. # noqa: E501 1722 1723 Reserved for DocuSign. # noqa: E501 1724 1725 :return: The locale_policy of this Currency. # noqa: E501 1726 :rtype: LocalePolicyTab 1727 """ 1728 return self._locale_policy 1729 1730 @locale_policy.setter 1731 def locale_policy(self, locale_policy): 1732 """Sets the locale_policy of this Currency. 1733 1734 Reserved for DocuSign. # noqa: E501 1735 1736 :param locale_policy: The locale_policy of this Currency. # noqa: E501 1737 :type: LocalePolicyTab 1738 """ 1739 1740 self._locale_policy = locale_policy 1741 1742 @property 1743 def locked(self): 1744 """Gets the locked of this Currency. # noqa: E501 1745 1746 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1747 1748 :return: The locked of this Currency. # noqa: E501 1749 :rtype: str 1750 """ 1751 return self._locked 1752 1753 @locked.setter 1754 def locked(self, locked): 1755 """Sets the locked of this Currency. 1756 1757 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1758 1759 :param locked: The locked of this Currency. # noqa: E501 1760 :type: str 1761 """ 1762 1763 self._locked = locked 1764 1765 @property 1766 def locked_metadata(self): 1767 """Gets the locked_metadata of this Currency. # noqa: E501 1768 1769 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1770 1771 :return: The locked_metadata of this Currency. # noqa: E501 1772 :rtype: PropertyMetadata 1773 """ 1774 return self._locked_metadata 1775 1776 @locked_metadata.setter 1777 def locked_metadata(self, locked_metadata): 1778 """Sets the locked_metadata of this Currency. 1779 1780 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1781 1782 :param locked_metadata: The locked_metadata of this Currency. # noqa: E501 1783 :type: PropertyMetadata 1784 """ 1785 1786 self._locked_metadata = locked_metadata 1787 1788 @property 1789 def max_length(self): 1790 """Gets the max_length of this Currency. # noqa: E501 1791 1792 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1793 1794 :return: The max_length of this Currency. # noqa: E501 1795 :rtype: str 1796 """ 1797 return self._max_length 1798 1799 @max_length.setter 1800 def max_length(self, max_length): 1801 """Sets the max_length of this Currency. 1802 1803 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1804 1805 :param max_length: The max_length of this Currency. # noqa: E501 1806 :type: str 1807 """ 1808 1809 self._max_length = max_length 1810 1811 @property 1812 def max_length_metadata(self): 1813 """Gets the max_length_metadata of this Currency. # noqa: E501 1814 1815 Metadata that indicates whether the `maxLength` property is editable. # noqa: E501 1816 1817 :return: The max_length_metadata of this Currency. # noqa: E501 1818 :rtype: PropertyMetadata 1819 """ 1820 return self._max_length_metadata 1821 1822 @max_length_metadata.setter 1823 def max_length_metadata(self, max_length_metadata): 1824 """Sets the max_length_metadata of this Currency. 1825 1826 Metadata that indicates whether the `maxLength` property is editable. # noqa: E501 1827 1828 :param max_length_metadata: The max_length_metadata of this Currency. # noqa: E501 1829 :type: PropertyMetadata 1830 """ 1831 1832 self._max_length_metadata = max_length_metadata 1833 1834 @property 1835 def max_numerical_value(self): 1836 """Gets the max_numerical_value of this Currency. # noqa: E501 1837 1838 # noqa: E501 1839 1840 :return: The max_numerical_value of this Currency. # noqa: E501 1841 :rtype: str 1842 """ 1843 return self._max_numerical_value 1844 1845 @max_numerical_value.setter 1846 def max_numerical_value(self, max_numerical_value): 1847 """Sets the max_numerical_value of this Currency. 1848 1849 # noqa: E501 1850 1851 :param max_numerical_value: The max_numerical_value of this Currency. # noqa: E501 1852 :type: str 1853 """ 1854 1855 self._max_numerical_value = max_numerical_value 1856 1857 @property 1858 def merge_field(self): 1859 """Gets the merge_field of this Currency. # noqa: E501 1860 1861 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1862 1863 :return: The merge_field of this Currency. # noqa: E501 1864 :rtype: MergeField 1865 """ 1866 return self._merge_field 1867 1868 @merge_field.setter 1869 def merge_field(self, merge_field): 1870 """Sets the merge_field of this Currency. 1871 1872 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1873 1874 :param merge_field: The merge_field of this Currency. # noqa: E501 1875 :type: MergeField 1876 """ 1877 1878 self._merge_field = merge_field 1879 1880 @property 1881 def merge_field_xml(self): 1882 """Gets the merge_field_xml of this Currency. # noqa: E501 1883 1884 # noqa: E501 1885 1886 :return: The merge_field_xml of this Currency. # noqa: E501 1887 :rtype: str 1888 """ 1889 return self._merge_field_xml 1890 1891 @merge_field_xml.setter 1892 def merge_field_xml(self, merge_field_xml): 1893 """Sets the merge_field_xml of this Currency. 1894 1895 # noqa: E501 1896 1897 :param merge_field_xml: The merge_field_xml of this Currency. # noqa: E501 1898 :type: str 1899 """ 1900 1901 self._merge_field_xml = merge_field_xml 1902 1903 @property 1904 def min_numerical_value(self): 1905 """Gets the min_numerical_value of this Currency. # noqa: E501 1906 1907 # noqa: E501 1908 1909 :return: The min_numerical_value of this Currency. # noqa: E501 1910 :rtype: str 1911 """ 1912 return self._min_numerical_value 1913 1914 @min_numerical_value.setter 1915 def min_numerical_value(self, min_numerical_value): 1916 """Sets the min_numerical_value of this Currency. 1917 1918 # noqa: E501 1919 1920 :param min_numerical_value: The min_numerical_value of this Currency. # noqa: E501 1921 :type: str 1922 """ 1923 1924 self._min_numerical_value = min_numerical_value 1925 1926 @property 1927 def name(self): 1928 """Gets the name of this Currency. # noqa: E501 1929 1930 # noqa: E501 1931 1932 :return: The name of this Currency. # noqa: E501 1933 :rtype: str 1934 """ 1935 return self._name 1936 1937 @name.setter 1938 def name(self, name): 1939 """Sets the name of this Currency. 1940 1941 # noqa: E501 1942 1943 :param name: The name of this Currency. # noqa: E501 1944 :type: str 1945 """ 1946 1947 self._name = name 1948 1949 @property 1950 def name_metadata(self): 1951 """Gets the name_metadata of this Currency. # noqa: E501 1952 1953 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1954 1955 :return: The name_metadata of this Currency. # noqa: E501 1956 :rtype: PropertyMetadata 1957 """ 1958 return self._name_metadata 1959 1960 @name_metadata.setter 1961 def name_metadata(self, name_metadata): 1962 """Sets the name_metadata of this Currency. 1963 1964 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1965 1966 :param name_metadata: The name_metadata of this Currency. # noqa: E501 1967 :type: PropertyMetadata 1968 """ 1969 1970 self._name_metadata = name_metadata 1971 1972 @property 1973 def numerical_value(self): 1974 """Gets the numerical_value of this Currency. # noqa: E501 1975 1976 # noqa: E501 1977 1978 :return: The numerical_value of this Currency. # noqa: E501 1979 :rtype: str 1980 """ 1981 return self._numerical_value 1982 1983 @numerical_value.setter 1984 def numerical_value(self, numerical_value): 1985 """Sets the numerical_value of this Currency. 1986 1987 # noqa: E501 1988 1989 :param numerical_value: The numerical_value of this Currency. # noqa: E501 1990 :type: str 1991 """ 1992 1993 self._numerical_value = numerical_value 1994 1995 @property 1996 def original_value(self): 1997 """Gets the original_value of this Currency. # noqa: E501 1998 1999 The initial value of the tab when it was sent to the recipient. # noqa: E501 2000 2001 :return: The original_value of this Currency. # noqa: E501 2002 :rtype: str 2003 """ 2004 return self._original_value 2005 2006 @original_value.setter 2007 def original_value(self, original_value): 2008 """Sets the original_value of this Currency. 2009 2010 The initial value of the tab when it was sent to the recipient. # noqa: E501 2011 2012 :param original_value: The original_value of this Currency. # noqa: E501 2013 :type: str 2014 """ 2015 2016 self._original_value = original_value 2017 2018 @property 2019 def original_value_metadata(self): 2020 """Gets the original_value_metadata of this Currency. # noqa: E501 2021 2022 Metadata that indicates whether the `originalValue` property is editable. # noqa: E501 2023 2024 :return: The original_value_metadata of this Currency. # noqa: E501 2025 :rtype: PropertyMetadata 2026 """ 2027 return self._original_value_metadata 2028 2029 @original_value_metadata.setter 2030 def original_value_metadata(self, original_value_metadata): 2031 """Sets the original_value_metadata of this Currency. 2032 2033 Metadata that indicates whether the `originalValue` property is editable. # noqa: E501 2034 2035 :param original_value_metadata: The original_value_metadata of this Currency. # noqa: E501 2036 :type: PropertyMetadata 2037 """ 2038 2039 self._original_value_metadata = original_value_metadata 2040 2041 @property 2042 def page_number(self): 2043 """Gets the page_number of this Currency. # noqa: E501 2044 2045 Specifies the page number on which the tab is located. # noqa: E501 2046 2047 :return: The page_number of this Currency. # noqa: E501 2048 :rtype: str 2049 """ 2050 return self._page_number 2051 2052 @page_number.setter 2053 def page_number(self, page_number): 2054 """Sets the page_number of this Currency. 2055 2056 Specifies the page number on which the tab is located. # noqa: E501 2057 2058 :param page_number: The page_number of this Currency. # noqa: E501 2059 :type: str 2060 """ 2061 2062 self._page_number = page_number 2063 2064 @property 2065 def page_number_metadata(self): 2066 """Gets the page_number_metadata of this Currency. # noqa: E501 2067 2068 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 2069 2070 :return: The page_number_metadata of this Currency. # noqa: E501 2071 :rtype: PropertyMetadata 2072 """ 2073 return self._page_number_metadata 2074 2075 @page_number_metadata.setter 2076 def page_number_metadata(self, page_number_metadata): 2077 """Sets the page_number_metadata of this Currency. 2078 2079 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 2080 2081 :param page_number_metadata: The page_number_metadata of this Currency. # noqa: E501 2082 :type: PropertyMetadata 2083 """ 2084 2085 self._page_number_metadata = page_number_metadata 2086 2087 @property 2088 def recipient_id(self): 2089 """Gets the recipient_id of this Currency. # noqa: E501 2090 2091 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2092 2093 :return: The recipient_id of this Currency. # noqa: E501 2094 :rtype: str 2095 """ 2096 return self._recipient_id 2097 2098 @recipient_id.setter 2099 def recipient_id(self, recipient_id): 2100 """Sets the recipient_id of this Currency. 2101 2102 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2103 2104 :param recipient_id: The recipient_id of this Currency. # noqa: E501 2105 :type: str 2106 """ 2107 2108 self._recipient_id = recipient_id 2109 2110 @property 2111 def recipient_id_guid(self): 2112 """Gets the recipient_id_guid of this Currency. # noqa: E501 2113 2114 # noqa: E501 2115 2116 :return: The recipient_id_guid of this Currency. # noqa: E501 2117 :rtype: str 2118 """ 2119 return self._recipient_id_guid 2120 2121 @recipient_id_guid.setter 2122 def recipient_id_guid(self, recipient_id_guid): 2123 """Sets the recipient_id_guid of this Currency. 2124 2125 # noqa: E501 2126 2127 :param recipient_id_guid: The recipient_id_guid of this Currency. # noqa: E501 2128 :type: str 2129 """ 2130 2131 self._recipient_id_guid = recipient_id_guid 2132 2133 @property 2134 def recipient_id_guid_metadata(self): 2135 """Gets the recipient_id_guid_metadata of this Currency. # noqa: E501 2136 2137 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 2138 2139 :return: The recipient_id_guid_metadata of this Currency. # noqa: E501 2140 :rtype: PropertyMetadata 2141 """ 2142 return self._recipient_id_guid_metadata 2143 2144 @recipient_id_guid_metadata.setter 2145 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 2146 """Sets the recipient_id_guid_metadata of this Currency. 2147 2148 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 2149 2150 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Currency. # noqa: E501 2151 :type: PropertyMetadata 2152 """ 2153 2154 self._recipient_id_guid_metadata = recipient_id_guid_metadata 2155 2156 @property 2157 def recipient_id_metadata(self): 2158 """Gets the recipient_id_metadata of this Currency. # noqa: E501 2159 2160 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 2161 2162 :return: The recipient_id_metadata of this Currency. # noqa: E501 2163 :rtype: PropertyMetadata 2164 """ 2165 return self._recipient_id_metadata 2166 2167 @recipient_id_metadata.setter 2168 def recipient_id_metadata(self, recipient_id_metadata): 2169 """Sets the recipient_id_metadata of this Currency. 2170 2171 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 2172 2173 :param recipient_id_metadata: The recipient_id_metadata of this Currency. # noqa: E501 2174 :type: PropertyMetadata 2175 """ 2176 2177 self._recipient_id_metadata = recipient_id_metadata 2178 2179 @property 2180 def require_all(self): 2181 """Gets the require_all of this Currency. # noqa: E501 2182 2183 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2184 2185 :return: The require_all of this Currency. # noqa: E501 2186 :rtype: str 2187 """ 2188 return self._require_all 2189 2190 @require_all.setter 2191 def require_all(self, require_all): 2192 """Sets the require_all of this Currency. 2193 2194 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2195 2196 :param require_all: The require_all of this Currency. # noqa: E501 2197 :type: str 2198 """ 2199 2200 self._require_all = require_all 2201 2202 @property 2203 def require_all_metadata(self): 2204 """Gets the require_all_metadata of this Currency. # noqa: E501 2205 2206 Metadata that indicates whether the `requireAll` property is editable. # noqa: E501 2207 2208 :return: The require_all_metadata of this Currency. # noqa: E501 2209 :rtype: PropertyMetadata 2210 """ 2211 return self._require_all_metadata 2212 2213 @require_all_metadata.setter 2214 def require_all_metadata(self, require_all_metadata): 2215 """Sets the require_all_metadata of this Currency. 2216 2217 Metadata that indicates whether the `requireAll` property is editable. # noqa: E501 2218 2219 :param require_all_metadata: The require_all_metadata of this Currency. # noqa: E501 2220 :type: PropertyMetadata 2221 """ 2222 2223 self._require_all_metadata = require_all_metadata 2224 2225 @property 2226 def required(self): 2227 """Gets the required of this Currency. # noqa: E501 2228 2229 When set to **true**, the signer is required to fill out this tab # noqa: E501 2230 2231 :return: The required of this Currency. # noqa: E501 2232 :rtype: str 2233 """ 2234 return self._required 2235 2236 @required.setter 2237 def required(self, required): 2238 """Sets the required of this Currency. 2239 2240 When set to **true**, the signer is required to fill out this tab # noqa: E501 2241 2242 :param required: The required of this Currency. # noqa: E501 2243 :type: str 2244 """ 2245 2246 self._required = required 2247 2248 @property 2249 def required_metadata(self): 2250 """Gets the required_metadata of this Currency. # noqa: E501 2251 2252 Metadata that indicates whether the `required` property is editable. # noqa: E501 2253 2254 :return: The required_metadata of this Currency. # noqa: E501 2255 :rtype: PropertyMetadata 2256 """ 2257 return self._required_metadata 2258 2259 @required_metadata.setter 2260 def required_metadata(self, required_metadata): 2261 """Sets the required_metadata of this Currency. 2262 2263 Metadata that indicates whether the `required` property is editable. # noqa: E501 2264 2265 :param required_metadata: The required_metadata of this Currency. # noqa: E501 2266 :type: PropertyMetadata 2267 """ 2268 2269 self._required_metadata = required_metadata 2270 2271 @property 2272 def require_initial_on_shared_change(self): 2273 """Gets the require_initial_on_shared_change of this Currency. # noqa: E501 2274 2275 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2276 2277 :return: The require_initial_on_shared_change of this Currency. # noqa: E501 2278 :rtype: str 2279 """ 2280 return self._require_initial_on_shared_change 2281 2282 @require_initial_on_shared_change.setter 2283 def require_initial_on_shared_change(self, require_initial_on_shared_change): 2284 """Sets the require_initial_on_shared_change of this Currency. 2285 2286 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2287 2288 :param require_initial_on_shared_change: The require_initial_on_shared_change of this Currency. # noqa: E501 2289 :type: str 2290 """ 2291 2292 self._require_initial_on_shared_change = require_initial_on_shared_change 2293 2294 @property 2295 def require_initial_on_shared_change_metadata(self): 2296 """Gets the require_initial_on_shared_change_metadata of this Currency. # noqa: E501 2297 2298 Metadata that indicates whether the `requireInitialOnSharedChange` property is editable. # noqa: E501 2299 2300 :return: The require_initial_on_shared_change_metadata of this Currency. # noqa: E501 2301 :rtype: PropertyMetadata 2302 """ 2303 return self._require_initial_on_shared_change_metadata 2304 2305 @require_initial_on_shared_change_metadata.setter 2306 def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): 2307 """Sets the require_initial_on_shared_change_metadata of this Currency. 2308 2309 Metadata that indicates whether the `requireInitialOnSharedChange` property is editable. # noqa: E501 2310 2311 :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Currency. # noqa: E501 2312 :type: PropertyMetadata 2313 """ 2314 2315 self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata 2316 2317 @property 2318 def sender_required(self): 2319 """Gets the sender_required of this Currency. # noqa: E501 2320 2321 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2322 2323 :return: The sender_required of this Currency. # noqa: E501 2324 :rtype: str 2325 """ 2326 return self._sender_required 2327 2328 @sender_required.setter 2329 def sender_required(self, sender_required): 2330 """Sets the sender_required of this Currency. 2331 2332 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2333 2334 :param sender_required: The sender_required of this Currency. # noqa: E501 2335 :type: str 2336 """ 2337 2338 self._sender_required = sender_required 2339 2340 @property 2341 def sender_required_metadata(self): 2342 """Gets the sender_required_metadata of this Currency. # noqa: E501 2343 2344 Metadata that indicates whether the `senderRequired` property is editable. # noqa: E501 2345 2346 :return: The sender_required_metadata of this Currency. # noqa: E501 2347 :rtype: PropertyMetadata 2348 """ 2349 return self._sender_required_metadata 2350 2351 @sender_required_metadata.setter 2352 def sender_required_metadata(self, sender_required_metadata): 2353 """Sets the sender_required_metadata of this Currency. 2354 2355 Metadata that indicates whether the `senderRequired` property is editable. # noqa: E501 2356 2357 :param sender_required_metadata: The sender_required_metadata of this Currency. # noqa: E501 2358 :type: PropertyMetadata 2359 """ 2360 2361 self._sender_required_metadata = sender_required_metadata 2362 2363 @property 2364 def shared(self): 2365 """Gets the shared of this Currency. # noqa: E501 2366 2367 When set to **true**, this custom tab is shared. # noqa: E501 2368 2369 :return: The shared of this Currency. # noqa: E501 2370 :rtype: str 2371 """ 2372 return self._shared 2373 2374 @shared.setter 2375 def shared(self, shared): 2376 """Sets the shared of this Currency. 2377 2378 When set to **true**, this custom tab is shared. # noqa: E501 2379 2380 :param shared: The shared of this Currency. # noqa: E501 2381 :type: str 2382 """ 2383 2384 self._shared = shared 2385 2386 @property 2387 def shared_metadata(self): 2388 """Gets the shared_metadata of this Currency. # noqa: E501 2389 2390 Metadata that indicates whether the `shared` property is editable. # noqa: E501 2391 2392 :return: The shared_metadata of this Currency. # noqa: E501 2393 :rtype: PropertyMetadata 2394 """ 2395 return self._shared_metadata 2396 2397 @shared_metadata.setter 2398 def shared_metadata(self, shared_metadata): 2399 """Sets the shared_metadata of this Currency. 2400 2401 Metadata that indicates whether the `shared` property is editable. # noqa: E501 2402 2403 :param shared_metadata: The shared_metadata of this Currency. # noqa: E501 2404 :type: PropertyMetadata 2405 """ 2406 2407 self._shared_metadata = shared_metadata 2408 2409 @property 2410 def smart_contract_information(self): 2411 """Gets the smart_contract_information of this Currency. # noqa: E501 2412 2413 Reserved for DocuSign. # noqa: E501 2414 2415 :return: The smart_contract_information of this Currency. # noqa: E501 2416 :rtype: SmartContractInformation 2417 """ 2418 return self._smart_contract_information 2419 2420 @smart_contract_information.setter 2421 def smart_contract_information(self, smart_contract_information): 2422 """Sets the smart_contract_information of this Currency. 2423 2424 Reserved for DocuSign. # noqa: E501 2425 2426 :param smart_contract_information: The smart_contract_information of this Currency. # noqa: E501 2427 :type: SmartContractInformation 2428 """ 2429 2430 self._smart_contract_information = smart_contract_information 2431 2432 @property 2433 def source(self): 2434 """Gets the source of this Currency. # noqa: E501 2435 2436 # noqa: E501 2437 2438 :return: The source of this Currency. # noqa: E501 2439 :rtype: str 2440 """ 2441 return self._source 2442 2443 @source.setter 2444 def source(self, source): 2445 """Sets the source of this Currency. 2446 2447 # noqa: E501 2448 2449 :param source: The source of this Currency. # noqa: E501 2450 :type: str 2451 """ 2452 2453 self._source = source 2454 2455 @property 2456 def status(self): 2457 """Gets the status of this Currency. # noqa: E501 2458 2459 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 2460 2461 :return: The status of this Currency. # noqa: E501 2462 :rtype: str 2463 """ 2464 return self._status 2465 2466 @status.setter 2467 def status(self, status): 2468 """Sets the status of this Currency. 2469 2470 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 2471 2472 :param status: The status of this Currency. # noqa: E501 2473 :type: str 2474 """ 2475 2476 self._status = status 2477 2478 @property 2479 def status_metadata(self): 2480 """Gets the status_metadata of this Currency. # noqa: E501 2481 2482 Metadata that indicates whether the `status` property is editable. # noqa: E501 2483 2484 :return: The status_metadata of this Currency. # noqa: E501 2485 :rtype: PropertyMetadata 2486 """ 2487 return self._status_metadata 2488 2489 @status_metadata.setter 2490 def status_metadata(self, status_metadata): 2491 """Sets the status_metadata of this Currency. 2492 2493 Metadata that indicates whether the `status` property is editable. # noqa: E501 2494 2495 :param status_metadata: The status_metadata of this Currency. # noqa: E501 2496 :type: PropertyMetadata 2497 """ 2498 2499 self._status_metadata = status_metadata 2500 2501 @property 2502 def tab_group_labels(self): 2503 """Gets the tab_group_labels of this Currency. # noqa: E501 2504 2505 # noqa: E501 2506 2507 :return: The tab_group_labels of this Currency. # noqa: E501 2508 :rtype: list[str] 2509 """ 2510 return self._tab_group_labels 2511 2512 @tab_group_labels.setter 2513 def tab_group_labels(self, tab_group_labels): 2514 """Sets the tab_group_labels of this Currency. 2515 2516 # noqa: E501 2517 2518 :param tab_group_labels: The tab_group_labels of this Currency. # noqa: E501 2519 :type: list[str] 2520 """ 2521 2522 self._tab_group_labels = tab_group_labels 2523 2524 @property 2525 def tab_group_labels_metadata(self): 2526 """Gets the tab_group_labels_metadata of this Currency. # noqa: E501 2527 2528 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 2529 2530 :return: The tab_group_labels_metadata of this Currency. # noqa: E501 2531 :rtype: PropertyMetadata 2532 """ 2533 return self._tab_group_labels_metadata 2534 2535 @tab_group_labels_metadata.setter 2536 def tab_group_labels_metadata(self, tab_group_labels_metadata): 2537 """Sets the tab_group_labels_metadata of this Currency. 2538 2539 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 2540 2541 :param tab_group_labels_metadata: The tab_group_labels_metadata of this Currency. # noqa: E501 2542 :type: PropertyMetadata 2543 """ 2544 2545 self._tab_group_labels_metadata = tab_group_labels_metadata 2546 2547 @property 2548 def tab_id(self): 2549 """Gets the tab_id of this Currency. # noqa: E501 2550 2551 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2552 2553 :return: The tab_id of this Currency. # noqa: E501 2554 :rtype: str 2555 """ 2556 return self._tab_id 2557 2558 @tab_id.setter 2559 def tab_id(self, tab_id): 2560 """Sets the tab_id of this Currency. 2561 2562 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2563 2564 :param tab_id: The tab_id of this Currency. # noqa: E501 2565 :type: str 2566 """ 2567 2568 self._tab_id = tab_id 2569 2570 @property 2571 def tab_id_metadata(self): 2572 """Gets the tab_id_metadata of this Currency. # noqa: E501 2573 2574 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 2575 2576 :return: The tab_id_metadata of this Currency. # noqa: E501 2577 :rtype: PropertyMetadata 2578 """ 2579 return self._tab_id_metadata 2580 2581 @tab_id_metadata.setter 2582 def tab_id_metadata(self, tab_id_metadata): 2583 """Sets the tab_id_metadata of this Currency. 2584 2585 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 2586 2587 :param tab_id_metadata: The tab_id_metadata of this Currency. # noqa: E501 2588 :type: PropertyMetadata 2589 """ 2590 2591 self._tab_id_metadata = tab_id_metadata 2592 2593 @property 2594 def tab_label(self): 2595 """Gets the tab_label of this Currency. # noqa: E501 2596 2597 The label string associated with the tab. # noqa: E501 2598 2599 :return: The tab_label of this Currency. # noqa: E501 2600 :rtype: str 2601 """ 2602 return self._tab_label 2603 2604 @tab_label.setter 2605 def tab_label(self, tab_label): 2606 """Sets the tab_label of this Currency. 2607 2608 The label string associated with the tab. # noqa: E501 2609 2610 :param tab_label: The tab_label of this Currency. # noqa: E501 2611 :type: str 2612 """ 2613 2614 self._tab_label = tab_label 2615 2616 @property 2617 def tab_label_metadata(self): 2618 """Gets the tab_label_metadata of this Currency. # noqa: E501 2619 2620 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 2621 2622 :return: The tab_label_metadata of this Currency. # noqa: E501 2623 :rtype: PropertyMetadata 2624 """ 2625 return self._tab_label_metadata 2626 2627 @tab_label_metadata.setter 2628 def tab_label_metadata(self, tab_label_metadata): 2629 """Sets the tab_label_metadata of this Currency. 2630 2631 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 2632 2633 :param tab_label_metadata: The tab_label_metadata of this Currency. # noqa: E501 2634 :type: PropertyMetadata 2635 """ 2636 2637 self._tab_label_metadata = tab_label_metadata 2638 2639 @property 2640 def tab_order(self): 2641 """Gets the tab_order of this Currency. # noqa: E501 2642 2643 # noqa: E501 2644 2645 :return: The tab_order of this Currency. # noqa: E501 2646 :rtype: str 2647 """ 2648 return self._tab_order 2649 2650 @tab_order.setter 2651 def tab_order(self, tab_order): 2652 """Sets the tab_order of this Currency. 2653 2654 # noqa: E501 2655 2656 :param tab_order: The tab_order of this Currency. # noqa: E501 2657 :type: str 2658 """ 2659 2660 self._tab_order = tab_order 2661 2662 @property 2663 def tab_order_metadata(self): 2664 """Gets the tab_order_metadata of this Currency. # noqa: E501 2665 2666 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 2667 2668 :return: The tab_order_metadata of this Currency. # noqa: E501 2669 :rtype: PropertyMetadata 2670 """ 2671 return self._tab_order_metadata 2672 2673 @tab_order_metadata.setter 2674 def tab_order_metadata(self, tab_order_metadata): 2675 """Sets the tab_order_metadata of this Currency. 2676 2677 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 2678 2679 :param tab_order_metadata: The tab_order_metadata of this Currency. # noqa: E501 2680 :type: PropertyMetadata 2681 """ 2682 2683 self._tab_order_metadata = tab_order_metadata 2684 2685 @property 2686 def tab_type(self): 2687 """Gets the tab_type of this Currency. # noqa: E501 2688 2689 # noqa: E501 2690 2691 :return: The tab_type of this Currency. # noqa: E501 2692 :rtype: str 2693 """ 2694 return self._tab_type 2695 2696 @tab_type.setter 2697 def tab_type(self, tab_type): 2698 """Sets the tab_type of this Currency. 2699 2700 # noqa: E501 2701 2702 :param tab_type: The tab_type of this Currency. # noqa: E501 2703 :type: str 2704 """ 2705 2706 self._tab_type = tab_type 2707 2708 @property 2709 def tab_type_metadata(self): 2710 """Gets the tab_type_metadata of this Currency. # noqa: E501 2711 2712 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 2713 2714 :return: The tab_type_metadata of this Currency. # noqa: E501 2715 :rtype: PropertyMetadata 2716 """ 2717 return self._tab_type_metadata 2718 2719 @tab_type_metadata.setter 2720 def tab_type_metadata(self, tab_type_metadata): 2721 """Sets the tab_type_metadata of this Currency. 2722 2723 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 2724 2725 :param tab_type_metadata: The tab_type_metadata of this Currency. # noqa: E501 2726 :type: PropertyMetadata 2727 """ 2728 2729 self._tab_type_metadata = tab_type_metadata 2730 2731 @property 2732 def template_locked(self): 2733 """Gets the template_locked of this Currency. # noqa: E501 2734 2735 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2736 2737 :return: The template_locked of this Currency. # noqa: E501 2738 :rtype: str 2739 """ 2740 return self._template_locked 2741 2742 @template_locked.setter 2743 def template_locked(self, template_locked): 2744 """Sets the template_locked of this Currency. 2745 2746 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2747 2748 :param template_locked: The template_locked of this Currency. # noqa: E501 2749 :type: str 2750 """ 2751 2752 self._template_locked = template_locked 2753 2754 @property 2755 def template_locked_metadata(self): 2756 """Gets the template_locked_metadata of this Currency. # noqa: E501 2757 2758 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 2759 2760 :return: The template_locked_metadata of this Currency. # noqa: E501 2761 :rtype: PropertyMetadata 2762 """ 2763 return self._template_locked_metadata 2764 2765 @template_locked_metadata.setter 2766 def template_locked_metadata(self, template_locked_metadata): 2767 """Sets the template_locked_metadata of this Currency. 2768 2769 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 2770 2771 :param template_locked_metadata: The template_locked_metadata of this Currency. # noqa: E501 2772 :type: PropertyMetadata 2773 """ 2774 2775 self._template_locked_metadata = template_locked_metadata 2776 2777 @property 2778 def template_required(self): 2779 """Gets the template_required of this Currency. # noqa: E501 2780 2781 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2782 2783 :return: The template_required of this Currency. # noqa: E501 2784 :rtype: str 2785 """ 2786 return self._template_required 2787 2788 @template_required.setter 2789 def template_required(self, template_required): 2790 """Sets the template_required of this Currency. 2791 2792 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2793 2794 :param template_required: The template_required of this Currency. # noqa: E501 2795 :type: str 2796 """ 2797 2798 self._template_required = template_required 2799 2800 @property 2801 def template_required_metadata(self): 2802 """Gets the template_required_metadata of this Currency. # noqa: E501 2803 2804 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2805 2806 :return: The template_required_metadata of this Currency. # noqa: E501 2807 :rtype: PropertyMetadata 2808 """ 2809 return self._template_required_metadata 2810 2811 @template_required_metadata.setter 2812 def template_required_metadata(self, template_required_metadata): 2813 """Sets the template_required_metadata of this Currency. 2814 2815 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2816 2817 :param template_required_metadata: The template_required_metadata of this Currency. # noqa: E501 2818 :type: PropertyMetadata 2819 """ 2820 2821 self._template_required_metadata = template_required_metadata 2822 2823 @property 2824 def tooltip(self): 2825 """Gets the tooltip of this Currency. # noqa: E501 2826 2827 # noqa: E501 2828 2829 :return: The tooltip of this Currency. # noqa: E501 2830 :rtype: str 2831 """ 2832 return self._tooltip 2833 2834 @tooltip.setter 2835 def tooltip(self, tooltip): 2836 """Sets the tooltip of this Currency. 2837 2838 # noqa: E501 2839 2840 :param tooltip: The tooltip of this Currency. # noqa: E501 2841 :type: str 2842 """ 2843 2844 self._tooltip = tooltip 2845 2846 @property 2847 def tool_tip_metadata(self): 2848 """Gets the tool_tip_metadata of this Currency. # noqa: E501 2849 2850 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2851 2852 :return: The tool_tip_metadata of this Currency. # noqa: E501 2853 :rtype: PropertyMetadata 2854 """ 2855 return self._tool_tip_metadata 2856 2857 @tool_tip_metadata.setter 2858 def tool_tip_metadata(self, tool_tip_metadata): 2859 """Sets the tool_tip_metadata of this Currency. 2860 2861 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2862 2863 :param tool_tip_metadata: The tool_tip_metadata of this Currency. # noqa: E501 2864 :type: PropertyMetadata 2865 """ 2866 2867 self._tool_tip_metadata = tool_tip_metadata 2868 2869 @property 2870 def underline(self): 2871 """Gets the underline of this Currency. # noqa: E501 2872 2873 When set to **true**, the information in the tab is underlined. # noqa: E501 2874 2875 :return: The underline of this Currency. # noqa: E501 2876 :rtype: str 2877 """ 2878 return self._underline 2879 2880 @underline.setter 2881 def underline(self, underline): 2882 """Sets the underline of this Currency. 2883 2884 When set to **true**, the information in the tab is underlined. # noqa: E501 2885 2886 :param underline: The underline of this Currency. # noqa: E501 2887 :type: str 2888 """ 2889 2890 self._underline = underline 2891 2892 @property 2893 def underline_metadata(self): 2894 """Gets the underline_metadata of this Currency. # noqa: E501 2895 2896 Metadata that indicates whether the `underline` property is editable. # noqa: E501 2897 2898 :return: The underline_metadata of this Currency. # noqa: E501 2899 :rtype: PropertyMetadata 2900 """ 2901 return self._underline_metadata 2902 2903 @underline_metadata.setter 2904 def underline_metadata(self, underline_metadata): 2905 """Sets the underline_metadata of this Currency. 2906 2907 Metadata that indicates whether the `underline` property is editable. # noqa: E501 2908 2909 :param underline_metadata: The underline_metadata of this Currency. # noqa: E501 2910 :type: PropertyMetadata 2911 """ 2912 2913 self._underline_metadata = underline_metadata 2914 2915 @property 2916 def value(self): 2917 """Gets the value of this Currency. # noqa: E501 2918 2919 Specifies the value of the tab. # noqa: E501 2920 2921 :return: The value of this Currency. # noqa: E501 2922 :rtype: str 2923 """ 2924 return self._value 2925 2926 @value.setter 2927 def value(self, value): 2928 """Sets the value of this Currency. 2929 2930 Specifies the value of the tab. # noqa: E501 2931 2932 :param value: The value of this Currency. # noqa: E501 2933 :type: str 2934 """ 2935 2936 self._value = value 2937 2938 @property 2939 def value_metadata(self): 2940 """Gets the value_metadata of this Currency. # noqa: E501 2941 2942 Metadata that indicates whether the `value` property is editable. # noqa: E501 2943 2944 :return: The value_metadata of this Currency. # noqa: E501 2945 :rtype: PropertyMetadata 2946 """ 2947 return self._value_metadata 2948 2949 @value_metadata.setter 2950 def value_metadata(self, value_metadata): 2951 """Sets the value_metadata of this Currency. 2952 2953 Metadata that indicates whether the `value` property is editable. # noqa: E501 2954 2955 :param value_metadata: The value_metadata of this Currency. # noqa: E501 2956 :type: PropertyMetadata 2957 """ 2958 2959 self._value_metadata = value_metadata 2960 2961 @property 2962 def width(self): 2963 """Gets the width of this Currency. # noqa: E501 2964 2965 Width of the tab in pixels. # noqa: E501 2966 2967 :return: The width of this Currency. # noqa: E501 2968 :rtype: str 2969 """ 2970 return self._width 2971 2972 @width.setter 2973 def width(self, width): 2974 """Sets the width of this Currency. 2975 2976 Width of the tab in pixels. # noqa: E501 2977 2978 :param width: The width of this Currency. # noqa: E501 2979 :type: str 2980 """ 2981 2982 self._width = width 2983 2984 @property 2985 def width_metadata(self): 2986 """Gets the width_metadata of this Currency. # noqa: E501 2987 2988 Metadata that indicates whether the `width` property is editable. # noqa: E501 2989 2990 :return: The width_metadata of this Currency. # noqa: E501 2991 :rtype: PropertyMetadata 2992 """ 2993 return self._width_metadata 2994 2995 @width_metadata.setter 2996 def width_metadata(self, width_metadata): 2997 """Sets the width_metadata of this Currency. 2998 2999 Metadata that indicates whether the `width` property is editable. # noqa: E501 3000 3001 :param width_metadata: The width_metadata of this Currency. # noqa: E501 3002 :type: PropertyMetadata 3003 """ 3004 3005 self._width_metadata = width_metadata 3006 3007 @property 3008 def x_position(self): 3009 """Gets the x_position of this Currency. # noqa: E501 3010 3011 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3012 3013 :return: The x_position of this Currency. # noqa: E501 3014 :rtype: str 3015 """ 3016 return self._x_position 3017 3018 @x_position.setter 3019 def x_position(self, x_position): 3020 """Sets the x_position of this Currency. 3021 3022 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3023 3024 :param x_position: The x_position of this Currency. # noqa: E501 3025 :type: str 3026 """ 3027 3028 self._x_position = x_position 3029 3030 @property 3031 def x_position_metadata(self): 3032 """Gets the x_position_metadata of this Currency. # noqa: E501 3033 3034 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 3035 3036 :return: The x_position_metadata of this Currency. # noqa: E501 3037 :rtype: PropertyMetadata 3038 """ 3039 return self._x_position_metadata 3040 3041 @x_position_metadata.setter 3042 def x_position_metadata(self, x_position_metadata): 3043 """Sets the x_position_metadata of this Currency. 3044 3045 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 3046 3047 :param x_position_metadata: The x_position_metadata of this Currency. # noqa: E501 3048 :type: PropertyMetadata 3049 """ 3050 3051 self._x_position_metadata = x_position_metadata 3052 3053 @property 3054 def y_position(self): 3055 """Gets the y_position of this Currency. # noqa: E501 3056 3057 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3058 3059 :return: The y_position of this Currency. # noqa: E501 3060 :rtype: str 3061 """ 3062 return self._y_position 3063 3064 @y_position.setter 3065 def y_position(self, y_position): 3066 """Sets the y_position of this Currency. 3067 3068 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3069 3070 :param y_position: The y_position of this Currency. # noqa: E501 3071 :type: str 3072 """ 3073 3074 self._y_position = y_position 3075 3076 @property 3077 def y_position_metadata(self): 3078 """Gets the y_position_metadata of this Currency. # noqa: E501 3079 3080 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 3081 3082 :return: The y_position_metadata of this Currency. # noqa: E501 3083 :rtype: PropertyMetadata 3084 """ 3085 return self._y_position_metadata 3086 3087 @y_position_metadata.setter 3088 def y_position_metadata(self, y_position_metadata): 3089 """Sets the y_position_metadata of this Currency. 3090 3091 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 3092 3093 :param y_position_metadata: The y_position_metadata of this Currency. # noqa: E501 3094 :type: PropertyMetadata 3095 """ 3096 3097 self._y_position_metadata = y_position_metadata 3098 3099 def to_dict(self): 3100 """Returns the model properties as a dict""" 3101 result = {} 3102 3103 for attr, _ in six.iteritems(self.swagger_types): 3104 value = getattr(self, attr) 3105 if isinstance(value, list): 3106 result[attr] = list(map( 3107 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 3108 value 3109 )) 3110 elif hasattr(value, "to_dict"): 3111 result[attr] = value.to_dict() 3112 elif isinstance(value, dict): 3113 result[attr] = dict(map( 3114 lambda item: (item[0], item[1].to_dict()) 3115 if hasattr(item[1], "to_dict") else item, 3116 value.items() 3117 )) 3118 else: 3119 result[attr] = value 3120 if issubclass(Currency, dict): 3121 for key, value in self.items(): 3122 result[key] = value 3123 3124 return result 3125 3126 def to_str(self): 3127 """Returns the string representation of the model""" 3128 return pprint.pformat(self.to_dict()) 3129 3130 def __repr__(self): 3131 """For `print` and `pprint`""" 3132 return self.to_str() 3133 3134 def __eq__(self, other): 3135 """Returns true if both objects are equal""" 3136 if not isinstance(other, Currency): 3137 return False 3138 3139 return self.to_dict() == other.to_dict() 3140 3141 def __ne__(self, other): 3142 """Returns true if both objects are not equal""" 3143 if not isinstance(other, Currency): 3144 return True 3145 3146 return self.to_dict() != other.to_dict()
23class Currency(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 'conceal_value_on_document': 'str', 62 'conceal_value_on_document_metadata': 'PropertyMetadata', 63 'conditional_parent_label': 'str', 64 'conditional_parent_label_metadata': 'PropertyMetadata', 65 'conditional_parent_value': 'str', 66 'conditional_parent_value_metadata': 'PropertyMetadata', 67 'custom_tab_id': 'str', 68 'custom_tab_id_metadata': 'PropertyMetadata', 69 'disable_auto_size': 'str', 70 'disable_auto_size_metadata': 'PropertyMetadata', 71 'document_id': 'str', 72 'document_id_metadata': 'PropertyMetadata', 73 'error_details': 'ErrorDetails', 74 'font': 'str', 75 'font_color': 'str', 76 'font_color_metadata': 'PropertyMetadata', 77 'font_metadata': 'PropertyMetadata', 78 'font_size': 'str', 79 'font_size_metadata': 'PropertyMetadata', 80 'form_order': 'str', 81 'form_order_metadata': 'PropertyMetadata', 82 'form_page_label': 'str', 83 'form_page_label_metadata': 'PropertyMetadata', 84 'form_page_number': 'str', 85 'form_page_number_metadata': 'PropertyMetadata', 86 'height': 'str', 87 'height_metadata': 'PropertyMetadata', 88 'italic': 'str', 89 'italic_metadata': 'PropertyMetadata', 90 'locale_policy': 'LocalePolicyTab', 91 'locked': 'str', 92 'locked_metadata': 'PropertyMetadata', 93 'max_length': 'str', 94 'max_length_metadata': 'PropertyMetadata', 95 'max_numerical_value': 'str', 96 'merge_field': 'MergeField', 97 'merge_field_xml': 'str', 98 'min_numerical_value': 'str', 99 'name': 'str', 100 'name_metadata': 'PropertyMetadata', 101 'numerical_value': 'str', 102 'original_value': 'str', 103 'original_value_metadata': 'PropertyMetadata', 104 'page_number': 'str', 105 'page_number_metadata': 'PropertyMetadata', 106 'recipient_id': 'str', 107 'recipient_id_guid': 'str', 108 'recipient_id_guid_metadata': 'PropertyMetadata', 109 'recipient_id_metadata': 'PropertyMetadata', 110 'require_all': 'str', 111 'require_all_metadata': 'PropertyMetadata', 112 'required': 'str', 113 'required_metadata': 'PropertyMetadata', 114 'require_initial_on_shared_change': 'str', 115 'require_initial_on_shared_change_metadata': 'PropertyMetadata', 116 'sender_required': 'str', 117 'sender_required_metadata': 'PropertyMetadata', 118 'shared': 'str', 119 'shared_metadata': 'PropertyMetadata', 120 'smart_contract_information': 'SmartContractInformation', 121 'source': 'str', 122 'status': 'str', 123 'status_metadata': 'PropertyMetadata', 124 'tab_group_labels': 'list[str]', 125 'tab_group_labels_metadata': 'PropertyMetadata', 126 'tab_id': 'str', 127 'tab_id_metadata': 'PropertyMetadata', 128 'tab_label': 'str', 129 'tab_label_metadata': 'PropertyMetadata', 130 'tab_order': 'str', 131 'tab_order_metadata': 'PropertyMetadata', 132 'tab_type': 'str', 133 'tab_type_metadata': 'PropertyMetadata', 134 'template_locked': 'str', 135 'template_locked_metadata': 'PropertyMetadata', 136 'template_required': 'str', 137 'template_required_metadata': 'PropertyMetadata', 138 'tooltip': 'str', 139 'tool_tip_metadata': 'PropertyMetadata', 140 'underline': 'str', 141 'underline_metadata': 'PropertyMetadata', 142 'value': 'str', 143 'value_metadata': 'PropertyMetadata', 144 'width': 'str', 145 'width_metadata': 'PropertyMetadata', 146 'x_position': 'str', 147 'x_position_metadata': 'PropertyMetadata', 148 'y_position': 'str', 149 'y_position_metadata': 'PropertyMetadata' 150 } 151 152 attribute_map = { 153 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 154 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 155 'anchor_case_sensitive': 'anchorCaseSensitive', 156 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 157 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 158 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 159 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 160 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 161 'anchor_match_whole_word': 'anchorMatchWholeWord', 162 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 163 'anchor_string': 'anchorString', 164 'anchor_string_metadata': 'anchorStringMetadata', 165 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 166 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 167 'anchor_units': 'anchorUnits', 168 'anchor_units_metadata': 'anchorUnitsMetadata', 169 'anchor_x_offset': 'anchorXOffset', 170 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 171 'anchor_y_offset': 'anchorYOffset', 172 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 173 'bold': 'bold', 174 'bold_metadata': 'boldMetadata', 175 'caption': 'caption', 176 'caption_metadata': 'captionMetadata', 177 'conceal_value_on_document': 'concealValueOnDocument', 178 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 179 'conditional_parent_label': 'conditionalParentLabel', 180 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 181 'conditional_parent_value': 'conditionalParentValue', 182 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 183 'custom_tab_id': 'customTabId', 184 'custom_tab_id_metadata': 'customTabIdMetadata', 185 'disable_auto_size': 'disableAutoSize', 186 'disable_auto_size_metadata': 'disableAutoSizeMetadata', 187 'document_id': 'documentId', 188 'document_id_metadata': 'documentIdMetadata', 189 'error_details': 'errorDetails', 190 'font': 'font', 191 'font_color': 'fontColor', 192 'font_color_metadata': 'fontColorMetadata', 193 'font_metadata': 'fontMetadata', 194 'font_size': 'fontSize', 195 'font_size_metadata': 'fontSizeMetadata', 196 'form_order': 'formOrder', 197 'form_order_metadata': 'formOrderMetadata', 198 'form_page_label': 'formPageLabel', 199 'form_page_label_metadata': 'formPageLabelMetadata', 200 'form_page_number': 'formPageNumber', 201 'form_page_number_metadata': 'formPageNumberMetadata', 202 'height': 'height', 203 'height_metadata': 'heightMetadata', 204 'italic': 'italic', 205 'italic_metadata': 'italicMetadata', 206 'locale_policy': 'localePolicy', 207 'locked': 'locked', 208 'locked_metadata': 'lockedMetadata', 209 'max_length': 'maxLength', 210 'max_length_metadata': 'maxLengthMetadata', 211 'max_numerical_value': 'maxNumericalValue', 212 'merge_field': 'mergeField', 213 'merge_field_xml': 'mergeFieldXml', 214 'min_numerical_value': 'minNumericalValue', 215 'name': 'name', 216 'name_metadata': 'nameMetadata', 217 'numerical_value': 'numericalValue', 218 'original_value': 'originalValue', 219 'original_value_metadata': 'originalValueMetadata', 220 'page_number': 'pageNumber', 221 'page_number_metadata': 'pageNumberMetadata', 222 'recipient_id': 'recipientId', 223 'recipient_id_guid': 'recipientIdGuid', 224 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 225 'recipient_id_metadata': 'recipientIdMetadata', 226 'require_all': 'requireAll', 227 'require_all_metadata': 'requireAllMetadata', 228 'required': 'required', 229 'required_metadata': 'requiredMetadata', 230 'require_initial_on_shared_change': 'requireInitialOnSharedChange', 231 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', 232 'sender_required': 'senderRequired', 233 'sender_required_metadata': 'senderRequiredMetadata', 234 'shared': 'shared', 235 'shared_metadata': 'sharedMetadata', 236 'smart_contract_information': 'smartContractInformation', 237 'source': 'source', 238 'status': 'status', 239 'status_metadata': 'statusMetadata', 240 'tab_group_labels': 'tabGroupLabels', 241 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 242 'tab_id': 'tabId', 243 'tab_id_metadata': 'tabIdMetadata', 244 'tab_label': 'tabLabel', 245 'tab_label_metadata': 'tabLabelMetadata', 246 'tab_order': 'tabOrder', 247 'tab_order_metadata': 'tabOrderMetadata', 248 'tab_type': 'tabType', 249 'tab_type_metadata': 'tabTypeMetadata', 250 'template_locked': 'templateLocked', 251 'template_locked_metadata': 'templateLockedMetadata', 252 'template_required': 'templateRequired', 253 'template_required_metadata': 'templateRequiredMetadata', 254 'tooltip': 'tooltip', 255 'tool_tip_metadata': 'toolTipMetadata', 256 'underline': 'underline', 257 'underline_metadata': 'underlineMetadata', 258 'value': 'value', 259 'value_metadata': 'valueMetadata', 260 'width': 'width', 261 'width_metadata': 'widthMetadata', 262 'x_position': 'xPosition', 263 'x_position_metadata': 'xPositionMetadata', 264 'y_position': 'yPosition', 265 'y_position_metadata': 'yPositionMetadata' 266 } 267 268 def __init__(self, _configuration=None, **kwargs): # noqa: E501 269 """Currency - a model defined in Swagger""" # noqa: E501 270 if _configuration is None: 271 _configuration = Configuration() 272 self._configuration = _configuration 273 274 self._anchor_allow_white_space_in_characters = None 275 self._anchor_allow_white_space_in_characters_metadata = None 276 self._anchor_case_sensitive = None 277 self._anchor_case_sensitive_metadata = None 278 self._anchor_horizontal_alignment = None 279 self._anchor_horizontal_alignment_metadata = None 280 self._anchor_ignore_if_not_present = None 281 self._anchor_ignore_if_not_present_metadata = None 282 self._anchor_match_whole_word = None 283 self._anchor_match_whole_word_metadata = None 284 self._anchor_string = None 285 self._anchor_string_metadata = None 286 self._anchor_tab_processor_version = None 287 self._anchor_tab_processor_version_metadata = None 288 self._anchor_units = None 289 self._anchor_units_metadata = None 290 self._anchor_x_offset = None 291 self._anchor_x_offset_metadata = None 292 self._anchor_y_offset = None 293 self._anchor_y_offset_metadata = None 294 self._bold = None 295 self._bold_metadata = None 296 self._caption = None 297 self._caption_metadata = None 298 self._conceal_value_on_document = None 299 self._conceal_value_on_document_metadata = None 300 self._conditional_parent_label = None 301 self._conditional_parent_label_metadata = None 302 self._conditional_parent_value = None 303 self._conditional_parent_value_metadata = None 304 self._custom_tab_id = None 305 self._custom_tab_id_metadata = None 306 self._disable_auto_size = None 307 self._disable_auto_size_metadata = None 308 self._document_id = None 309 self._document_id_metadata = None 310 self._error_details = None 311 self._font = None 312 self._font_color = None 313 self._font_color_metadata = None 314 self._font_metadata = None 315 self._font_size = None 316 self._font_size_metadata = None 317 self._form_order = None 318 self._form_order_metadata = None 319 self._form_page_label = None 320 self._form_page_label_metadata = None 321 self._form_page_number = None 322 self._form_page_number_metadata = None 323 self._height = None 324 self._height_metadata = None 325 self._italic = None 326 self._italic_metadata = None 327 self._locale_policy = None 328 self._locked = None 329 self._locked_metadata = None 330 self._max_length = None 331 self._max_length_metadata = None 332 self._max_numerical_value = None 333 self._merge_field = None 334 self._merge_field_xml = None 335 self._min_numerical_value = None 336 self._name = None 337 self._name_metadata = None 338 self._numerical_value = None 339 self._original_value = None 340 self._original_value_metadata = None 341 self._page_number = None 342 self._page_number_metadata = None 343 self._recipient_id = None 344 self._recipient_id_guid = None 345 self._recipient_id_guid_metadata = None 346 self._recipient_id_metadata = None 347 self._require_all = None 348 self._require_all_metadata = None 349 self._required = None 350 self._required_metadata = None 351 self._require_initial_on_shared_change = None 352 self._require_initial_on_shared_change_metadata = None 353 self._sender_required = None 354 self._sender_required_metadata = None 355 self._shared = None 356 self._shared_metadata = None 357 self._smart_contract_information = None 358 self._source = None 359 self._status = None 360 self._status_metadata = None 361 self._tab_group_labels = None 362 self._tab_group_labels_metadata = None 363 self._tab_id = None 364 self._tab_id_metadata = None 365 self._tab_label = None 366 self._tab_label_metadata = None 367 self._tab_order = None 368 self._tab_order_metadata = None 369 self._tab_type = None 370 self._tab_type_metadata = None 371 self._template_locked = None 372 self._template_locked_metadata = None 373 self._template_required = None 374 self._template_required_metadata = None 375 self._tooltip = None 376 self._tool_tip_metadata = None 377 self._underline = None 378 self._underline_metadata = None 379 self._value = None 380 self._value_metadata = None 381 self._width = None 382 self._width_metadata = None 383 self._x_position = None 384 self._x_position_metadata = None 385 self._y_position = None 386 self._y_position_metadata = None 387 self.discriminator = None 388 389 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 390 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 391 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 392 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 393 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 394 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 395 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 396 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 397 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 398 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 399 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 400 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 401 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 402 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 403 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 404 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 405 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 406 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 407 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 408 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 409 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 410 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 411 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 412 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 413 setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) 414 setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) 415 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 416 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 417 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 418 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 419 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 420 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 421 setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None)) 422 setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None)) 423 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 424 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 425 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 426 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 427 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 428 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 429 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 430 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 431 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 432 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 433 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 434 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 435 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 436 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 437 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 438 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 439 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 440 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 441 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 442 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 443 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 444 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 445 setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None)) 446 setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None)) 447 setattr(self, "_{}".format('max_numerical_value'), kwargs.get('max_numerical_value', None)) 448 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 449 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 450 setattr(self, "_{}".format('min_numerical_value'), kwargs.get('min_numerical_value', None)) 451 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 452 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 453 setattr(self, "_{}".format('numerical_value'), kwargs.get('numerical_value', None)) 454 setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None)) 455 setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None)) 456 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 457 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 458 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 459 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 460 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 461 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 462 setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None)) 463 setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None)) 464 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 465 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 466 setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None)) 467 setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None)) 468 setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None)) 469 setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None)) 470 setattr(self, "_{}".format('shared'), kwargs.get('shared', None)) 471 setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None)) 472 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 473 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 474 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 475 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 476 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 477 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 478 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 479 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 480 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 481 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 482 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 483 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 484 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 485 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 486 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 487 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 488 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 489 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 490 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 491 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 492 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 493 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 494 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 495 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 496 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 497 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 498 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 499 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 500 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 501 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 502 503 @property 504 def anchor_allow_white_space_in_characters(self): 505 """Gets the anchor_allow_white_space_in_characters of this Currency. # noqa: E501 506 507 # noqa: E501 508 509 :return: The anchor_allow_white_space_in_characters of this Currency. # noqa: E501 510 :rtype: str 511 """ 512 return self._anchor_allow_white_space_in_characters 513 514 @anchor_allow_white_space_in_characters.setter 515 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 516 """Sets the anchor_allow_white_space_in_characters of this Currency. 517 518 # noqa: E501 519 520 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Currency. # noqa: E501 521 :type: str 522 """ 523 524 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 525 526 @property 527 def anchor_allow_white_space_in_characters_metadata(self): 528 """Gets the anchor_allow_white_space_in_characters_metadata of this Currency. # noqa: E501 529 530 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 531 532 :return: The anchor_allow_white_space_in_characters_metadata of this Currency. # noqa: E501 533 :rtype: PropertyMetadata 534 """ 535 return self._anchor_allow_white_space_in_characters_metadata 536 537 @anchor_allow_white_space_in_characters_metadata.setter 538 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 539 """Sets the anchor_allow_white_space_in_characters_metadata of this Currency. 540 541 Metadata that indicates whether the `anchorAllowWhiteSpaceInCharacters` property is editable. # noqa: E501 542 543 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Currency. # noqa: E501 544 :type: PropertyMetadata 545 """ 546 547 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 548 549 @property 550 def anchor_case_sensitive(self): 551 """Gets the anchor_case_sensitive of this Currency. # noqa: E501 552 553 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 554 555 :return: The anchor_case_sensitive of this Currency. # noqa: E501 556 :rtype: str 557 """ 558 return self._anchor_case_sensitive 559 560 @anchor_case_sensitive.setter 561 def anchor_case_sensitive(self, anchor_case_sensitive): 562 """Sets the anchor_case_sensitive of this Currency. 563 564 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 565 566 :param anchor_case_sensitive: The anchor_case_sensitive of this Currency. # noqa: E501 567 :type: str 568 """ 569 570 self._anchor_case_sensitive = anchor_case_sensitive 571 572 @property 573 def anchor_case_sensitive_metadata(self): 574 """Gets the anchor_case_sensitive_metadata of this Currency. # noqa: E501 575 576 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 577 578 :return: The anchor_case_sensitive_metadata of this Currency. # noqa: E501 579 :rtype: PropertyMetadata 580 """ 581 return self._anchor_case_sensitive_metadata 582 583 @anchor_case_sensitive_metadata.setter 584 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 585 """Sets the anchor_case_sensitive_metadata of this Currency. 586 587 Metadata that indicates whether the `anchorCaseSensitive` property is editable. # noqa: E501 588 589 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Currency. # noqa: E501 590 :type: PropertyMetadata 591 """ 592 593 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 594 595 @property 596 def anchor_horizontal_alignment(self): 597 """Gets the anchor_horizontal_alignment of this Currency. # noqa: E501 598 599 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 600 601 :return: The anchor_horizontal_alignment of this Currency. # noqa: E501 602 :rtype: str 603 """ 604 return self._anchor_horizontal_alignment 605 606 @anchor_horizontal_alignment.setter 607 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 608 """Sets the anchor_horizontal_alignment of this Currency. 609 610 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 611 612 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Currency. # noqa: E501 613 :type: str 614 """ 615 616 self._anchor_horizontal_alignment = anchor_horizontal_alignment 617 618 @property 619 def anchor_horizontal_alignment_metadata(self): 620 """Gets the anchor_horizontal_alignment_metadata of this Currency. # noqa: E501 621 622 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 623 624 :return: The anchor_horizontal_alignment_metadata of this Currency. # noqa: E501 625 :rtype: PropertyMetadata 626 """ 627 return self._anchor_horizontal_alignment_metadata 628 629 @anchor_horizontal_alignment_metadata.setter 630 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 631 """Sets the anchor_horizontal_alignment_metadata of this Currency. 632 633 Metadata that indicates whether the `anchorHorizontalAlignment` property is editable. # noqa: E501 634 635 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Currency. # noqa: E501 636 :type: PropertyMetadata 637 """ 638 639 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 640 641 @property 642 def anchor_ignore_if_not_present(self): 643 """Gets the anchor_ignore_if_not_present of this Currency. # noqa: E501 644 645 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 646 647 :return: The anchor_ignore_if_not_present of this Currency. # noqa: E501 648 :rtype: str 649 """ 650 return self._anchor_ignore_if_not_present 651 652 @anchor_ignore_if_not_present.setter 653 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 654 """Sets the anchor_ignore_if_not_present of this Currency. 655 656 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 657 658 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Currency. # noqa: E501 659 :type: str 660 """ 661 662 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 663 664 @property 665 def anchor_ignore_if_not_present_metadata(self): 666 """Gets the anchor_ignore_if_not_present_metadata of this Currency. # noqa: E501 667 668 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 669 670 :return: The anchor_ignore_if_not_present_metadata of this Currency. # noqa: E501 671 :rtype: PropertyMetadata 672 """ 673 return self._anchor_ignore_if_not_present_metadata 674 675 @anchor_ignore_if_not_present_metadata.setter 676 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 677 """Sets the anchor_ignore_if_not_present_metadata of this Currency. 678 679 Metadata that indicates whether the `anchorIgnoreIfNotPresent` property is editable. # noqa: E501 680 681 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Currency. # noqa: E501 682 :type: PropertyMetadata 683 """ 684 685 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 686 687 @property 688 def anchor_match_whole_word(self): 689 """Gets the anchor_match_whole_word of this Currency. # noqa: E501 690 691 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 692 693 :return: The anchor_match_whole_word of this Currency. # noqa: E501 694 :rtype: str 695 """ 696 return self._anchor_match_whole_word 697 698 @anchor_match_whole_word.setter 699 def anchor_match_whole_word(self, anchor_match_whole_word): 700 """Sets the anchor_match_whole_word of this Currency. 701 702 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 703 704 :param anchor_match_whole_word: The anchor_match_whole_word of this Currency. # noqa: E501 705 :type: str 706 """ 707 708 self._anchor_match_whole_word = anchor_match_whole_word 709 710 @property 711 def anchor_match_whole_word_metadata(self): 712 """Gets the anchor_match_whole_word_metadata of this Currency. # noqa: E501 713 714 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 715 716 :return: The anchor_match_whole_word_metadata of this Currency. # noqa: E501 717 :rtype: PropertyMetadata 718 """ 719 return self._anchor_match_whole_word_metadata 720 721 @anchor_match_whole_word_metadata.setter 722 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 723 """Sets the anchor_match_whole_word_metadata of this Currency. 724 725 Metadata that indicates whether the `anchorMatchWholeWord` property is editable. # noqa: E501 726 727 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Currency. # noqa: E501 728 :type: PropertyMetadata 729 """ 730 731 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 732 733 @property 734 def anchor_string(self): 735 """Gets the anchor_string of this Currency. # noqa: E501 736 737 Anchor text information for a radio button. # noqa: E501 738 739 :return: The anchor_string of this Currency. # noqa: E501 740 :rtype: str 741 """ 742 return self._anchor_string 743 744 @anchor_string.setter 745 def anchor_string(self, anchor_string): 746 """Sets the anchor_string of this Currency. 747 748 Anchor text information for a radio button. # noqa: E501 749 750 :param anchor_string: The anchor_string of this Currency. # noqa: E501 751 :type: str 752 """ 753 754 self._anchor_string = anchor_string 755 756 @property 757 def anchor_string_metadata(self): 758 """Gets the anchor_string_metadata of this Currency. # noqa: E501 759 760 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 761 762 :return: The anchor_string_metadata of this Currency. # noqa: E501 763 :rtype: PropertyMetadata 764 """ 765 return self._anchor_string_metadata 766 767 @anchor_string_metadata.setter 768 def anchor_string_metadata(self, anchor_string_metadata): 769 """Sets the anchor_string_metadata of this Currency. 770 771 Metadata that indicates whether the `anchorString` property is editable. # noqa: E501 772 773 :param anchor_string_metadata: The anchor_string_metadata of this Currency. # noqa: E501 774 :type: PropertyMetadata 775 """ 776 777 self._anchor_string_metadata = anchor_string_metadata 778 779 @property 780 def anchor_tab_processor_version(self): 781 """Gets the anchor_tab_processor_version of this Currency. # noqa: E501 782 783 # noqa: E501 784 785 :return: The anchor_tab_processor_version of this Currency. # noqa: E501 786 :rtype: str 787 """ 788 return self._anchor_tab_processor_version 789 790 @anchor_tab_processor_version.setter 791 def anchor_tab_processor_version(self, anchor_tab_processor_version): 792 """Sets the anchor_tab_processor_version of this Currency. 793 794 # noqa: E501 795 796 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Currency. # noqa: E501 797 :type: str 798 """ 799 800 self._anchor_tab_processor_version = anchor_tab_processor_version 801 802 @property 803 def anchor_tab_processor_version_metadata(self): 804 """Gets the anchor_tab_processor_version_metadata of this Currency. # noqa: E501 805 806 Reserved for DocuSign. # noqa: E501 807 808 :return: The anchor_tab_processor_version_metadata of this Currency. # noqa: E501 809 :rtype: PropertyMetadata 810 """ 811 return self._anchor_tab_processor_version_metadata 812 813 @anchor_tab_processor_version_metadata.setter 814 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 815 """Sets the anchor_tab_processor_version_metadata of this Currency. 816 817 Reserved for DocuSign. # noqa: E501 818 819 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Currency. # noqa: E501 820 :type: PropertyMetadata 821 """ 822 823 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 824 825 @property 826 def anchor_units(self): 827 """Gets the anchor_units of this Currency. # noqa: E501 828 829 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 830 831 :return: The anchor_units of this Currency. # noqa: E501 832 :rtype: str 833 """ 834 return self._anchor_units 835 836 @anchor_units.setter 837 def anchor_units(self, anchor_units): 838 """Sets the anchor_units of this Currency. 839 840 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 841 842 :param anchor_units: The anchor_units of this Currency. # noqa: E501 843 :type: str 844 """ 845 846 self._anchor_units = anchor_units 847 848 @property 849 def anchor_units_metadata(self): 850 """Gets the anchor_units_metadata of this Currency. # noqa: E501 851 852 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 853 854 :return: The anchor_units_metadata of this Currency. # noqa: E501 855 :rtype: PropertyMetadata 856 """ 857 return self._anchor_units_metadata 858 859 @anchor_units_metadata.setter 860 def anchor_units_metadata(self, anchor_units_metadata): 861 """Sets the anchor_units_metadata of this Currency. 862 863 Metadata that indicates whether the `anchorUnits` property is editable. # noqa: E501 864 865 :param anchor_units_metadata: The anchor_units_metadata of this Currency. # noqa: E501 866 :type: PropertyMetadata 867 """ 868 869 self._anchor_units_metadata = anchor_units_metadata 870 871 @property 872 def anchor_x_offset(self): 873 """Gets the anchor_x_offset of this Currency. # noqa: E501 874 875 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 876 877 :return: The anchor_x_offset of this Currency. # noqa: E501 878 :rtype: str 879 """ 880 return self._anchor_x_offset 881 882 @anchor_x_offset.setter 883 def anchor_x_offset(self, anchor_x_offset): 884 """Sets the anchor_x_offset of this Currency. 885 886 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 887 888 :param anchor_x_offset: The anchor_x_offset of this Currency. # noqa: E501 889 :type: str 890 """ 891 892 self._anchor_x_offset = anchor_x_offset 893 894 @property 895 def anchor_x_offset_metadata(self): 896 """Gets the anchor_x_offset_metadata of this Currency. # noqa: E501 897 898 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 899 900 :return: The anchor_x_offset_metadata of this Currency. # noqa: E501 901 :rtype: PropertyMetadata 902 """ 903 return self._anchor_x_offset_metadata 904 905 @anchor_x_offset_metadata.setter 906 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 907 """Sets the anchor_x_offset_metadata of this Currency. 908 909 Metadata that indicates whether the `anchorXOffset` property is editable. # noqa: E501 910 911 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Currency. # noqa: E501 912 :type: PropertyMetadata 913 """ 914 915 self._anchor_x_offset_metadata = anchor_x_offset_metadata 916 917 @property 918 def anchor_y_offset(self): 919 """Gets the anchor_y_offset of this Currency. # noqa: E501 920 921 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 922 923 :return: The anchor_y_offset of this Currency. # noqa: E501 924 :rtype: str 925 """ 926 return self._anchor_y_offset 927 928 @anchor_y_offset.setter 929 def anchor_y_offset(self, anchor_y_offset): 930 """Sets the anchor_y_offset of this Currency. 931 932 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 933 934 :param anchor_y_offset: The anchor_y_offset of this Currency. # noqa: E501 935 :type: str 936 """ 937 938 self._anchor_y_offset = anchor_y_offset 939 940 @property 941 def anchor_y_offset_metadata(self): 942 """Gets the anchor_y_offset_metadata of this Currency. # noqa: E501 943 944 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 945 946 :return: The anchor_y_offset_metadata of this Currency. # noqa: E501 947 :rtype: PropertyMetadata 948 """ 949 return self._anchor_y_offset_metadata 950 951 @anchor_y_offset_metadata.setter 952 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 953 """Sets the anchor_y_offset_metadata of this Currency. 954 955 Metadata that indicates whether the `anchorYOffset` property is editable. # noqa: E501 956 957 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Currency. # noqa: E501 958 :type: PropertyMetadata 959 """ 960 961 self._anchor_y_offset_metadata = anchor_y_offset_metadata 962 963 @property 964 def bold(self): 965 """Gets the bold of this Currency. # noqa: E501 966 967 When set to **true**, the information in the tab is bold. # noqa: E501 968 969 :return: The bold of this Currency. # noqa: E501 970 :rtype: str 971 """ 972 return self._bold 973 974 @bold.setter 975 def bold(self, bold): 976 """Sets the bold of this Currency. 977 978 When set to **true**, the information in the tab is bold. # noqa: E501 979 980 :param bold: The bold of this Currency. # noqa: E501 981 :type: str 982 """ 983 984 self._bold = bold 985 986 @property 987 def bold_metadata(self): 988 """Gets the bold_metadata of this Currency. # noqa: E501 989 990 Metadata that indicates whether the `bold` property is editable. # noqa: E501 991 992 :return: The bold_metadata of this Currency. # noqa: E501 993 :rtype: PropertyMetadata 994 """ 995 return self._bold_metadata 996 997 @bold_metadata.setter 998 def bold_metadata(self, bold_metadata): 999 """Sets the bold_metadata of this Currency. 1000 1001 Metadata that indicates whether the `bold` property is editable. # noqa: E501 1002 1003 :param bold_metadata: The bold_metadata of this Currency. # noqa: E501 1004 :type: PropertyMetadata 1005 """ 1006 1007 self._bold_metadata = bold_metadata 1008 1009 @property 1010 def caption(self): 1011 """Gets the caption of this Currency. # noqa: E501 1012 1013 # noqa: E501 1014 1015 :return: The caption of this Currency. # noqa: E501 1016 :rtype: str 1017 """ 1018 return self._caption 1019 1020 @caption.setter 1021 def caption(self, caption): 1022 """Sets the caption of this Currency. 1023 1024 # noqa: E501 1025 1026 :param caption: The caption of this Currency. # noqa: E501 1027 :type: str 1028 """ 1029 1030 self._caption = caption 1031 1032 @property 1033 def caption_metadata(self): 1034 """Gets the caption_metadata of this Currency. # noqa: E501 1035 1036 1037 :return: The caption_metadata of this Currency. # noqa: E501 1038 :rtype: PropertyMetadata 1039 """ 1040 return self._caption_metadata 1041 1042 @caption_metadata.setter 1043 def caption_metadata(self, caption_metadata): 1044 """Sets the caption_metadata of this Currency. 1045 1046 1047 :param caption_metadata: The caption_metadata of this Currency. # noqa: E501 1048 :type: PropertyMetadata 1049 """ 1050 1051 self._caption_metadata = caption_metadata 1052 1053 @property 1054 def conceal_value_on_document(self): 1055 """Gets the conceal_value_on_document of this Currency. # noqa: E501 1056 1057 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1058 1059 :return: The conceal_value_on_document of this Currency. # noqa: E501 1060 :rtype: str 1061 """ 1062 return self._conceal_value_on_document 1063 1064 @conceal_value_on_document.setter 1065 def conceal_value_on_document(self, conceal_value_on_document): 1066 """Sets the conceal_value_on_document of this Currency. 1067 1068 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1069 1070 :param conceal_value_on_document: The conceal_value_on_document of this Currency. # noqa: E501 1071 :type: str 1072 """ 1073 1074 self._conceal_value_on_document = conceal_value_on_document 1075 1076 @property 1077 def conceal_value_on_document_metadata(self): 1078 """Gets the conceal_value_on_document_metadata of this Currency. # noqa: E501 1079 1080 Metadata that indicates whether the `concealValueOnDocument` property is editable. # noqa: E501 1081 1082 :return: The conceal_value_on_document_metadata of this Currency. # noqa: E501 1083 :rtype: PropertyMetadata 1084 """ 1085 return self._conceal_value_on_document_metadata 1086 1087 @conceal_value_on_document_metadata.setter 1088 def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): 1089 """Sets the conceal_value_on_document_metadata of this Currency. 1090 1091 Metadata that indicates whether the `concealValueOnDocument` property is editable. # noqa: E501 1092 1093 :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Currency. # noqa: E501 1094 :type: PropertyMetadata 1095 """ 1096 1097 self._conceal_value_on_document_metadata = conceal_value_on_document_metadata 1098 1099 @property 1100 def conditional_parent_label(self): 1101 """Gets the conditional_parent_label of this Currency. # noqa: E501 1102 1103 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1104 1105 :return: The conditional_parent_label of this Currency. # noqa: E501 1106 :rtype: str 1107 """ 1108 return self._conditional_parent_label 1109 1110 @conditional_parent_label.setter 1111 def conditional_parent_label(self, conditional_parent_label): 1112 """Sets the conditional_parent_label of this Currency. 1113 1114 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1115 1116 :param conditional_parent_label: The conditional_parent_label of this Currency. # noqa: E501 1117 :type: str 1118 """ 1119 1120 self._conditional_parent_label = conditional_parent_label 1121 1122 @property 1123 def conditional_parent_label_metadata(self): 1124 """Gets the conditional_parent_label_metadata of this Currency. # noqa: E501 1125 1126 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 1127 1128 :return: The conditional_parent_label_metadata of this Currency. # noqa: E501 1129 :rtype: PropertyMetadata 1130 """ 1131 return self._conditional_parent_label_metadata 1132 1133 @conditional_parent_label_metadata.setter 1134 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 1135 """Sets the conditional_parent_label_metadata of this Currency. 1136 1137 Metadata that indicates whether the `conditionalParentLabel` property is editable. # noqa: E501 1138 1139 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Currency. # noqa: E501 1140 :type: PropertyMetadata 1141 """ 1142 1143 self._conditional_parent_label_metadata = conditional_parent_label_metadata 1144 1145 @property 1146 def conditional_parent_value(self): 1147 """Gets the conditional_parent_value of this Currency. # noqa: E501 1148 1149 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 1150 1151 :return: The conditional_parent_value of this Currency. # noqa: E501 1152 :rtype: str 1153 """ 1154 return self._conditional_parent_value 1155 1156 @conditional_parent_value.setter 1157 def conditional_parent_value(self, conditional_parent_value): 1158 """Sets the conditional_parent_value of this Currency. 1159 1160 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 1161 1162 :param conditional_parent_value: The conditional_parent_value of this Currency. # noqa: E501 1163 :type: str 1164 """ 1165 1166 self._conditional_parent_value = conditional_parent_value 1167 1168 @property 1169 def conditional_parent_value_metadata(self): 1170 """Gets the conditional_parent_value_metadata of this Currency. # noqa: E501 1171 1172 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1173 1174 :return: The conditional_parent_value_metadata of this Currency. # noqa: E501 1175 :rtype: PropertyMetadata 1176 """ 1177 return self._conditional_parent_value_metadata 1178 1179 @conditional_parent_value_metadata.setter 1180 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 1181 """Sets the conditional_parent_value_metadata of this Currency. 1182 1183 Metadata that indicates whether the `conditionalParentValue` property is editable. # noqa: E501 1184 1185 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Currency. # noqa: E501 1186 :type: PropertyMetadata 1187 """ 1188 1189 self._conditional_parent_value_metadata = conditional_parent_value_metadata 1190 1191 @property 1192 def custom_tab_id(self): 1193 """Gets the custom_tab_id of this Currency. # noqa: E501 1194 1195 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 1196 1197 :return: The custom_tab_id of this Currency. # noqa: E501 1198 :rtype: str 1199 """ 1200 return self._custom_tab_id 1201 1202 @custom_tab_id.setter 1203 def custom_tab_id(self, custom_tab_id): 1204 """Sets the custom_tab_id of this Currency. 1205 1206 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 1207 1208 :param custom_tab_id: The custom_tab_id of this Currency. # noqa: E501 1209 :type: str 1210 """ 1211 1212 self._custom_tab_id = custom_tab_id 1213 1214 @property 1215 def custom_tab_id_metadata(self): 1216 """Gets the custom_tab_id_metadata of this Currency. # noqa: E501 1217 1218 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1219 1220 :return: The custom_tab_id_metadata of this Currency. # noqa: E501 1221 :rtype: PropertyMetadata 1222 """ 1223 return self._custom_tab_id_metadata 1224 1225 @custom_tab_id_metadata.setter 1226 def custom_tab_id_metadata(self, custom_tab_id_metadata): 1227 """Sets the custom_tab_id_metadata of this Currency. 1228 1229 Metadata that indicates whether the `customTabId` property is editable. # noqa: E501 1230 1231 :param custom_tab_id_metadata: The custom_tab_id_metadata of this Currency. # noqa: E501 1232 :type: PropertyMetadata 1233 """ 1234 1235 self._custom_tab_id_metadata = custom_tab_id_metadata 1236 1237 @property 1238 def disable_auto_size(self): 1239 """Gets the disable_auto_size of this Currency. # noqa: E501 1240 1241 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1242 1243 :return: The disable_auto_size of this Currency. # noqa: E501 1244 :rtype: str 1245 """ 1246 return self._disable_auto_size 1247 1248 @disable_auto_size.setter 1249 def disable_auto_size(self, disable_auto_size): 1250 """Sets the disable_auto_size of this Currency. 1251 1252 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1253 1254 :param disable_auto_size: The disable_auto_size of this Currency. # noqa: E501 1255 :type: str 1256 """ 1257 1258 self._disable_auto_size = disable_auto_size 1259 1260 @property 1261 def disable_auto_size_metadata(self): 1262 """Gets the disable_auto_size_metadata of this Currency. # noqa: E501 1263 1264 Metadata that indicates whether the `disableAutoSize` property is editable. # noqa: E501 1265 1266 :return: The disable_auto_size_metadata of this Currency. # noqa: E501 1267 :rtype: PropertyMetadata 1268 """ 1269 return self._disable_auto_size_metadata 1270 1271 @disable_auto_size_metadata.setter 1272 def disable_auto_size_metadata(self, disable_auto_size_metadata): 1273 """Sets the disable_auto_size_metadata of this Currency. 1274 1275 Metadata that indicates whether the `disableAutoSize` property is editable. # noqa: E501 1276 1277 :param disable_auto_size_metadata: The disable_auto_size_metadata of this Currency. # noqa: E501 1278 :type: PropertyMetadata 1279 """ 1280 1281 self._disable_auto_size_metadata = disable_auto_size_metadata 1282 1283 @property 1284 def document_id(self): 1285 """Gets the document_id of this Currency. # noqa: E501 1286 1287 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1288 1289 :return: The document_id of this Currency. # noqa: E501 1290 :rtype: str 1291 """ 1292 return self._document_id 1293 1294 @document_id.setter 1295 def document_id(self, document_id): 1296 """Sets the document_id of this Currency. 1297 1298 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1299 1300 :param document_id: The document_id of this Currency. # noqa: E501 1301 :type: str 1302 """ 1303 1304 self._document_id = document_id 1305 1306 @property 1307 def document_id_metadata(self): 1308 """Gets the document_id_metadata of this Currency. # noqa: E501 1309 1310 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1311 1312 :return: The document_id_metadata of this Currency. # noqa: E501 1313 :rtype: PropertyMetadata 1314 """ 1315 return self._document_id_metadata 1316 1317 @document_id_metadata.setter 1318 def document_id_metadata(self, document_id_metadata): 1319 """Sets the document_id_metadata of this Currency. 1320 1321 Metadata that indicates whether the `documentId` property is editable. # noqa: E501 1322 1323 :param document_id_metadata: The document_id_metadata of this Currency. # noqa: E501 1324 :type: PropertyMetadata 1325 """ 1326 1327 self._document_id_metadata = document_id_metadata 1328 1329 @property 1330 def error_details(self): 1331 """Gets the error_details of this Currency. # noqa: E501 1332 1333 This object describes errors that occur. It is only valid for responses and ignored in requests. # noqa: E501 1334 1335 :return: The error_details of this Currency. # noqa: E501 1336 :rtype: ErrorDetails 1337 """ 1338 return self._error_details 1339 1340 @error_details.setter 1341 def error_details(self, error_details): 1342 """Sets the error_details of this Currency. 1343 1344 This object describes errors that occur. It is only valid for responses and ignored in requests. # noqa: E501 1345 1346 :param error_details: The error_details of this Currency. # noqa: E501 1347 :type: ErrorDetails 1348 """ 1349 1350 self._error_details = error_details 1351 1352 @property 1353 def font(self): 1354 """Gets the font of this Currency. # noqa: E501 1355 1356 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 1357 1358 :return: The font of this Currency. # noqa: E501 1359 :rtype: str 1360 """ 1361 return self._font 1362 1363 @font.setter 1364 def font(self, font): 1365 """Sets the font of this Currency. 1366 1367 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 1368 1369 :param font: The font of this Currency. # noqa: E501 1370 :type: str 1371 """ 1372 1373 self._font = font 1374 1375 @property 1376 def font_color(self): 1377 """Gets the font_color of this Currency. # noqa: E501 1378 1379 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 1380 1381 :return: The font_color of this Currency. # noqa: E501 1382 :rtype: str 1383 """ 1384 return self._font_color 1385 1386 @font_color.setter 1387 def font_color(self, font_color): 1388 """Sets the font_color of this Currency. 1389 1390 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 1391 1392 :param font_color: The font_color of this Currency. # noqa: E501 1393 :type: str 1394 """ 1395 1396 self._font_color = font_color 1397 1398 @property 1399 def font_color_metadata(self): 1400 """Gets the font_color_metadata of this Currency. # noqa: E501 1401 1402 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 1403 1404 :return: The font_color_metadata of this Currency. # noqa: E501 1405 :rtype: PropertyMetadata 1406 """ 1407 return self._font_color_metadata 1408 1409 @font_color_metadata.setter 1410 def font_color_metadata(self, font_color_metadata): 1411 """Sets the font_color_metadata of this Currency. 1412 1413 Metadata that indicates whether the `fontColor` property is editable. # noqa: E501 1414 1415 :param font_color_metadata: The font_color_metadata of this Currency. # noqa: E501 1416 :type: PropertyMetadata 1417 """ 1418 1419 self._font_color_metadata = font_color_metadata 1420 1421 @property 1422 def font_metadata(self): 1423 """Gets the font_metadata of this Currency. # noqa: E501 1424 1425 Metadata that indicates whether the `font` property is editable. # noqa: E501 1426 1427 :return: The font_metadata of this Currency. # noqa: E501 1428 :rtype: PropertyMetadata 1429 """ 1430 return self._font_metadata 1431 1432 @font_metadata.setter 1433 def font_metadata(self, font_metadata): 1434 """Sets the font_metadata of this Currency. 1435 1436 Metadata that indicates whether the `font` property is editable. # noqa: E501 1437 1438 :param font_metadata: The font_metadata of this Currency. # noqa: E501 1439 :type: PropertyMetadata 1440 """ 1441 1442 self._font_metadata = font_metadata 1443 1444 @property 1445 def font_size(self): 1446 """Gets the font_size of this Currency. # noqa: E501 1447 1448 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 1449 1450 :return: The font_size of this Currency. # noqa: E501 1451 :rtype: str 1452 """ 1453 return self._font_size 1454 1455 @font_size.setter 1456 def font_size(self, font_size): 1457 """Sets the font_size of this Currency. 1458 1459 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 1460 1461 :param font_size: The font_size of this Currency. # noqa: E501 1462 :type: str 1463 """ 1464 1465 self._font_size = font_size 1466 1467 @property 1468 def font_size_metadata(self): 1469 """Gets the font_size_metadata of this Currency. # noqa: E501 1470 1471 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 1472 1473 :return: The font_size_metadata of this Currency. # noqa: E501 1474 :rtype: PropertyMetadata 1475 """ 1476 return self._font_size_metadata 1477 1478 @font_size_metadata.setter 1479 def font_size_metadata(self, font_size_metadata): 1480 """Sets the font_size_metadata of this Currency. 1481 1482 Metadata that indicates whether the `fontSize` property is editable. # noqa: E501 1483 1484 :param font_size_metadata: The font_size_metadata of this Currency. # noqa: E501 1485 :type: PropertyMetadata 1486 """ 1487 1488 self._font_size_metadata = font_size_metadata 1489 1490 @property 1491 def form_order(self): 1492 """Gets the form_order of this Currency. # noqa: E501 1493 1494 # noqa: E501 1495 1496 :return: The form_order of this Currency. # noqa: E501 1497 :rtype: str 1498 """ 1499 return self._form_order 1500 1501 @form_order.setter 1502 def form_order(self, form_order): 1503 """Sets the form_order of this Currency. 1504 1505 # noqa: E501 1506 1507 :param form_order: The form_order of this Currency. # noqa: E501 1508 :type: str 1509 """ 1510 1511 self._form_order = form_order 1512 1513 @property 1514 def form_order_metadata(self): 1515 """Gets the form_order_metadata of this Currency. # noqa: E501 1516 1517 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1518 1519 :return: The form_order_metadata of this Currency. # noqa: E501 1520 :rtype: PropertyMetadata 1521 """ 1522 return self._form_order_metadata 1523 1524 @form_order_metadata.setter 1525 def form_order_metadata(self, form_order_metadata): 1526 """Sets the form_order_metadata of this Currency. 1527 1528 Metadata that indicates whether the `formOrder` property is editable. # noqa: E501 1529 1530 :param form_order_metadata: The form_order_metadata of this Currency. # noqa: E501 1531 :type: PropertyMetadata 1532 """ 1533 1534 self._form_order_metadata = form_order_metadata 1535 1536 @property 1537 def form_page_label(self): 1538 """Gets the form_page_label of this Currency. # noqa: E501 1539 1540 # noqa: E501 1541 1542 :return: The form_page_label of this Currency. # noqa: E501 1543 :rtype: str 1544 """ 1545 return self._form_page_label 1546 1547 @form_page_label.setter 1548 def form_page_label(self, form_page_label): 1549 """Sets the form_page_label of this Currency. 1550 1551 # noqa: E501 1552 1553 :param form_page_label: The form_page_label of this Currency. # noqa: E501 1554 :type: str 1555 """ 1556 1557 self._form_page_label = form_page_label 1558 1559 @property 1560 def form_page_label_metadata(self): 1561 """Gets the form_page_label_metadata of this Currency. # noqa: E501 1562 1563 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1564 1565 :return: The form_page_label_metadata of this Currency. # noqa: E501 1566 :rtype: PropertyMetadata 1567 """ 1568 return self._form_page_label_metadata 1569 1570 @form_page_label_metadata.setter 1571 def form_page_label_metadata(self, form_page_label_metadata): 1572 """Sets the form_page_label_metadata of this Currency. 1573 1574 Metadata that indicates whether the `formPageLabel` property is editable. # noqa: E501 1575 1576 :param form_page_label_metadata: The form_page_label_metadata of this Currency. # noqa: E501 1577 :type: PropertyMetadata 1578 """ 1579 1580 self._form_page_label_metadata = form_page_label_metadata 1581 1582 @property 1583 def form_page_number(self): 1584 """Gets the form_page_number of this Currency. # noqa: E501 1585 1586 # noqa: E501 1587 1588 :return: The form_page_number of this Currency. # noqa: E501 1589 :rtype: str 1590 """ 1591 return self._form_page_number 1592 1593 @form_page_number.setter 1594 def form_page_number(self, form_page_number): 1595 """Sets the form_page_number of this Currency. 1596 1597 # noqa: E501 1598 1599 :param form_page_number: The form_page_number of this Currency. # noqa: E501 1600 :type: str 1601 """ 1602 1603 self._form_page_number = form_page_number 1604 1605 @property 1606 def form_page_number_metadata(self): 1607 """Gets the form_page_number_metadata of this Currency. # noqa: E501 1608 1609 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1610 1611 :return: The form_page_number_metadata of this Currency. # noqa: E501 1612 :rtype: PropertyMetadata 1613 """ 1614 return self._form_page_number_metadata 1615 1616 @form_page_number_metadata.setter 1617 def form_page_number_metadata(self, form_page_number_metadata): 1618 """Sets the form_page_number_metadata of this Currency. 1619 1620 Metadata that indicates whether the `fromPageNumber` property is editable. # noqa: E501 1621 1622 :param form_page_number_metadata: The form_page_number_metadata of this Currency. # noqa: E501 1623 :type: PropertyMetadata 1624 """ 1625 1626 self._form_page_number_metadata = form_page_number_metadata 1627 1628 @property 1629 def height(self): 1630 """Gets the height of this Currency. # noqa: E501 1631 1632 Height of the tab in pixels. # noqa: E501 1633 1634 :return: The height of this Currency. # noqa: E501 1635 :rtype: str 1636 """ 1637 return self._height 1638 1639 @height.setter 1640 def height(self, height): 1641 """Sets the height of this Currency. 1642 1643 Height of the tab in pixels. # noqa: E501 1644 1645 :param height: The height of this Currency. # noqa: E501 1646 :type: str 1647 """ 1648 1649 self._height = height 1650 1651 @property 1652 def height_metadata(self): 1653 """Gets the height_metadata of this Currency. # noqa: E501 1654 1655 Metadata that indicates whether the `height` property is editable. # noqa: E501 1656 1657 :return: The height_metadata of this Currency. # noqa: E501 1658 :rtype: PropertyMetadata 1659 """ 1660 return self._height_metadata 1661 1662 @height_metadata.setter 1663 def height_metadata(self, height_metadata): 1664 """Sets the height_metadata of this Currency. 1665 1666 Metadata that indicates whether the `height` property is editable. # noqa: E501 1667 1668 :param height_metadata: The height_metadata of this Currency. # noqa: E501 1669 :type: PropertyMetadata 1670 """ 1671 1672 self._height_metadata = height_metadata 1673 1674 @property 1675 def italic(self): 1676 """Gets the italic of this Currency. # noqa: E501 1677 1678 When set to **true**, the information in the tab is italic. # noqa: E501 1679 1680 :return: The italic of this Currency. # noqa: E501 1681 :rtype: str 1682 """ 1683 return self._italic 1684 1685 @italic.setter 1686 def italic(self, italic): 1687 """Sets the italic of this Currency. 1688 1689 When set to **true**, the information in the tab is italic. # noqa: E501 1690 1691 :param italic: The italic of this Currency. # noqa: E501 1692 :type: str 1693 """ 1694 1695 self._italic = italic 1696 1697 @property 1698 def italic_metadata(self): 1699 """Gets the italic_metadata of this Currency. # noqa: E501 1700 1701 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1702 1703 :return: The italic_metadata of this Currency. # noqa: E501 1704 :rtype: PropertyMetadata 1705 """ 1706 return self._italic_metadata 1707 1708 @italic_metadata.setter 1709 def italic_metadata(self, italic_metadata): 1710 """Sets the italic_metadata of this Currency. 1711 1712 Metadata that indicates whether the `italic` property is editable. # noqa: E501 1713 1714 :param italic_metadata: The italic_metadata of this Currency. # noqa: E501 1715 :type: PropertyMetadata 1716 """ 1717 1718 self._italic_metadata = italic_metadata 1719 1720 @property 1721 def locale_policy(self): 1722 """Gets the locale_policy of this Currency. # noqa: E501 1723 1724 Reserved for DocuSign. # noqa: E501 1725 1726 :return: The locale_policy of this Currency. # noqa: E501 1727 :rtype: LocalePolicyTab 1728 """ 1729 return self._locale_policy 1730 1731 @locale_policy.setter 1732 def locale_policy(self, locale_policy): 1733 """Sets the locale_policy of this Currency. 1734 1735 Reserved for DocuSign. # noqa: E501 1736 1737 :param locale_policy: The locale_policy of this Currency. # noqa: E501 1738 :type: LocalePolicyTab 1739 """ 1740 1741 self._locale_policy = locale_policy 1742 1743 @property 1744 def locked(self): 1745 """Gets the locked of this Currency. # noqa: E501 1746 1747 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1748 1749 :return: The locked of this Currency. # noqa: E501 1750 :rtype: str 1751 """ 1752 return self._locked 1753 1754 @locked.setter 1755 def locked(self, locked): 1756 """Sets the locked of this Currency. 1757 1758 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1759 1760 :param locked: The locked of this Currency. # noqa: E501 1761 :type: str 1762 """ 1763 1764 self._locked = locked 1765 1766 @property 1767 def locked_metadata(self): 1768 """Gets the locked_metadata of this Currency. # noqa: E501 1769 1770 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1771 1772 :return: The locked_metadata of this Currency. # noqa: E501 1773 :rtype: PropertyMetadata 1774 """ 1775 return self._locked_metadata 1776 1777 @locked_metadata.setter 1778 def locked_metadata(self, locked_metadata): 1779 """Sets the locked_metadata of this Currency. 1780 1781 Metadata that indicates whether the `locked` property is editable. # noqa: E501 1782 1783 :param locked_metadata: The locked_metadata of this Currency. # noqa: E501 1784 :type: PropertyMetadata 1785 """ 1786 1787 self._locked_metadata = locked_metadata 1788 1789 @property 1790 def max_length(self): 1791 """Gets the max_length of this Currency. # noqa: E501 1792 1793 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1794 1795 :return: The max_length of this Currency. # noqa: E501 1796 :rtype: str 1797 """ 1798 return self._max_length 1799 1800 @max_length.setter 1801 def max_length(self, max_length): 1802 """Sets the max_length of this Currency. 1803 1804 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1805 1806 :param max_length: The max_length of this Currency. # noqa: E501 1807 :type: str 1808 """ 1809 1810 self._max_length = max_length 1811 1812 @property 1813 def max_length_metadata(self): 1814 """Gets the max_length_metadata of this Currency. # noqa: E501 1815 1816 Metadata that indicates whether the `maxLength` property is editable. # noqa: E501 1817 1818 :return: The max_length_metadata of this Currency. # noqa: E501 1819 :rtype: PropertyMetadata 1820 """ 1821 return self._max_length_metadata 1822 1823 @max_length_metadata.setter 1824 def max_length_metadata(self, max_length_metadata): 1825 """Sets the max_length_metadata of this Currency. 1826 1827 Metadata that indicates whether the `maxLength` property is editable. # noqa: E501 1828 1829 :param max_length_metadata: The max_length_metadata of this Currency. # noqa: E501 1830 :type: PropertyMetadata 1831 """ 1832 1833 self._max_length_metadata = max_length_metadata 1834 1835 @property 1836 def max_numerical_value(self): 1837 """Gets the max_numerical_value of this Currency. # noqa: E501 1838 1839 # noqa: E501 1840 1841 :return: The max_numerical_value of this Currency. # noqa: E501 1842 :rtype: str 1843 """ 1844 return self._max_numerical_value 1845 1846 @max_numerical_value.setter 1847 def max_numerical_value(self, max_numerical_value): 1848 """Sets the max_numerical_value of this Currency. 1849 1850 # noqa: E501 1851 1852 :param max_numerical_value: The max_numerical_value of this Currency. # noqa: E501 1853 :type: str 1854 """ 1855 1856 self._max_numerical_value = max_numerical_value 1857 1858 @property 1859 def merge_field(self): 1860 """Gets the merge_field of this Currency. # noqa: E501 1861 1862 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1863 1864 :return: The merge_field of this Currency. # noqa: E501 1865 :rtype: MergeField 1866 """ 1867 return self._merge_field 1868 1869 @merge_field.setter 1870 def merge_field(self, merge_field): 1871 """Sets the merge_field of this Currency. 1872 1873 Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501 1874 1875 :param merge_field: The merge_field of this Currency. # noqa: E501 1876 :type: MergeField 1877 """ 1878 1879 self._merge_field = merge_field 1880 1881 @property 1882 def merge_field_xml(self): 1883 """Gets the merge_field_xml of this Currency. # noqa: E501 1884 1885 # noqa: E501 1886 1887 :return: The merge_field_xml of this Currency. # noqa: E501 1888 :rtype: str 1889 """ 1890 return self._merge_field_xml 1891 1892 @merge_field_xml.setter 1893 def merge_field_xml(self, merge_field_xml): 1894 """Sets the merge_field_xml of this Currency. 1895 1896 # noqa: E501 1897 1898 :param merge_field_xml: The merge_field_xml of this Currency. # noqa: E501 1899 :type: str 1900 """ 1901 1902 self._merge_field_xml = merge_field_xml 1903 1904 @property 1905 def min_numerical_value(self): 1906 """Gets the min_numerical_value of this Currency. # noqa: E501 1907 1908 # noqa: E501 1909 1910 :return: The min_numerical_value of this Currency. # noqa: E501 1911 :rtype: str 1912 """ 1913 return self._min_numerical_value 1914 1915 @min_numerical_value.setter 1916 def min_numerical_value(self, min_numerical_value): 1917 """Sets the min_numerical_value of this Currency. 1918 1919 # noqa: E501 1920 1921 :param min_numerical_value: The min_numerical_value of this Currency. # noqa: E501 1922 :type: str 1923 """ 1924 1925 self._min_numerical_value = min_numerical_value 1926 1927 @property 1928 def name(self): 1929 """Gets the name of this Currency. # noqa: E501 1930 1931 # noqa: E501 1932 1933 :return: The name of this Currency. # noqa: E501 1934 :rtype: str 1935 """ 1936 return self._name 1937 1938 @name.setter 1939 def name(self, name): 1940 """Sets the name of this Currency. 1941 1942 # noqa: E501 1943 1944 :param name: The name of this Currency. # noqa: E501 1945 :type: str 1946 """ 1947 1948 self._name = name 1949 1950 @property 1951 def name_metadata(self): 1952 """Gets the name_metadata of this Currency. # noqa: E501 1953 1954 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1955 1956 :return: The name_metadata of this Currency. # noqa: E501 1957 :rtype: PropertyMetadata 1958 """ 1959 return self._name_metadata 1960 1961 @name_metadata.setter 1962 def name_metadata(self, name_metadata): 1963 """Sets the name_metadata of this Currency. 1964 1965 Metadata that indicates whether the `name` property is editable. This property is read-only. # noqa: E501 1966 1967 :param name_metadata: The name_metadata of this Currency. # noqa: E501 1968 :type: PropertyMetadata 1969 """ 1970 1971 self._name_metadata = name_metadata 1972 1973 @property 1974 def numerical_value(self): 1975 """Gets the numerical_value of this Currency. # noqa: E501 1976 1977 # noqa: E501 1978 1979 :return: The numerical_value of this Currency. # noqa: E501 1980 :rtype: str 1981 """ 1982 return self._numerical_value 1983 1984 @numerical_value.setter 1985 def numerical_value(self, numerical_value): 1986 """Sets the numerical_value of this Currency. 1987 1988 # noqa: E501 1989 1990 :param numerical_value: The numerical_value of this Currency. # noqa: E501 1991 :type: str 1992 """ 1993 1994 self._numerical_value = numerical_value 1995 1996 @property 1997 def original_value(self): 1998 """Gets the original_value of this Currency. # noqa: E501 1999 2000 The initial value of the tab when it was sent to the recipient. # noqa: E501 2001 2002 :return: The original_value of this Currency. # noqa: E501 2003 :rtype: str 2004 """ 2005 return self._original_value 2006 2007 @original_value.setter 2008 def original_value(self, original_value): 2009 """Sets the original_value of this Currency. 2010 2011 The initial value of the tab when it was sent to the recipient. # noqa: E501 2012 2013 :param original_value: The original_value of this Currency. # noqa: E501 2014 :type: str 2015 """ 2016 2017 self._original_value = original_value 2018 2019 @property 2020 def original_value_metadata(self): 2021 """Gets the original_value_metadata of this Currency. # noqa: E501 2022 2023 Metadata that indicates whether the `originalValue` property is editable. # noqa: E501 2024 2025 :return: The original_value_metadata of this Currency. # noqa: E501 2026 :rtype: PropertyMetadata 2027 """ 2028 return self._original_value_metadata 2029 2030 @original_value_metadata.setter 2031 def original_value_metadata(self, original_value_metadata): 2032 """Sets the original_value_metadata of this Currency. 2033 2034 Metadata that indicates whether the `originalValue` property is editable. # noqa: E501 2035 2036 :param original_value_metadata: The original_value_metadata of this Currency. # noqa: E501 2037 :type: PropertyMetadata 2038 """ 2039 2040 self._original_value_metadata = original_value_metadata 2041 2042 @property 2043 def page_number(self): 2044 """Gets the page_number of this Currency. # noqa: E501 2045 2046 Specifies the page number on which the tab is located. # noqa: E501 2047 2048 :return: The page_number of this Currency. # noqa: E501 2049 :rtype: str 2050 """ 2051 return self._page_number 2052 2053 @page_number.setter 2054 def page_number(self, page_number): 2055 """Sets the page_number of this Currency. 2056 2057 Specifies the page number on which the tab is located. # noqa: E501 2058 2059 :param page_number: The page_number of this Currency. # noqa: E501 2060 :type: str 2061 """ 2062 2063 self._page_number = page_number 2064 2065 @property 2066 def page_number_metadata(self): 2067 """Gets the page_number_metadata of this Currency. # noqa: E501 2068 2069 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 2070 2071 :return: The page_number_metadata of this Currency. # noqa: E501 2072 :rtype: PropertyMetadata 2073 """ 2074 return self._page_number_metadata 2075 2076 @page_number_metadata.setter 2077 def page_number_metadata(self, page_number_metadata): 2078 """Sets the page_number_metadata of this Currency. 2079 2080 Metadata that indicates whether the `pageNumber` property is editable. # noqa: E501 2081 2082 :param page_number_metadata: The page_number_metadata of this Currency. # noqa: E501 2083 :type: PropertyMetadata 2084 """ 2085 2086 self._page_number_metadata = page_number_metadata 2087 2088 @property 2089 def recipient_id(self): 2090 """Gets the recipient_id of this Currency. # noqa: E501 2091 2092 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2093 2094 :return: The recipient_id of this Currency. # noqa: E501 2095 :rtype: str 2096 """ 2097 return self._recipient_id 2098 2099 @recipient_id.setter 2100 def recipient_id(self, recipient_id): 2101 """Sets the recipient_id of this Currency. 2102 2103 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2104 2105 :param recipient_id: The recipient_id of this Currency. # noqa: E501 2106 :type: str 2107 """ 2108 2109 self._recipient_id = recipient_id 2110 2111 @property 2112 def recipient_id_guid(self): 2113 """Gets the recipient_id_guid of this Currency. # noqa: E501 2114 2115 # noqa: E501 2116 2117 :return: The recipient_id_guid of this Currency. # noqa: E501 2118 :rtype: str 2119 """ 2120 return self._recipient_id_guid 2121 2122 @recipient_id_guid.setter 2123 def recipient_id_guid(self, recipient_id_guid): 2124 """Sets the recipient_id_guid of this Currency. 2125 2126 # noqa: E501 2127 2128 :param recipient_id_guid: The recipient_id_guid of this Currency. # noqa: E501 2129 :type: str 2130 """ 2131 2132 self._recipient_id_guid = recipient_id_guid 2133 2134 @property 2135 def recipient_id_guid_metadata(self): 2136 """Gets the recipient_id_guid_metadata of this Currency. # noqa: E501 2137 2138 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 2139 2140 :return: The recipient_id_guid_metadata of this Currency. # noqa: E501 2141 :rtype: PropertyMetadata 2142 """ 2143 return self._recipient_id_guid_metadata 2144 2145 @recipient_id_guid_metadata.setter 2146 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 2147 """Sets the recipient_id_guid_metadata of this Currency. 2148 2149 Metadata that indicates whether the `recipientIdGuid` property is editable. # noqa: E501 2150 2151 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Currency. # noqa: E501 2152 :type: PropertyMetadata 2153 """ 2154 2155 self._recipient_id_guid_metadata = recipient_id_guid_metadata 2156 2157 @property 2158 def recipient_id_metadata(self): 2159 """Gets the recipient_id_metadata of this Currency. # noqa: E501 2160 2161 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 2162 2163 :return: The recipient_id_metadata of this Currency. # noqa: E501 2164 :rtype: PropertyMetadata 2165 """ 2166 return self._recipient_id_metadata 2167 2168 @recipient_id_metadata.setter 2169 def recipient_id_metadata(self, recipient_id_metadata): 2170 """Sets the recipient_id_metadata of this Currency. 2171 2172 Metadata that indicates whether the `recipientId` property is editable. # noqa: E501 2173 2174 :param recipient_id_metadata: The recipient_id_metadata of this Currency. # noqa: E501 2175 :type: PropertyMetadata 2176 """ 2177 2178 self._recipient_id_metadata = recipient_id_metadata 2179 2180 @property 2181 def require_all(self): 2182 """Gets the require_all of this Currency. # noqa: E501 2183 2184 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2185 2186 :return: The require_all of this Currency. # noqa: E501 2187 :rtype: str 2188 """ 2189 return self._require_all 2190 2191 @require_all.setter 2192 def require_all(self, require_all): 2193 """Sets the require_all of this Currency. 2194 2195 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2196 2197 :param require_all: The require_all of this Currency. # noqa: E501 2198 :type: str 2199 """ 2200 2201 self._require_all = require_all 2202 2203 @property 2204 def require_all_metadata(self): 2205 """Gets the require_all_metadata of this Currency. # noqa: E501 2206 2207 Metadata that indicates whether the `requireAll` property is editable. # noqa: E501 2208 2209 :return: The require_all_metadata of this Currency. # noqa: E501 2210 :rtype: PropertyMetadata 2211 """ 2212 return self._require_all_metadata 2213 2214 @require_all_metadata.setter 2215 def require_all_metadata(self, require_all_metadata): 2216 """Sets the require_all_metadata of this Currency. 2217 2218 Metadata that indicates whether the `requireAll` property is editable. # noqa: E501 2219 2220 :param require_all_metadata: The require_all_metadata of this Currency. # noqa: E501 2221 :type: PropertyMetadata 2222 """ 2223 2224 self._require_all_metadata = require_all_metadata 2225 2226 @property 2227 def required(self): 2228 """Gets the required of this Currency. # noqa: E501 2229 2230 When set to **true**, the signer is required to fill out this tab # noqa: E501 2231 2232 :return: The required of this Currency. # noqa: E501 2233 :rtype: str 2234 """ 2235 return self._required 2236 2237 @required.setter 2238 def required(self, required): 2239 """Sets the required of this Currency. 2240 2241 When set to **true**, the signer is required to fill out this tab # noqa: E501 2242 2243 :param required: The required of this Currency. # noqa: E501 2244 :type: str 2245 """ 2246 2247 self._required = required 2248 2249 @property 2250 def required_metadata(self): 2251 """Gets the required_metadata of this Currency. # noqa: E501 2252 2253 Metadata that indicates whether the `required` property is editable. # noqa: E501 2254 2255 :return: The required_metadata of this Currency. # noqa: E501 2256 :rtype: PropertyMetadata 2257 """ 2258 return self._required_metadata 2259 2260 @required_metadata.setter 2261 def required_metadata(self, required_metadata): 2262 """Sets the required_metadata of this Currency. 2263 2264 Metadata that indicates whether the `required` property is editable. # noqa: E501 2265 2266 :param required_metadata: The required_metadata of this Currency. # noqa: E501 2267 :type: PropertyMetadata 2268 """ 2269 2270 self._required_metadata = required_metadata 2271 2272 @property 2273 def require_initial_on_shared_change(self): 2274 """Gets the require_initial_on_shared_change of this Currency. # noqa: E501 2275 2276 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2277 2278 :return: The require_initial_on_shared_change of this Currency. # noqa: E501 2279 :rtype: str 2280 """ 2281 return self._require_initial_on_shared_change 2282 2283 @require_initial_on_shared_change.setter 2284 def require_initial_on_shared_change(self, require_initial_on_shared_change): 2285 """Sets the require_initial_on_shared_change of this Currency. 2286 2287 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2288 2289 :param require_initial_on_shared_change: The require_initial_on_shared_change of this Currency. # noqa: E501 2290 :type: str 2291 """ 2292 2293 self._require_initial_on_shared_change = require_initial_on_shared_change 2294 2295 @property 2296 def require_initial_on_shared_change_metadata(self): 2297 """Gets the require_initial_on_shared_change_metadata of this Currency. # noqa: E501 2298 2299 Metadata that indicates whether the `requireInitialOnSharedChange` property is editable. # noqa: E501 2300 2301 :return: The require_initial_on_shared_change_metadata of this Currency. # noqa: E501 2302 :rtype: PropertyMetadata 2303 """ 2304 return self._require_initial_on_shared_change_metadata 2305 2306 @require_initial_on_shared_change_metadata.setter 2307 def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): 2308 """Sets the require_initial_on_shared_change_metadata of this Currency. 2309 2310 Metadata that indicates whether the `requireInitialOnSharedChange` property is editable. # noqa: E501 2311 2312 :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Currency. # noqa: E501 2313 :type: PropertyMetadata 2314 """ 2315 2316 self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata 2317 2318 @property 2319 def sender_required(self): 2320 """Gets the sender_required of this Currency. # noqa: E501 2321 2322 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2323 2324 :return: The sender_required of this Currency. # noqa: E501 2325 :rtype: str 2326 """ 2327 return self._sender_required 2328 2329 @sender_required.setter 2330 def sender_required(self, sender_required): 2331 """Sets the sender_required of this Currency. 2332 2333 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2334 2335 :param sender_required: The sender_required of this Currency. # noqa: E501 2336 :type: str 2337 """ 2338 2339 self._sender_required = sender_required 2340 2341 @property 2342 def sender_required_metadata(self): 2343 """Gets the sender_required_metadata of this Currency. # noqa: E501 2344 2345 Metadata that indicates whether the `senderRequired` property is editable. # noqa: E501 2346 2347 :return: The sender_required_metadata of this Currency. # noqa: E501 2348 :rtype: PropertyMetadata 2349 """ 2350 return self._sender_required_metadata 2351 2352 @sender_required_metadata.setter 2353 def sender_required_metadata(self, sender_required_metadata): 2354 """Sets the sender_required_metadata of this Currency. 2355 2356 Metadata that indicates whether the `senderRequired` property is editable. # noqa: E501 2357 2358 :param sender_required_metadata: The sender_required_metadata of this Currency. # noqa: E501 2359 :type: PropertyMetadata 2360 """ 2361 2362 self._sender_required_metadata = sender_required_metadata 2363 2364 @property 2365 def shared(self): 2366 """Gets the shared of this Currency. # noqa: E501 2367 2368 When set to **true**, this custom tab is shared. # noqa: E501 2369 2370 :return: The shared of this Currency. # noqa: E501 2371 :rtype: str 2372 """ 2373 return self._shared 2374 2375 @shared.setter 2376 def shared(self, shared): 2377 """Sets the shared of this Currency. 2378 2379 When set to **true**, this custom tab is shared. # noqa: E501 2380 2381 :param shared: The shared of this Currency. # noqa: E501 2382 :type: str 2383 """ 2384 2385 self._shared = shared 2386 2387 @property 2388 def shared_metadata(self): 2389 """Gets the shared_metadata of this Currency. # noqa: E501 2390 2391 Metadata that indicates whether the `shared` property is editable. # noqa: E501 2392 2393 :return: The shared_metadata of this Currency. # noqa: E501 2394 :rtype: PropertyMetadata 2395 """ 2396 return self._shared_metadata 2397 2398 @shared_metadata.setter 2399 def shared_metadata(self, shared_metadata): 2400 """Sets the shared_metadata of this Currency. 2401 2402 Metadata that indicates whether the `shared` property is editable. # noqa: E501 2403 2404 :param shared_metadata: The shared_metadata of this Currency. # noqa: E501 2405 :type: PropertyMetadata 2406 """ 2407 2408 self._shared_metadata = shared_metadata 2409 2410 @property 2411 def smart_contract_information(self): 2412 """Gets the smart_contract_information of this Currency. # noqa: E501 2413 2414 Reserved for DocuSign. # noqa: E501 2415 2416 :return: The smart_contract_information of this Currency. # noqa: E501 2417 :rtype: SmartContractInformation 2418 """ 2419 return self._smart_contract_information 2420 2421 @smart_contract_information.setter 2422 def smart_contract_information(self, smart_contract_information): 2423 """Sets the smart_contract_information of this Currency. 2424 2425 Reserved for DocuSign. # noqa: E501 2426 2427 :param smart_contract_information: The smart_contract_information of this Currency. # noqa: E501 2428 :type: SmartContractInformation 2429 """ 2430 2431 self._smart_contract_information = smart_contract_information 2432 2433 @property 2434 def source(self): 2435 """Gets the source of this Currency. # noqa: E501 2436 2437 # noqa: E501 2438 2439 :return: The source of this Currency. # noqa: E501 2440 :rtype: str 2441 """ 2442 return self._source 2443 2444 @source.setter 2445 def source(self, source): 2446 """Sets the source of this Currency. 2447 2448 # noqa: E501 2449 2450 :param source: The source of this Currency. # noqa: E501 2451 :type: str 2452 """ 2453 2454 self._source = source 2455 2456 @property 2457 def status(self): 2458 """Gets the status of this Currency. # noqa: E501 2459 2460 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 2461 2462 :return: The status of this Currency. # noqa: E501 2463 :rtype: str 2464 """ 2465 return self._status 2466 2467 @status.setter 2468 def status(self, status): 2469 """Sets the status of this Currency. 2470 2471 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 2472 2473 :param status: The status of this Currency. # noqa: E501 2474 :type: str 2475 """ 2476 2477 self._status = status 2478 2479 @property 2480 def status_metadata(self): 2481 """Gets the status_metadata of this Currency. # noqa: E501 2482 2483 Metadata that indicates whether the `status` property is editable. # noqa: E501 2484 2485 :return: The status_metadata of this Currency. # noqa: E501 2486 :rtype: PropertyMetadata 2487 """ 2488 return self._status_metadata 2489 2490 @status_metadata.setter 2491 def status_metadata(self, status_metadata): 2492 """Sets the status_metadata of this Currency. 2493 2494 Metadata that indicates whether the `status` property is editable. # noqa: E501 2495 2496 :param status_metadata: The status_metadata of this Currency. # noqa: E501 2497 :type: PropertyMetadata 2498 """ 2499 2500 self._status_metadata = status_metadata 2501 2502 @property 2503 def tab_group_labels(self): 2504 """Gets the tab_group_labels of this Currency. # noqa: E501 2505 2506 # noqa: E501 2507 2508 :return: The tab_group_labels of this Currency. # noqa: E501 2509 :rtype: list[str] 2510 """ 2511 return self._tab_group_labels 2512 2513 @tab_group_labels.setter 2514 def tab_group_labels(self, tab_group_labels): 2515 """Sets the tab_group_labels of this Currency. 2516 2517 # noqa: E501 2518 2519 :param tab_group_labels: The tab_group_labels of this Currency. # noqa: E501 2520 :type: list[str] 2521 """ 2522 2523 self._tab_group_labels = tab_group_labels 2524 2525 @property 2526 def tab_group_labels_metadata(self): 2527 """Gets the tab_group_labels_metadata of this Currency. # noqa: E501 2528 2529 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 2530 2531 :return: The tab_group_labels_metadata of this Currency. # noqa: E501 2532 :rtype: PropertyMetadata 2533 """ 2534 return self._tab_group_labels_metadata 2535 2536 @tab_group_labels_metadata.setter 2537 def tab_group_labels_metadata(self, tab_group_labels_metadata): 2538 """Sets the tab_group_labels_metadata of this Currency. 2539 2540 Metadata that indicates whether the `tabGroupLabels` property is editable. # noqa: E501 2541 2542 :param tab_group_labels_metadata: The tab_group_labels_metadata of this Currency. # noqa: E501 2543 :type: PropertyMetadata 2544 """ 2545 2546 self._tab_group_labels_metadata = tab_group_labels_metadata 2547 2548 @property 2549 def tab_id(self): 2550 """Gets the tab_id of this Currency. # noqa: E501 2551 2552 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2553 2554 :return: The tab_id of this Currency. # noqa: E501 2555 :rtype: str 2556 """ 2557 return self._tab_id 2558 2559 @tab_id.setter 2560 def tab_id(self, tab_id): 2561 """Sets the tab_id of this Currency. 2562 2563 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2564 2565 :param tab_id: The tab_id of this Currency. # noqa: E501 2566 :type: str 2567 """ 2568 2569 self._tab_id = tab_id 2570 2571 @property 2572 def tab_id_metadata(self): 2573 """Gets the tab_id_metadata of this Currency. # noqa: E501 2574 2575 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 2576 2577 :return: The tab_id_metadata of this Currency. # noqa: E501 2578 :rtype: PropertyMetadata 2579 """ 2580 return self._tab_id_metadata 2581 2582 @tab_id_metadata.setter 2583 def tab_id_metadata(self, tab_id_metadata): 2584 """Sets the tab_id_metadata of this Currency. 2585 2586 Metadata that indicates whether the `tabId` property is editable. # noqa: E501 2587 2588 :param tab_id_metadata: The tab_id_metadata of this Currency. # noqa: E501 2589 :type: PropertyMetadata 2590 """ 2591 2592 self._tab_id_metadata = tab_id_metadata 2593 2594 @property 2595 def tab_label(self): 2596 """Gets the tab_label of this Currency. # noqa: E501 2597 2598 The label string associated with the tab. # noqa: E501 2599 2600 :return: The tab_label of this Currency. # noqa: E501 2601 :rtype: str 2602 """ 2603 return self._tab_label 2604 2605 @tab_label.setter 2606 def tab_label(self, tab_label): 2607 """Sets the tab_label of this Currency. 2608 2609 The label string associated with the tab. # noqa: E501 2610 2611 :param tab_label: The tab_label of this Currency. # noqa: E501 2612 :type: str 2613 """ 2614 2615 self._tab_label = tab_label 2616 2617 @property 2618 def tab_label_metadata(self): 2619 """Gets the tab_label_metadata of this Currency. # noqa: E501 2620 2621 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 2622 2623 :return: The tab_label_metadata of this Currency. # noqa: E501 2624 :rtype: PropertyMetadata 2625 """ 2626 return self._tab_label_metadata 2627 2628 @tab_label_metadata.setter 2629 def tab_label_metadata(self, tab_label_metadata): 2630 """Sets the tab_label_metadata of this Currency. 2631 2632 Metadata that indicates whether the `tabLabel` property is editable. # noqa: E501 2633 2634 :param tab_label_metadata: The tab_label_metadata of this Currency. # noqa: E501 2635 :type: PropertyMetadata 2636 """ 2637 2638 self._tab_label_metadata = tab_label_metadata 2639 2640 @property 2641 def tab_order(self): 2642 """Gets the tab_order of this Currency. # noqa: E501 2643 2644 # noqa: E501 2645 2646 :return: The tab_order of this Currency. # noqa: E501 2647 :rtype: str 2648 """ 2649 return self._tab_order 2650 2651 @tab_order.setter 2652 def tab_order(self, tab_order): 2653 """Sets the tab_order of this Currency. 2654 2655 # noqa: E501 2656 2657 :param tab_order: The tab_order of this Currency. # noqa: E501 2658 :type: str 2659 """ 2660 2661 self._tab_order = tab_order 2662 2663 @property 2664 def tab_order_metadata(self): 2665 """Gets the tab_order_metadata of this Currency. # noqa: E501 2666 2667 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 2668 2669 :return: The tab_order_metadata of this Currency. # noqa: E501 2670 :rtype: PropertyMetadata 2671 """ 2672 return self._tab_order_metadata 2673 2674 @tab_order_metadata.setter 2675 def tab_order_metadata(self, tab_order_metadata): 2676 """Sets the tab_order_metadata of this Currency. 2677 2678 Metadata that indicates whether the `tabOrder` property is editable. # noqa: E501 2679 2680 :param tab_order_metadata: The tab_order_metadata of this Currency. # noqa: E501 2681 :type: PropertyMetadata 2682 """ 2683 2684 self._tab_order_metadata = tab_order_metadata 2685 2686 @property 2687 def tab_type(self): 2688 """Gets the tab_type of this Currency. # noqa: E501 2689 2690 # noqa: E501 2691 2692 :return: The tab_type of this Currency. # noqa: E501 2693 :rtype: str 2694 """ 2695 return self._tab_type 2696 2697 @tab_type.setter 2698 def tab_type(self, tab_type): 2699 """Sets the tab_type of this Currency. 2700 2701 # noqa: E501 2702 2703 :param tab_type: The tab_type of this Currency. # noqa: E501 2704 :type: str 2705 """ 2706 2707 self._tab_type = tab_type 2708 2709 @property 2710 def tab_type_metadata(self): 2711 """Gets the tab_type_metadata of this Currency. # noqa: E501 2712 2713 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 2714 2715 :return: The tab_type_metadata of this Currency. # noqa: E501 2716 :rtype: PropertyMetadata 2717 """ 2718 return self._tab_type_metadata 2719 2720 @tab_type_metadata.setter 2721 def tab_type_metadata(self, tab_type_metadata): 2722 """Sets the tab_type_metadata of this Currency. 2723 2724 Metadata that indicates whether the `tabType` property is editable. # noqa: E501 2725 2726 :param tab_type_metadata: The tab_type_metadata of this Currency. # noqa: E501 2727 :type: PropertyMetadata 2728 """ 2729 2730 self._tab_type_metadata = tab_type_metadata 2731 2732 @property 2733 def template_locked(self): 2734 """Gets the template_locked of this Currency. # noqa: E501 2735 2736 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2737 2738 :return: The template_locked of this Currency. # noqa: E501 2739 :rtype: str 2740 """ 2741 return self._template_locked 2742 2743 @template_locked.setter 2744 def template_locked(self, template_locked): 2745 """Sets the template_locked of this Currency. 2746 2747 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2748 2749 :param template_locked: The template_locked of this Currency. # noqa: E501 2750 :type: str 2751 """ 2752 2753 self._template_locked = template_locked 2754 2755 @property 2756 def template_locked_metadata(self): 2757 """Gets the template_locked_metadata of this Currency. # noqa: E501 2758 2759 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 2760 2761 :return: The template_locked_metadata of this Currency. # noqa: E501 2762 :rtype: PropertyMetadata 2763 """ 2764 return self._template_locked_metadata 2765 2766 @template_locked_metadata.setter 2767 def template_locked_metadata(self, template_locked_metadata): 2768 """Sets the template_locked_metadata of this Currency. 2769 2770 Metadata that indicates whether the `templateLocked` property is editable. # noqa: E501 2771 2772 :param template_locked_metadata: The template_locked_metadata of this Currency. # noqa: E501 2773 :type: PropertyMetadata 2774 """ 2775 2776 self._template_locked_metadata = template_locked_metadata 2777 2778 @property 2779 def template_required(self): 2780 """Gets the template_required of this Currency. # noqa: E501 2781 2782 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2783 2784 :return: The template_required of this Currency. # noqa: E501 2785 :rtype: str 2786 """ 2787 return self._template_required 2788 2789 @template_required.setter 2790 def template_required(self, template_required): 2791 """Sets the template_required of this Currency. 2792 2793 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 2794 2795 :param template_required: The template_required of this Currency. # noqa: E501 2796 :type: str 2797 """ 2798 2799 self._template_required = template_required 2800 2801 @property 2802 def template_required_metadata(self): 2803 """Gets the template_required_metadata of this Currency. # noqa: E501 2804 2805 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2806 2807 :return: The template_required_metadata of this Currency. # noqa: E501 2808 :rtype: PropertyMetadata 2809 """ 2810 return self._template_required_metadata 2811 2812 @template_required_metadata.setter 2813 def template_required_metadata(self, template_required_metadata): 2814 """Sets the template_required_metadata of this Currency. 2815 2816 Metadata that indicates whether the `templateRequired` property is editable. # noqa: E501 2817 2818 :param template_required_metadata: The template_required_metadata of this Currency. # noqa: E501 2819 :type: PropertyMetadata 2820 """ 2821 2822 self._template_required_metadata = template_required_metadata 2823 2824 @property 2825 def tooltip(self): 2826 """Gets the tooltip of this Currency. # noqa: E501 2827 2828 # noqa: E501 2829 2830 :return: The tooltip of this Currency. # noqa: E501 2831 :rtype: str 2832 """ 2833 return self._tooltip 2834 2835 @tooltip.setter 2836 def tooltip(self, tooltip): 2837 """Sets the tooltip of this Currency. 2838 2839 # noqa: E501 2840 2841 :param tooltip: The tooltip of this Currency. # noqa: E501 2842 :type: str 2843 """ 2844 2845 self._tooltip = tooltip 2846 2847 @property 2848 def tool_tip_metadata(self): 2849 """Gets the tool_tip_metadata of this Currency. # noqa: E501 2850 2851 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2852 2853 :return: The tool_tip_metadata of this Currency. # noqa: E501 2854 :rtype: PropertyMetadata 2855 """ 2856 return self._tool_tip_metadata 2857 2858 @tool_tip_metadata.setter 2859 def tool_tip_metadata(self, tool_tip_metadata): 2860 """Sets the tool_tip_metadata of this Currency. 2861 2862 Metadata that indicates whether the `toolTip` property is editable. # noqa: E501 2863 2864 :param tool_tip_metadata: The tool_tip_metadata of this Currency. # noqa: E501 2865 :type: PropertyMetadata 2866 """ 2867 2868 self._tool_tip_metadata = tool_tip_metadata 2869 2870 @property 2871 def underline(self): 2872 """Gets the underline of this Currency. # noqa: E501 2873 2874 When set to **true**, the information in the tab is underlined. # noqa: E501 2875 2876 :return: The underline of this Currency. # noqa: E501 2877 :rtype: str 2878 """ 2879 return self._underline 2880 2881 @underline.setter 2882 def underline(self, underline): 2883 """Sets the underline of this Currency. 2884 2885 When set to **true**, the information in the tab is underlined. # noqa: E501 2886 2887 :param underline: The underline of this Currency. # noqa: E501 2888 :type: str 2889 """ 2890 2891 self._underline = underline 2892 2893 @property 2894 def underline_metadata(self): 2895 """Gets the underline_metadata of this Currency. # noqa: E501 2896 2897 Metadata that indicates whether the `underline` property is editable. # noqa: E501 2898 2899 :return: The underline_metadata of this Currency. # noqa: E501 2900 :rtype: PropertyMetadata 2901 """ 2902 return self._underline_metadata 2903 2904 @underline_metadata.setter 2905 def underline_metadata(self, underline_metadata): 2906 """Sets the underline_metadata of this Currency. 2907 2908 Metadata that indicates whether the `underline` property is editable. # noqa: E501 2909 2910 :param underline_metadata: The underline_metadata of this Currency. # noqa: E501 2911 :type: PropertyMetadata 2912 """ 2913 2914 self._underline_metadata = underline_metadata 2915 2916 @property 2917 def value(self): 2918 """Gets the value of this Currency. # noqa: E501 2919 2920 Specifies the value of the tab. # noqa: E501 2921 2922 :return: The value of this Currency. # noqa: E501 2923 :rtype: str 2924 """ 2925 return self._value 2926 2927 @value.setter 2928 def value(self, value): 2929 """Sets the value of this Currency. 2930 2931 Specifies the value of the tab. # noqa: E501 2932 2933 :param value: The value of this Currency. # noqa: E501 2934 :type: str 2935 """ 2936 2937 self._value = value 2938 2939 @property 2940 def value_metadata(self): 2941 """Gets the value_metadata of this Currency. # noqa: E501 2942 2943 Metadata that indicates whether the `value` property is editable. # noqa: E501 2944 2945 :return: The value_metadata of this Currency. # noqa: E501 2946 :rtype: PropertyMetadata 2947 """ 2948 return self._value_metadata 2949 2950 @value_metadata.setter 2951 def value_metadata(self, value_metadata): 2952 """Sets the value_metadata of this Currency. 2953 2954 Metadata that indicates whether the `value` property is editable. # noqa: E501 2955 2956 :param value_metadata: The value_metadata of this Currency. # noqa: E501 2957 :type: PropertyMetadata 2958 """ 2959 2960 self._value_metadata = value_metadata 2961 2962 @property 2963 def width(self): 2964 """Gets the width of this Currency. # noqa: E501 2965 2966 Width of the tab in pixels. # noqa: E501 2967 2968 :return: The width of this Currency. # noqa: E501 2969 :rtype: str 2970 """ 2971 return self._width 2972 2973 @width.setter 2974 def width(self, width): 2975 """Sets the width of this Currency. 2976 2977 Width of the tab in pixels. # noqa: E501 2978 2979 :param width: The width of this Currency. # noqa: E501 2980 :type: str 2981 """ 2982 2983 self._width = width 2984 2985 @property 2986 def width_metadata(self): 2987 """Gets the width_metadata of this Currency. # noqa: E501 2988 2989 Metadata that indicates whether the `width` property is editable. # noqa: E501 2990 2991 :return: The width_metadata of this Currency. # noqa: E501 2992 :rtype: PropertyMetadata 2993 """ 2994 return self._width_metadata 2995 2996 @width_metadata.setter 2997 def width_metadata(self, width_metadata): 2998 """Sets the width_metadata of this Currency. 2999 3000 Metadata that indicates whether the `width` property is editable. # noqa: E501 3001 3002 :param width_metadata: The width_metadata of this Currency. # noqa: E501 3003 :type: PropertyMetadata 3004 """ 3005 3006 self._width_metadata = width_metadata 3007 3008 @property 3009 def x_position(self): 3010 """Gets the x_position of this Currency. # noqa: E501 3011 3012 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3013 3014 :return: The x_position of this Currency. # noqa: E501 3015 :rtype: str 3016 """ 3017 return self._x_position 3018 3019 @x_position.setter 3020 def x_position(self, x_position): 3021 """Sets the x_position of this Currency. 3022 3023 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3024 3025 :param x_position: The x_position of this Currency. # noqa: E501 3026 :type: str 3027 """ 3028 3029 self._x_position = x_position 3030 3031 @property 3032 def x_position_metadata(self): 3033 """Gets the x_position_metadata of this Currency. # noqa: E501 3034 3035 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 3036 3037 :return: The x_position_metadata of this Currency. # noqa: E501 3038 :rtype: PropertyMetadata 3039 """ 3040 return self._x_position_metadata 3041 3042 @x_position_metadata.setter 3043 def x_position_metadata(self, x_position_metadata): 3044 """Sets the x_position_metadata of this Currency. 3045 3046 Metadata that indicates whether the `xPosition` property is editable. # noqa: E501 3047 3048 :param x_position_metadata: The x_position_metadata of this Currency. # noqa: E501 3049 :type: PropertyMetadata 3050 """ 3051 3052 self._x_position_metadata = x_position_metadata 3053 3054 @property 3055 def y_position(self): 3056 """Gets the y_position of this Currency. # noqa: E501 3057 3058 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3059 3060 :return: The y_position of this Currency. # noqa: E501 3061 :rtype: str 3062 """ 3063 return self._y_position 3064 3065 @y_position.setter 3066 def y_position(self, y_position): 3067 """Sets the y_position of this Currency. 3068 3069 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3070 3071 :param y_position: The y_position of this Currency. # noqa: E501 3072 :type: str 3073 """ 3074 3075 self._y_position = y_position 3076 3077 @property 3078 def y_position_metadata(self): 3079 """Gets the y_position_metadata of this Currency. # noqa: E501 3080 3081 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 3082 3083 :return: The y_position_metadata of this Currency. # noqa: E501 3084 :rtype: PropertyMetadata 3085 """ 3086 return self._y_position_metadata 3087 3088 @y_position_metadata.setter 3089 def y_position_metadata(self, y_position_metadata): 3090 """Sets the y_position_metadata of this Currency. 3091 3092 Metadata that indicates whether the `yPosition` property is editable. # noqa: E501 3093 3094 :param y_position_metadata: The y_position_metadata of this Currency. # noqa: E501 3095 :type: PropertyMetadata 3096 """ 3097 3098 self._y_position_metadata = y_position_metadata 3099 3100 def to_dict(self): 3101 """Returns the model properties as a dict""" 3102 result = {} 3103 3104 for attr, _ in six.iteritems(self.swagger_types): 3105 value = getattr(self, attr) 3106 if isinstance(value, list): 3107 result[attr] = list(map( 3108 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 3109 value 3110 )) 3111 elif hasattr(value, "to_dict"): 3112 result[attr] = value.to_dict() 3113 elif isinstance(value, dict): 3114 result[attr] = dict(map( 3115 lambda item: (item[0], item[1].to_dict()) 3116 if hasattr(item[1], "to_dict") else item, 3117 value.items() 3118 )) 3119 else: 3120 result[attr] = value 3121 if issubclass(Currency, dict): 3122 for key, value in self.items(): 3123 result[key] = value 3124 3125 return result 3126 3127 def to_str(self): 3128 """Returns the string representation of the model""" 3129 return pprint.pformat(self.to_dict()) 3130 3131 def __repr__(self): 3132 """For `print` and `pprint`""" 3133 return self.to_str() 3134 3135 def __eq__(self, other): 3136 """Returns true if both objects are equal""" 3137 if not isinstance(other, Currency): 3138 return False 3139 3140 return self.to_dict() == other.to_dict() 3141 3142 def __ne__(self, other): 3143 """Returns true if both objects are not equal""" 3144 if not isinstance(other, Currency): 3145 return True 3146 3147 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.
268 def __init__(self, _configuration=None, **kwargs): # noqa: E501 269 """Currency - a model defined in Swagger""" # noqa: E501 270 if _configuration is None: 271 _configuration = Configuration() 272 self._configuration = _configuration 273 274 self._anchor_allow_white_space_in_characters = None 275 self._anchor_allow_white_space_in_characters_metadata = None 276 self._anchor_case_sensitive = None 277 self._anchor_case_sensitive_metadata = None 278 self._anchor_horizontal_alignment = None 279 self._anchor_horizontal_alignment_metadata = None 280 self._anchor_ignore_if_not_present = None 281 self._anchor_ignore_if_not_present_metadata = None 282 self._anchor_match_whole_word = None 283 self._anchor_match_whole_word_metadata = None 284 self._anchor_string = None 285 self._anchor_string_metadata = None 286 self._anchor_tab_processor_version = None 287 self._anchor_tab_processor_version_metadata = None 288 self._anchor_units = None 289 self._anchor_units_metadata = None 290 self._anchor_x_offset = None 291 self._anchor_x_offset_metadata = None 292 self._anchor_y_offset = None 293 self._anchor_y_offset_metadata = None 294 self._bold = None 295 self._bold_metadata = None 296 self._caption = None 297 self._caption_metadata = None 298 self._conceal_value_on_document = None 299 self._conceal_value_on_document_metadata = None 300 self._conditional_parent_label = None 301 self._conditional_parent_label_metadata = None 302 self._conditional_parent_value = None 303 self._conditional_parent_value_metadata = None 304 self._custom_tab_id = None 305 self._custom_tab_id_metadata = None 306 self._disable_auto_size = None 307 self._disable_auto_size_metadata = None 308 self._document_id = None 309 self._document_id_metadata = None 310 self._error_details = None 311 self._font = None 312 self._font_color = None 313 self._font_color_metadata = None 314 self._font_metadata = None 315 self._font_size = None 316 self._font_size_metadata = None 317 self._form_order = None 318 self._form_order_metadata = None 319 self._form_page_label = None 320 self._form_page_label_metadata = None 321 self._form_page_number = None 322 self._form_page_number_metadata = None 323 self._height = None 324 self._height_metadata = None 325 self._italic = None 326 self._italic_metadata = None 327 self._locale_policy = None 328 self._locked = None 329 self._locked_metadata = None 330 self._max_length = None 331 self._max_length_metadata = None 332 self._max_numerical_value = None 333 self._merge_field = None 334 self._merge_field_xml = None 335 self._min_numerical_value = None 336 self._name = None 337 self._name_metadata = None 338 self._numerical_value = None 339 self._original_value = None 340 self._original_value_metadata = None 341 self._page_number = None 342 self._page_number_metadata = None 343 self._recipient_id = None 344 self._recipient_id_guid = None 345 self._recipient_id_guid_metadata = None 346 self._recipient_id_metadata = None 347 self._require_all = None 348 self._require_all_metadata = None 349 self._required = None 350 self._required_metadata = None 351 self._require_initial_on_shared_change = None 352 self._require_initial_on_shared_change_metadata = None 353 self._sender_required = None 354 self._sender_required_metadata = None 355 self._shared = None 356 self._shared_metadata = None 357 self._smart_contract_information = None 358 self._source = None 359 self._status = None 360 self._status_metadata = None 361 self._tab_group_labels = None 362 self._tab_group_labels_metadata = None 363 self._tab_id = None 364 self._tab_id_metadata = None 365 self._tab_label = None 366 self._tab_label_metadata = None 367 self._tab_order = None 368 self._tab_order_metadata = None 369 self._tab_type = None 370 self._tab_type_metadata = None 371 self._template_locked = None 372 self._template_locked_metadata = None 373 self._template_required = None 374 self._template_required_metadata = None 375 self._tooltip = None 376 self._tool_tip_metadata = None 377 self._underline = None 378 self._underline_metadata = None 379 self._value = None 380 self._value_metadata = None 381 self._width = None 382 self._width_metadata = None 383 self._x_position = None 384 self._x_position_metadata = None 385 self._y_position = None 386 self._y_position_metadata = None 387 self.discriminator = None 388 389 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 390 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 391 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 392 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 393 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 394 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 395 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 396 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 397 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 398 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 399 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 400 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 401 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 402 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 403 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 404 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 405 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 406 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 407 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 408 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 409 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 410 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 411 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 412 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 413 setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) 414 setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) 415 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 416 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 417 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 418 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 419 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 420 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 421 setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None)) 422 setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None)) 423 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 424 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 425 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 426 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 427 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 428 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 429 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 430 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 431 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 432 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 433 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 434 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 435 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 436 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 437 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 438 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 439 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 440 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 441 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 442 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 443 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 444 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 445 setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None)) 446 setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None)) 447 setattr(self, "_{}".format('max_numerical_value'), kwargs.get('max_numerical_value', None)) 448 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 449 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 450 setattr(self, "_{}".format('min_numerical_value'), kwargs.get('min_numerical_value', None)) 451 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 452 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 453 setattr(self, "_{}".format('numerical_value'), kwargs.get('numerical_value', None)) 454 setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None)) 455 setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None)) 456 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 457 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 458 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 459 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 460 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 461 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 462 setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None)) 463 setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None)) 464 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 465 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 466 setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None)) 467 setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None)) 468 setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None)) 469 setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None)) 470 setattr(self, "_{}".format('shared'), kwargs.get('shared', None)) 471 setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None)) 472 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 473 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 474 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 475 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 476 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 477 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 478 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 479 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 480 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 481 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 482 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 483 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 484 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 485 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 486 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 487 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 488 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 489 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 490 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 491 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 492 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 493 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 494 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 495 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 496 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 497 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 498 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 499 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 500 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 501 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))
Currency - a model defined in Swagger
Gets the anchor_allow_white_space_in_characters of this Currency. # noqa: E501
# noqa: E501
Returns
The anchor_allow_white_space_in_characters of this Currency. # noqa: E501
Gets the anchor_allow_white_space_in_characters_metadata of this Currency. # noqa: E501
Metadata that indicates whether the anchorAllowWhiteSpaceInCharacters
property is editable. # noqa: E501
Returns
The anchor_allow_white_space_in_characters_metadata of this Currency. # noqa: E501
Gets the anchor_case_sensitive of this Currency. # 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 Currency. # noqa: E501
Gets the anchor_case_sensitive_metadata of this Currency. # noqa: E501
Metadata that indicates whether the anchorCaseSensitive
property is editable. # noqa: E501
Returns
The anchor_case_sensitive_metadata of this Currency. # noqa: E501
Gets the anchor_horizontal_alignment of this Currency. # 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 Currency. # noqa: E501
Gets the anchor_horizontal_alignment_metadata of this Currency. # noqa: E501
Metadata that indicates whether the anchorHorizontalAlignment
property is editable. # noqa: E501
Returns
The anchor_horizontal_alignment_metadata of this Currency. # noqa: E501
Gets the anchor_ignore_if_not_present of this Currency. # 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 Currency. # noqa: E501
Gets the anchor_ignore_if_not_present_metadata of this Currency. # noqa: E501
Metadata that indicates whether the anchorIgnoreIfNotPresent
property is editable. # noqa: E501
Returns
The anchor_ignore_if_not_present_metadata of this Currency. # noqa: E501
Gets the anchor_match_whole_word of this Currency. # 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 Currency. # noqa: E501
Gets the anchor_match_whole_word_metadata of this Currency. # noqa: E501
Metadata that indicates whether the anchorMatchWholeWord
property is editable. # noqa: E501
Returns
The anchor_match_whole_word_metadata of this Currency. # noqa: E501
Gets the anchor_string of this Currency. # noqa: E501
Anchor text information for a radio button. # noqa: E501
Returns
The anchor_string of this Currency. # noqa: E501
Gets the anchor_string_metadata of this Currency. # noqa: E501
Metadata that indicates whether the anchorString
property is editable. # noqa: E501
Returns
The anchor_string_metadata of this Currency. # noqa: E501
Gets the anchor_tab_processor_version of this Currency. # noqa: E501
# noqa: E501
Returns
The anchor_tab_processor_version of this Currency. # noqa: E501
Gets the anchor_tab_processor_version_metadata of this Currency. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The anchor_tab_processor_version_metadata of this Currency. # noqa: E501
Gets the anchor_units of this Currency. # 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 Currency. # noqa: E501
Gets the anchor_units_metadata of this Currency. # noqa: E501
Metadata that indicates whether the anchorUnits
property is editable. # noqa: E501
Returns
The anchor_units_metadata of this Currency. # noqa: E501
Gets the anchor_x_offset of this Currency. # 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 Currency. # noqa: E501
Gets the anchor_x_offset_metadata of this Currency. # noqa: E501
Metadata that indicates whether the anchorXOffset
property is editable. # noqa: E501
Returns
The anchor_x_offset_metadata of this Currency. # noqa: E501
Gets the anchor_y_offset of this Currency. # 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 Currency. # noqa: E501
Gets the anchor_y_offset_metadata of this Currency. # noqa: E501
Metadata that indicates whether the anchorYOffset
property is editable. # noqa: E501
Returns
The anchor_y_offset_metadata of this Currency. # noqa: E501
Gets the bold of this Currency. # noqa: E501
When set to true, the information in the tab is bold. # noqa: E501
Returns
The bold of this Currency. # noqa: E501
Gets the bold_metadata of this Currency. # noqa: E501
Metadata that indicates whether the bold
property is editable. # noqa: E501
Returns
The bold_metadata of this Currency. # noqa: E501
Gets the conceal_value_on_document of this Currency. # noqa: E501
When set to true, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501
Returns
The conceal_value_on_document of this Currency. # noqa: E501
Gets the conceal_value_on_document_metadata of this Currency. # noqa: E501
Metadata that indicates whether the concealValueOnDocument
property is editable. # noqa: E501
Returns
The conceal_value_on_document_metadata of this Currency. # noqa: E501
Gets the conditional_parent_label of this Currency. # 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 Currency. # noqa: E501
Gets the conditional_parent_label_metadata of this Currency. # noqa: E501
Metadata that indicates whether the conditionalParentLabel
property is editable. # noqa: E501
Returns
The conditional_parent_label_metadata of this Currency. # noqa: E501
Gets the conditional_parent_value of this Currency. # 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 Currency. # noqa: E501
Gets the conditional_parent_value_metadata of this Currency. # noqa: E501
Metadata that indicates whether the conditionalParentValue
property is editable. # noqa: E501
Returns
The conditional_parent_value_metadata of this Currency. # noqa: E501
Gets the custom_tab_id of this Currency. # 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 Currency. # noqa: E501
Gets the custom_tab_id_metadata of this Currency. # noqa: E501
Metadata that indicates whether the customTabId
property is editable. # noqa: E501
Returns
The custom_tab_id_metadata of this Currency. # noqa: E501
Gets the disable_auto_size of this Currency. # noqa: E501
When set to true, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501
Returns
The disable_auto_size of this Currency. # noqa: E501
Gets the disable_auto_size_metadata of this Currency. # noqa: E501
Metadata that indicates whether the disableAutoSize
property is editable. # noqa: E501
Returns
The disable_auto_size_metadata of this Currency. # noqa: E501
Gets the document_id of this Currency. # 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 Currency. # noqa: E501
Gets the document_id_metadata of this Currency. # noqa: E501
Metadata that indicates whether the documentId
property is editable. # noqa: E501
Returns
The document_id_metadata of this Currency. # noqa: E501
Gets the error_details of this Currency. # noqa: E501
This object describes errors that occur. It is only valid for responses and ignored in requests. # noqa: E501
Returns
The error_details of this Currency. # noqa: E501
Gets the font of this Currency. # 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 Currency. # noqa: E501
Gets the font_color of this Currency. # 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 Currency. # noqa: E501
Gets the font_color_metadata of this Currency. # noqa: E501
Metadata that indicates whether the fontColor
property is editable. # noqa: E501
Returns
The font_color_metadata of this Currency. # noqa: E501
Gets the font_metadata of this Currency. # noqa: E501
Metadata that indicates whether the font
property is editable. # noqa: E501
Returns
The font_metadata of this Currency. # noqa: E501
Gets the font_size of this Currency. # 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 Currency. # noqa: E501
Gets the font_size_metadata of this Currency. # noqa: E501
Metadata that indicates whether the fontSize
property is editable. # noqa: E501
Returns
The font_size_metadata of this Currency. # noqa: E501
Gets the form_order of this Currency. # noqa: E501
# noqa: E501
Returns
The form_order of this Currency. # noqa: E501
Gets the form_order_metadata of this Currency. # noqa: E501
Metadata that indicates whether the formOrder
property is editable. # noqa: E501
Returns
The form_order_metadata of this Currency. # noqa: E501
Gets the form_page_label of this Currency. # noqa: E501
# noqa: E501
Returns
The form_page_label of this Currency. # noqa: E501
Gets the form_page_label_metadata of this Currency. # noqa: E501
Metadata that indicates whether the formPageLabel
property is editable. # noqa: E501
Returns
The form_page_label_metadata of this Currency. # noqa: E501
Gets the form_page_number of this Currency. # noqa: E501
# noqa: E501
Returns
The form_page_number of this Currency. # noqa: E501
Gets the form_page_number_metadata of this Currency. # noqa: E501
Metadata that indicates whether the fromPageNumber
property is editable. # noqa: E501
Returns
The form_page_number_metadata of this Currency. # noqa: E501
Gets the height of this Currency. # noqa: E501
Height of the tab in pixels. # noqa: E501
Returns
The height of this Currency. # noqa: E501
Gets the height_metadata of this Currency. # noqa: E501
Metadata that indicates whether the height
property is editable. # noqa: E501
Returns
The height_metadata of this Currency. # noqa: E501
Gets the italic of this Currency. # noqa: E501
When set to true, the information in the tab is italic. # noqa: E501
Returns
The italic of this Currency. # noqa: E501
Gets the italic_metadata of this Currency. # noqa: E501
Metadata that indicates whether the italic
property is editable. # noqa: E501
Returns
The italic_metadata of this Currency. # noqa: E501
Gets the locale_policy of this Currency. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The locale_policy of this Currency. # noqa: E501
Gets the locked of this Currency. # noqa: E501
When set to true, the signer cannot change the data of the custom tab. # noqa: E501
Returns
The locked of this Currency. # noqa: E501
Gets the locked_metadata of this Currency. # noqa: E501
Metadata that indicates whether the locked
property is editable. # noqa: E501
Returns
The locked_metadata of this Currency. # noqa: E501
Gets the max_length of this Currency. # noqa: E501
An optional value that describes the maximum length of the property when the property is a string. # noqa: E501
Returns
The max_length of this Currency. # noqa: E501
Gets the max_length_metadata of this Currency. # noqa: E501
Metadata that indicates whether the maxLength
property is editable. # noqa: E501
Returns
The max_length_metadata of this Currency. # noqa: E501
Gets the max_numerical_value of this Currency. # noqa: E501
# noqa: E501
Returns
The max_numerical_value of this Currency. # noqa: E501
Gets the merge_field of this Currency. # noqa: E501
Contains the information necessary to map the tab to a field in SalesForce. # noqa: E501
Returns
The merge_field of this Currency. # noqa: E501
Gets the merge_field_xml of this Currency. # noqa: E501
# noqa: E501
Returns
The merge_field_xml of this Currency. # noqa: E501
Gets the min_numerical_value of this Currency. # noqa: E501
# noqa: E501
Returns
The min_numerical_value of this Currency. # noqa: E501
Gets the name of this Currency. # noqa: E501
# noqa: E501
Returns
The name of this Currency. # noqa: E501
Gets the name_metadata of this Currency. # noqa: E501
Metadata that indicates whether the name
property is editable. This property is read-only. # noqa: E501
Returns
The name_metadata of this Currency. # noqa: E501
Gets the numerical_value of this Currency. # noqa: E501
# noqa: E501
Returns
The numerical_value of this Currency. # noqa: E501
Gets the original_value of this Currency. # noqa: E501
The initial value of the tab when it was sent to the recipient. # noqa: E501
Returns
The original_value of this Currency. # noqa: E501
Gets the original_value_metadata of this Currency. # noqa: E501
Metadata that indicates whether the originalValue
property is editable. # noqa: E501
Returns
The original_value_metadata of this Currency. # noqa: E501
Gets the page_number of this Currency. # noqa: E501
Specifies the page number on which the tab is located. # noqa: E501
Returns
The page_number of this Currency. # noqa: E501
Gets the page_number_metadata of this Currency. # noqa: E501
Metadata that indicates whether the pageNumber
property is editable. # noqa: E501
Returns
The page_number_metadata of this Currency. # noqa: E501
Gets the recipient_id of this Currency. # 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 Currency. # noqa: E501
Gets the recipient_id_guid of this Currency. # noqa: E501
# noqa: E501
Returns
The recipient_id_guid of this Currency. # noqa: E501
Gets the recipient_id_guid_metadata of this Currency. # noqa: E501
Metadata that indicates whether the recipientIdGuid
property is editable. # noqa: E501
Returns
The recipient_id_guid_metadata of this Currency. # noqa: E501
Gets the recipient_id_metadata of this Currency. # noqa: E501
Metadata that indicates whether the recipientId
property is editable. # noqa: E501
Returns
The recipient_id_metadata of this Currency. # noqa: E501
Gets the require_all of this Currency. # noqa: E501
When set to true and shared is true, information must be entered in this field to complete the envelope. # noqa: E501
Returns
The require_all of this Currency. # noqa: E501
Gets the require_all_metadata of this Currency. # noqa: E501
Metadata that indicates whether the requireAll
property is editable. # noqa: E501
Returns
The require_all_metadata of this Currency. # noqa: E501
Gets the required of this Currency. # noqa: E501
When set to true, the signer is required to fill out this tab # noqa: E501
Returns
The required of this Currency. # noqa: E501
Gets the required_metadata of this Currency. # noqa: E501
Metadata that indicates whether the required
property is editable. # noqa: E501
Returns
The required_metadata of this Currency. # noqa: E501
Gets the sender_required of this Currency. # noqa: E501
When set to true, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a senderRequired
value of true cannot be deleted from an envelope. # noqa: E501
Returns
The sender_required of this Currency. # noqa: E501
Gets the sender_required_metadata of this Currency. # noqa: E501
Metadata that indicates whether the senderRequired
property is editable. # noqa: E501
Returns
The sender_required_metadata of this Currency. # noqa: E501
Gets the smart_contract_information of this Currency. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The smart_contract_information of this Currency. # noqa: E501
Gets the source of this Currency. # noqa: E501
# noqa: E501
Returns
The source of this Currency. # noqa: E501
Gets the status of this Currency. # 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 Currency. # noqa: E501
Gets the status_metadata of this Currency. # noqa: E501
Metadata that indicates whether the status
property is editable. # noqa: E501
Returns
The status_metadata of this Currency. # noqa: E501
Gets the tab_group_labels of this Currency. # noqa: E501
# noqa: E501
Returns
The tab_group_labels of this Currency. # noqa: E501
Gets the tab_group_labels_metadata of this Currency. # noqa: E501
Metadata that indicates whether the tabGroupLabels
property is editable. # noqa: E501
Returns
The tab_group_labels_metadata of this Currency. # noqa: E501
Gets the tab_id of this Currency. # 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 Currency. # noqa: E501
Gets the tab_id_metadata of this Currency. # noqa: E501
Metadata that indicates whether the tabId
property is editable. # noqa: E501
Returns
The tab_id_metadata of this Currency. # noqa: E501
Gets the tab_label of this Currency. # noqa: E501
The label string associated with the tab. # noqa: E501
Returns
The tab_label of this Currency. # noqa: E501
Gets the tab_label_metadata of this Currency. # noqa: E501
Metadata that indicates whether the tabLabel
property is editable. # noqa: E501
Returns
The tab_label_metadata of this Currency. # noqa: E501
Gets the tab_order of this Currency. # noqa: E501
# noqa: E501
Returns
The tab_order of this Currency. # noqa: E501
Gets the tab_order_metadata of this Currency. # noqa: E501
Metadata that indicates whether the tabOrder
property is editable. # noqa: E501
Returns
The tab_order_metadata of this Currency. # noqa: E501
Gets the tab_type of this Currency. # noqa: E501
# noqa: E501
Returns
The tab_type of this Currency. # noqa: E501
Gets the tab_type_metadata of this Currency. # noqa: E501
Metadata that indicates whether the tabType
property is editable. # noqa: E501
Returns
The tab_type_metadata of this Currency. # noqa: E501
Gets the template_locked of this Currency. # 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 Currency. # noqa: E501
Gets the template_locked_metadata of this Currency. # noqa: E501
Metadata that indicates whether the templateLocked
property is editable. # noqa: E501
Returns
The template_locked_metadata of this Currency. # noqa: E501
Gets the template_required of this Currency. # 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 Currency. # noqa: E501
Gets the template_required_metadata of this Currency. # noqa: E501
Metadata that indicates whether the templateRequired
property is editable. # noqa: E501
Returns
The template_required_metadata of this Currency. # noqa: E501
Gets the tooltip of this Currency. # noqa: E501
# noqa: E501
Returns
The tooltip of this Currency. # noqa: E501
Gets the tool_tip_metadata of this Currency. # noqa: E501
Metadata that indicates whether the toolTip
property is editable. # noqa: E501
Returns
The tool_tip_metadata of this Currency. # noqa: E501
Gets the underline of this Currency. # noqa: E501
When set to true, the information in the tab is underlined. # noqa: E501
Returns
The underline of this Currency. # noqa: E501
Gets the underline_metadata of this Currency. # noqa: E501
Metadata that indicates whether the underline
property is editable. # noqa: E501
Returns
The underline_metadata of this Currency. # noqa: E501
Gets the value of this Currency. # noqa: E501
Specifies the value of the tab. # noqa: E501
Returns
The value of this Currency. # noqa: E501
Gets the value_metadata of this Currency. # noqa: E501
Metadata that indicates whether the value
property is editable. # noqa: E501
Returns
The value_metadata of this Currency. # noqa: E501
Gets the width of this Currency. # noqa: E501
Width of the tab in pixels. # noqa: E501
Returns
The width of this Currency. # noqa: E501
Gets the width_metadata of this Currency. # noqa: E501
Metadata that indicates whether the width
property is editable. # noqa: E501
Returns
The width_metadata of this Currency. # noqa: E501
Gets the x_position of this Currency. # 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 Currency. # noqa: E501
Gets the x_position_metadata of this Currency. # noqa: E501
Metadata that indicates whether the xPosition
property is editable. # noqa: E501
Returns
The x_position_metadata of this Currency. # noqa: E501
Gets the y_position of this Currency. # 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 Currency. # noqa: E501
Gets the y_position_metadata of this Currency. # noqa: E501
Metadata that indicates whether the yPosition
property is editable. # noqa: E501
Returns
The y_position_metadata of this Currency. # noqa: E501
3100 def to_dict(self): 3101 """Returns the model properties as a dict""" 3102 result = {} 3103 3104 for attr, _ in six.iteritems(self.swagger_types): 3105 value = getattr(self, attr) 3106 if isinstance(value, list): 3107 result[attr] = list(map( 3108 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 3109 value 3110 )) 3111 elif hasattr(value, "to_dict"): 3112 result[attr] = value.to_dict() 3113 elif isinstance(value, dict): 3114 result[attr] = dict(map( 3115 lambda item: (item[0], item[1].to_dict()) 3116 if hasattr(item[1], "to_dict") else item, 3117 value.items() 3118 )) 3119 else: 3120 result[attr] = value 3121 if issubclass(Currency, dict): 3122 for key, value in self.items(): 3123 result[key] = value 3124 3125 return result
Returns the model properties as a dict