docusign_esign.models.account_signature
Docusign eSignature REST API
The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501
OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git
1# coding: utf-8 2 3""" 4 Docusign eSignature REST API 5 6 The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501 7 8 OpenAPI spec version: v2.1 9 Contact: devcenter@docusign.com 10 Generated by: https://github.com/swagger-api/swagger-codegen.git 11""" 12 13 14import pprint 15import re # noqa: F401 16 17import six 18 19from docusign_esign.client.configuration import Configuration 20 21 22class AccountSignature(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 'adopted_date_time': 'str', 37 'created_date_time': 'str', 38 'custom_field': 'str', 39 'date_stamp_properties': 'DateStampProperties', 40 'disallow_user_resize_stamp': 'str', 41 'error_details': 'ErrorDetails', 42 'external_id': 'str', 43 'image_base64': 'str', 44 'image_type': 'str', 45 'initials150_image_id': 'str', 46 'initials_image_uri': 'str', 47 'is_default': 'str', 48 'last_modified_date_time': 'str', 49 'nrds_id': 'str', 50 'nrds_last_name': 'str', 51 'nrds_status': 'str', 52 'phonetic_name': 'str', 53 'signature150_image_id': 'str', 54 'signature_font': 'str', 55 'signature_groups': 'list[SignatureGroup]', 56 'signature_id': 'str', 57 'signature_image_uri': 'str', 58 'signature_initials': 'str', 59 'signature_name': 'str', 60 'signature_rights': 'str', 61 'signature_type': 'str', 62 'signature_users': 'list[SignatureUser]', 63 'stamp_format': 'str', 64 'stamp_image_uri': 'str', 65 'stamp_size_mm': 'str', 66 'stamp_type': 'str', 67 'status': 'str' 68 } 69 70 attribute_map = { 71 'adopted_date_time': 'adoptedDateTime', 72 'created_date_time': 'createdDateTime', 73 'custom_field': 'customField', 74 'date_stamp_properties': 'dateStampProperties', 75 'disallow_user_resize_stamp': 'disallowUserResizeStamp', 76 'error_details': 'errorDetails', 77 'external_id': 'externalID', 78 'image_base64': 'imageBase64', 79 'image_type': 'imageType', 80 'initials150_image_id': 'initials150ImageId', 81 'initials_image_uri': 'initialsImageUri', 82 'is_default': 'isDefault', 83 'last_modified_date_time': 'lastModifiedDateTime', 84 'nrds_id': 'nrdsId', 85 'nrds_last_name': 'nrdsLastName', 86 'nrds_status': 'nrdsStatus', 87 'phonetic_name': 'phoneticName', 88 'signature150_image_id': 'signature150ImageId', 89 'signature_font': 'signatureFont', 90 'signature_groups': 'signatureGroups', 91 'signature_id': 'signatureId', 92 'signature_image_uri': 'signatureImageUri', 93 'signature_initials': 'signatureInitials', 94 'signature_name': 'signatureName', 95 'signature_rights': 'signatureRights', 96 'signature_type': 'signatureType', 97 'signature_users': 'signatureUsers', 98 'stamp_format': 'stampFormat', 99 'stamp_image_uri': 'stampImageUri', 100 'stamp_size_mm': 'stampSizeMM', 101 'stamp_type': 'stampType', 102 'status': 'status' 103 } 104 105 def __init__(self, _configuration=None, **kwargs): # noqa: E501 106 """AccountSignature - a model defined in Swagger""" # noqa: E501 107 if _configuration is None: 108 _configuration = Configuration() 109 self._configuration = _configuration 110 111 self._adopted_date_time = None 112 self._created_date_time = None 113 self._custom_field = None 114 self._date_stamp_properties = None 115 self._disallow_user_resize_stamp = None 116 self._error_details = None 117 self._external_id = None 118 self._image_base64 = None 119 self._image_type = None 120 self._initials150_image_id = None 121 self._initials_image_uri = None 122 self._is_default = None 123 self._last_modified_date_time = None 124 self._nrds_id = None 125 self._nrds_last_name = None 126 self._nrds_status = None 127 self._phonetic_name = None 128 self._signature150_image_id = None 129 self._signature_font = None 130 self._signature_groups = None 131 self._signature_id = None 132 self._signature_image_uri = None 133 self._signature_initials = None 134 self._signature_name = None 135 self._signature_rights = None 136 self._signature_type = None 137 self._signature_users = None 138 self._stamp_format = None 139 self._stamp_image_uri = None 140 self._stamp_size_mm = None 141 self._stamp_type = None 142 self._status = None 143 self.discriminator = None 144 145 setattr(self, "_{}".format('adopted_date_time'), kwargs.get('adopted_date_time', None)) 146 setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None)) 147 setattr(self, "_{}".format('custom_field'), kwargs.get('custom_field', None)) 148 setattr(self, "_{}".format('date_stamp_properties'), kwargs.get('date_stamp_properties', None)) 149 setattr(self, "_{}".format('disallow_user_resize_stamp'), kwargs.get('disallow_user_resize_stamp', None)) 150 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 151 setattr(self, "_{}".format('external_id'), kwargs.get('external_id', None)) 152 setattr(self, "_{}".format('image_base64'), kwargs.get('image_base64', None)) 153 setattr(self, "_{}".format('image_type'), kwargs.get('image_type', None)) 154 setattr(self, "_{}".format('initials150_image_id'), kwargs.get('initials150_image_id', None)) 155 setattr(self, "_{}".format('initials_image_uri'), kwargs.get('initials_image_uri', None)) 156 setattr(self, "_{}".format('is_default'), kwargs.get('is_default', None)) 157 setattr(self, "_{}".format('last_modified_date_time'), kwargs.get('last_modified_date_time', None)) 158 setattr(self, "_{}".format('nrds_id'), kwargs.get('nrds_id', None)) 159 setattr(self, "_{}".format('nrds_last_name'), kwargs.get('nrds_last_name', None)) 160 setattr(self, "_{}".format('nrds_status'), kwargs.get('nrds_status', None)) 161 setattr(self, "_{}".format('phonetic_name'), kwargs.get('phonetic_name', None)) 162 setattr(self, "_{}".format('signature150_image_id'), kwargs.get('signature150_image_id', None)) 163 setattr(self, "_{}".format('signature_font'), kwargs.get('signature_font', None)) 164 setattr(self, "_{}".format('signature_groups'), kwargs.get('signature_groups', None)) 165 setattr(self, "_{}".format('signature_id'), kwargs.get('signature_id', None)) 166 setattr(self, "_{}".format('signature_image_uri'), kwargs.get('signature_image_uri', None)) 167 setattr(self, "_{}".format('signature_initials'), kwargs.get('signature_initials', None)) 168 setattr(self, "_{}".format('signature_name'), kwargs.get('signature_name', None)) 169 setattr(self, "_{}".format('signature_rights'), kwargs.get('signature_rights', None)) 170 setattr(self, "_{}".format('signature_type'), kwargs.get('signature_type', None)) 171 setattr(self, "_{}".format('signature_users'), kwargs.get('signature_users', None)) 172 setattr(self, "_{}".format('stamp_format'), kwargs.get('stamp_format', None)) 173 setattr(self, "_{}".format('stamp_image_uri'), kwargs.get('stamp_image_uri', None)) 174 setattr(self, "_{}".format('stamp_size_mm'), kwargs.get('stamp_size_mm', None)) 175 setattr(self, "_{}".format('stamp_type'), kwargs.get('stamp_type', None)) 176 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 177 178 @property 179 def adopted_date_time(self): 180 """Gets the adopted_date_time of this AccountSignature. # noqa: E501 181 182 # noqa: E501 183 184 :return: The adopted_date_time of this AccountSignature. # noqa: E501 185 :rtype: str 186 """ 187 return self._adopted_date_time 188 189 @adopted_date_time.setter 190 def adopted_date_time(self, adopted_date_time): 191 """Sets the adopted_date_time of this AccountSignature. 192 193 # noqa: E501 194 195 :param adopted_date_time: The adopted_date_time of this AccountSignature. # noqa: E501 196 :type: str 197 """ 198 199 self._adopted_date_time = adopted_date_time 200 201 @property 202 def created_date_time(self): 203 """Gets the created_date_time of this AccountSignature. # noqa: E501 204 205 Indicates the date and time the item was created. # noqa: E501 206 207 :return: The created_date_time of this AccountSignature. # noqa: E501 208 :rtype: str 209 """ 210 return self._created_date_time 211 212 @created_date_time.setter 213 def created_date_time(self, created_date_time): 214 """Sets the created_date_time of this AccountSignature. 215 216 Indicates the date and time the item was created. # noqa: E501 217 218 :param created_date_time: The created_date_time of this AccountSignature. # noqa: E501 219 :type: str 220 """ 221 222 self._created_date_time = created_date_time 223 224 @property 225 def custom_field(self): 226 """Gets the custom_field of this AccountSignature. # noqa: E501 227 228 # noqa: E501 229 230 :return: The custom_field of this AccountSignature. # noqa: E501 231 :rtype: str 232 """ 233 return self._custom_field 234 235 @custom_field.setter 236 def custom_field(self, custom_field): 237 """Sets the custom_field of this AccountSignature. 238 239 # noqa: E501 240 241 :param custom_field: The custom_field of this AccountSignature. # noqa: E501 242 :type: str 243 """ 244 245 self._custom_field = custom_field 246 247 @property 248 def date_stamp_properties(self): 249 """Gets the date_stamp_properties of this AccountSignature. # noqa: E501 250 251 Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle. # noqa: E501 252 253 :return: The date_stamp_properties of this AccountSignature. # noqa: E501 254 :rtype: DateStampProperties 255 """ 256 return self._date_stamp_properties 257 258 @date_stamp_properties.setter 259 def date_stamp_properties(self, date_stamp_properties): 260 """Sets the date_stamp_properties of this AccountSignature. 261 262 Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle. # noqa: E501 263 264 :param date_stamp_properties: The date_stamp_properties of this AccountSignature. # noqa: E501 265 :type: DateStampProperties 266 """ 267 268 self._date_stamp_properties = date_stamp_properties 269 270 @property 271 def disallow_user_resize_stamp(self): 272 """Gets the disallow_user_resize_stamp of this AccountSignature. # noqa: E501 273 274 # noqa: E501 275 276 :return: The disallow_user_resize_stamp of this AccountSignature. # noqa: E501 277 :rtype: str 278 """ 279 return self._disallow_user_resize_stamp 280 281 @disallow_user_resize_stamp.setter 282 def disallow_user_resize_stamp(self, disallow_user_resize_stamp): 283 """Sets the disallow_user_resize_stamp of this AccountSignature. 284 285 # noqa: E501 286 287 :param disallow_user_resize_stamp: The disallow_user_resize_stamp of this AccountSignature. # noqa: E501 288 :type: str 289 """ 290 291 self._disallow_user_resize_stamp = disallow_user_resize_stamp 292 293 @property 294 def error_details(self): 295 """Gets the error_details of this AccountSignature. # noqa: E501 296 297 Array or errors. # noqa: E501 298 299 :return: The error_details of this AccountSignature. # noqa: E501 300 :rtype: ErrorDetails 301 """ 302 return self._error_details 303 304 @error_details.setter 305 def error_details(self, error_details): 306 """Sets the error_details of this AccountSignature. 307 308 Array or errors. # noqa: E501 309 310 :param error_details: The error_details of this AccountSignature. # noqa: E501 311 :type: ErrorDetails 312 """ 313 314 self._error_details = error_details 315 316 @property 317 def external_id(self): 318 """Gets the external_id of this AccountSignature. # noqa: E501 319 320 # noqa: E501 321 322 :return: The external_id of this AccountSignature. # noqa: E501 323 :rtype: str 324 """ 325 return self._external_id 326 327 @external_id.setter 328 def external_id(self, external_id): 329 """Sets the external_id of this AccountSignature. 330 331 # noqa: E501 332 333 :param external_id: The external_id of this AccountSignature. # noqa: E501 334 :type: str 335 """ 336 337 self._external_id = external_id 338 339 @property 340 def image_base64(self): 341 """Gets the image_base64 of this AccountSignature. # noqa: E501 342 343 # noqa: E501 344 345 :return: The image_base64 of this AccountSignature. # noqa: E501 346 :rtype: str 347 """ 348 return self._image_base64 349 350 @image_base64.setter 351 def image_base64(self, image_base64): 352 """Sets the image_base64 of this AccountSignature. 353 354 # noqa: E501 355 356 :param image_base64: The image_base64 of this AccountSignature. # noqa: E501 357 :type: str 358 """ 359 360 self._image_base64 = image_base64 361 362 @property 363 def image_type(self): 364 """Gets the image_type of this AccountSignature. # noqa: E501 365 366 # noqa: E501 367 368 :return: The image_type of this AccountSignature. # noqa: E501 369 :rtype: str 370 """ 371 return self._image_type 372 373 @image_type.setter 374 def image_type(self, image_type): 375 """Sets the image_type of this AccountSignature. 376 377 # noqa: E501 378 379 :param image_type: The image_type of this AccountSignature. # noqa: E501 380 :type: str 381 """ 382 383 self._image_type = image_type 384 385 @property 386 def initials150_image_id(self): 387 """Gets the initials150_image_id of this AccountSignature. # noqa: E501 388 389 # noqa: E501 390 391 :return: The initials150_image_id of this AccountSignature. # noqa: E501 392 :rtype: str 393 """ 394 return self._initials150_image_id 395 396 @initials150_image_id.setter 397 def initials150_image_id(self, initials150_image_id): 398 """Sets the initials150_image_id of this AccountSignature. 399 400 # noqa: E501 401 402 :param initials150_image_id: The initials150_image_id of this AccountSignature. # noqa: E501 403 :type: str 404 """ 405 406 self._initials150_image_id = initials150_image_id 407 408 @property 409 def initials_image_uri(self): 410 """Gets the initials_image_uri of this AccountSignature. # noqa: E501 411 412 Contains the URI for an endpoint that you can use to retrieve the initials image. # noqa: E501 413 414 :return: The initials_image_uri of this AccountSignature. # noqa: E501 415 :rtype: str 416 """ 417 return self._initials_image_uri 418 419 @initials_image_uri.setter 420 def initials_image_uri(self, initials_image_uri): 421 """Sets the initials_image_uri of this AccountSignature. 422 423 Contains the URI for an endpoint that you can use to retrieve the initials image. # noqa: E501 424 425 :param initials_image_uri: The initials_image_uri of this AccountSignature. # noqa: E501 426 :type: str 427 """ 428 429 self._initials_image_uri = initials_image_uri 430 431 @property 432 def is_default(self): 433 """Gets the is_default of this AccountSignature. # noqa: E501 434 435 # noqa: E501 436 437 :return: The is_default of this AccountSignature. # noqa: E501 438 :rtype: str 439 """ 440 return self._is_default 441 442 @is_default.setter 443 def is_default(self, is_default): 444 """Sets the is_default of this AccountSignature. 445 446 # noqa: E501 447 448 :param is_default: The is_default of this AccountSignature. # noqa: E501 449 :type: str 450 """ 451 452 self._is_default = is_default 453 454 @property 455 def last_modified_date_time(self): 456 """Gets the last_modified_date_time of this AccountSignature. # noqa: E501 457 458 The date and time the item was last modified. # noqa: E501 459 460 :return: The last_modified_date_time of this AccountSignature. # noqa: E501 461 :rtype: str 462 """ 463 return self._last_modified_date_time 464 465 @last_modified_date_time.setter 466 def last_modified_date_time(self, last_modified_date_time): 467 """Sets the last_modified_date_time of this AccountSignature. 468 469 The date and time the item was last modified. # noqa: E501 470 471 :param last_modified_date_time: The last_modified_date_time of this AccountSignature. # noqa: E501 472 :type: str 473 """ 474 475 self._last_modified_date_time = last_modified_date_time 476 477 @property 478 def nrds_id(self): 479 """Gets the nrds_id of this AccountSignature. # noqa: E501 480 481 # noqa: E501 482 483 :return: The nrds_id of this AccountSignature. # noqa: E501 484 :rtype: str 485 """ 486 return self._nrds_id 487 488 @nrds_id.setter 489 def nrds_id(self, nrds_id): 490 """Sets the nrds_id of this AccountSignature. 491 492 # noqa: E501 493 494 :param nrds_id: The nrds_id of this AccountSignature. # noqa: E501 495 :type: str 496 """ 497 498 self._nrds_id = nrds_id 499 500 @property 501 def nrds_last_name(self): 502 """Gets the nrds_last_name of this AccountSignature. # noqa: E501 503 504 # noqa: E501 505 506 :return: The nrds_last_name of this AccountSignature. # noqa: E501 507 :rtype: str 508 """ 509 return self._nrds_last_name 510 511 @nrds_last_name.setter 512 def nrds_last_name(self, nrds_last_name): 513 """Sets the nrds_last_name of this AccountSignature. 514 515 # noqa: E501 516 517 :param nrds_last_name: The nrds_last_name of this AccountSignature. # noqa: E501 518 :type: str 519 """ 520 521 self._nrds_last_name = nrds_last_name 522 523 @property 524 def nrds_status(self): 525 """Gets the nrds_status of this AccountSignature. # noqa: E501 526 527 # noqa: E501 528 529 :return: The nrds_status of this AccountSignature. # noqa: E501 530 :rtype: str 531 """ 532 return self._nrds_status 533 534 @nrds_status.setter 535 def nrds_status(self, nrds_status): 536 """Sets the nrds_status of this AccountSignature. 537 538 # noqa: E501 539 540 :param nrds_status: The nrds_status of this AccountSignature. # noqa: E501 541 :type: str 542 """ 543 544 self._nrds_status = nrds_status 545 546 @property 547 def phonetic_name(self): 548 """Gets the phonetic_name of this AccountSignature. # noqa: E501 549 550 # noqa: E501 551 552 :return: The phonetic_name of this AccountSignature. # noqa: E501 553 :rtype: str 554 """ 555 return self._phonetic_name 556 557 @phonetic_name.setter 558 def phonetic_name(self, phonetic_name): 559 """Sets the phonetic_name of this AccountSignature. 560 561 # noqa: E501 562 563 :param phonetic_name: The phonetic_name of this AccountSignature. # noqa: E501 564 :type: str 565 """ 566 567 self._phonetic_name = phonetic_name 568 569 @property 570 def signature150_image_id(self): 571 """Gets the signature150_image_id of this AccountSignature. # noqa: E501 572 573 # noqa: E501 574 575 :return: The signature150_image_id of this AccountSignature. # noqa: E501 576 :rtype: str 577 """ 578 return self._signature150_image_id 579 580 @signature150_image_id.setter 581 def signature150_image_id(self, signature150_image_id): 582 """Sets the signature150_image_id of this AccountSignature. 583 584 # noqa: E501 585 586 :param signature150_image_id: The signature150_image_id of this AccountSignature. # noqa: E501 587 :type: str 588 """ 589 590 self._signature150_image_id = signature150_image_id 591 592 @property 593 def signature_font(self): 594 """Gets the signature_font of this AccountSignature. # noqa: E501 595 596 # noqa: E501 597 598 :return: The signature_font of this AccountSignature. # noqa: E501 599 :rtype: str 600 """ 601 return self._signature_font 602 603 @signature_font.setter 604 def signature_font(self, signature_font): 605 """Sets the signature_font of this AccountSignature. 606 607 # noqa: E501 608 609 :param signature_font: The signature_font of this AccountSignature. # noqa: E501 610 :type: str 611 """ 612 613 self._signature_font = signature_font 614 615 @property 616 def signature_groups(self): 617 """Gets the signature_groups of this AccountSignature. # noqa: E501 618 619 # noqa: E501 620 621 :return: The signature_groups of this AccountSignature. # noqa: E501 622 :rtype: list[SignatureGroup] 623 """ 624 return self._signature_groups 625 626 @signature_groups.setter 627 def signature_groups(self, signature_groups): 628 """Sets the signature_groups of this AccountSignature. 629 630 # noqa: E501 631 632 :param signature_groups: The signature_groups of this AccountSignature. # noqa: E501 633 :type: list[SignatureGroup] 634 """ 635 636 self._signature_groups = signature_groups 637 638 @property 639 def signature_id(self): 640 """Gets the signature_id of this AccountSignature. # noqa: E501 641 642 Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. # noqa: E501 643 644 :return: The signature_id of this AccountSignature. # noqa: E501 645 :rtype: str 646 """ 647 return self._signature_id 648 649 @signature_id.setter 650 def signature_id(self, signature_id): 651 """Sets the signature_id of this AccountSignature. 652 653 Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. # noqa: E501 654 655 :param signature_id: The signature_id of this AccountSignature. # noqa: E501 656 :type: str 657 """ 658 659 self._signature_id = signature_id 660 661 @property 662 def signature_image_uri(self): 663 """Gets the signature_image_uri of this AccountSignature. # noqa: E501 664 665 Contains the URI for an endpoint that you can use to retrieve the signature image. # noqa: E501 666 667 :return: The signature_image_uri of this AccountSignature. # noqa: E501 668 :rtype: str 669 """ 670 return self._signature_image_uri 671 672 @signature_image_uri.setter 673 def signature_image_uri(self, signature_image_uri): 674 """Sets the signature_image_uri of this AccountSignature. 675 676 Contains the URI for an endpoint that you can use to retrieve the signature image. # noqa: E501 677 678 :param signature_image_uri: The signature_image_uri of this AccountSignature. # noqa: E501 679 :type: str 680 """ 681 682 self._signature_image_uri = signature_image_uri 683 684 @property 685 def signature_initials(self): 686 """Gets the signature_initials of this AccountSignature. # noqa: E501 687 688 # noqa: E501 689 690 :return: The signature_initials of this AccountSignature. # noqa: E501 691 :rtype: str 692 """ 693 return self._signature_initials 694 695 @signature_initials.setter 696 def signature_initials(self, signature_initials): 697 """Sets the signature_initials of this AccountSignature. 698 699 # noqa: E501 700 701 :param signature_initials: The signature_initials of this AccountSignature. # noqa: E501 702 :type: str 703 """ 704 705 self._signature_initials = signature_initials 706 707 @property 708 def signature_name(self): 709 """Gets the signature_name of this AccountSignature. # noqa: E501 710 711 Specifies the user signature name. # noqa: E501 712 713 :return: The signature_name of this AccountSignature. # noqa: E501 714 :rtype: str 715 """ 716 return self._signature_name 717 718 @signature_name.setter 719 def signature_name(self, signature_name): 720 """Sets the signature_name of this AccountSignature. 721 722 Specifies the user signature name. # noqa: E501 723 724 :param signature_name: The signature_name of this AccountSignature. # noqa: E501 725 :type: str 726 """ 727 728 self._signature_name = signature_name 729 730 @property 731 def signature_rights(self): 732 """Gets the signature_rights of this AccountSignature. # noqa: E501 733 734 # noqa: E501 735 736 :return: The signature_rights of this AccountSignature. # noqa: E501 737 :rtype: str 738 """ 739 return self._signature_rights 740 741 @signature_rights.setter 742 def signature_rights(self, signature_rights): 743 """Sets the signature_rights of this AccountSignature. 744 745 # noqa: E501 746 747 :param signature_rights: The signature_rights of this AccountSignature. # noqa: E501 748 :type: str 749 """ 750 751 self._signature_rights = signature_rights 752 753 @property 754 def signature_type(self): 755 """Gets the signature_type of this AccountSignature. # noqa: E501 756 757 # noqa: E501 758 759 :return: The signature_type of this AccountSignature. # noqa: E501 760 :rtype: str 761 """ 762 return self._signature_type 763 764 @signature_type.setter 765 def signature_type(self, signature_type): 766 """Sets the signature_type of this AccountSignature. 767 768 # noqa: E501 769 770 :param signature_type: The signature_type of this AccountSignature. # noqa: E501 771 :type: str 772 """ 773 774 self._signature_type = signature_type 775 776 @property 777 def signature_users(self): 778 """Gets the signature_users of this AccountSignature. # noqa: E501 779 780 # noqa: E501 781 782 :return: The signature_users of this AccountSignature. # noqa: E501 783 :rtype: list[SignatureUser] 784 """ 785 return self._signature_users 786 787 @signature_users.setter 788 def signature_users(self, signature_users): 789 """Sets the signature_users of this AccountSignature. 790 791 # noqa: E501 792 793 :param signature_users: The signature_users of this AccountSignature. # noqa: E501 794 :type: list[SignatureUser] 795 """ 796 797 self._signature_users = signature_users 798 799 @property 800 def stamp_format(self): 801 """Gets the stamp_format of this AccountSignature. # noqa: E501 802 803 # noqa: E501 804 805 :return: The stamp_format of this AccountSignature. # noqa: E501 806 :rtype: str 807 """ 808 return self._stamp_format 809 810 @stamp_format.setter 811 def stamp_format(self, stamp_format): 812 """Sets the stamp_format of this AccountSignature. 813 814 # noqa: E501 815 816 :param stamp_format: The stamp_format of this AccountSignature. # noqa: E501 817 :type: str 818 """ 819 820 self._stamp_format = stamp_format 821 822 @property 823 def stamp_image_uri(self): 824 """Gets the stamp_image_uri of this AccountSignature. # noqa: E501 825 826 # noqa: E501 827 828 :return: The stamp_image_uri of this AccountSignature. # noqa: E501 829 :rtype: str 830 """ 831 return self._stamp_image_uri 832 833 @stamp_image_uri.setter 834 def stamp_image_uri(self, stamp_image_uri): 835 """Sets the stamp_image_uri of this AccountSignature. 836 837 # noqa: E501 838 839 :param stamp_image_uri: The stamp_image_uri of this AccountSignature. # noqa: E501 840 :type: str 841 """ 842 843 self._stamp_image_uri = stamp_image_uri 844 845 @property 846 def stamp_size_mm(self): 847 """Gets the stamp_size_mm of this AccountSignature. # noqa: E501 848 849 # noqa: E501 850 851 :return: The stamp_size_mm of this AccountSignature. # noqa: E501 852 :rtype: str 853 """ 854 return self._stamp_size_mm 855 856 @stamp_size_mm.setter 857 def stamp_size_mm(self, stamp_size_mm): 858 """Sets the stamp_size_mm of this AccountSignature. 859 860 # noqa: E501 861 862 :param stamp_size_mm: The stamp_size_mm of this AccountSignature. # noqa: E501 863 :type: str 864 """ 865 866 self._stamp_size_mm = stamp_size_mm 867 868 @property 869 def stamp_type(self): 870 """Gets the stamp_type of this AccountSignature. # noqa: E501 871 872 # noqa: E501 873 874 :return: The stamp_type of this AccountSignature. # noqa: E501 875 :rtype: str 876 """ 877 return self._stamp_type 878 879 @stamp_type.setter 880 def stamp_type(self, stamp_type): 881 """Sets the stamp_type of this AccountSignature. 882 883 # noqa: E501 884 885 :param stamp_type: The stamp_type of this AccountSignature. # noqa: E501 886 :type: str 887 """ 888 889 self._stamp_type = stamp_type 890 891 @property 892 def status(self): 893 """Gets the status of this AccountSignature. # noqa: E501 894 895 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 896 897 :return: The status of this AccountSignature. # noqa: E501 898 :rtype: str 899 """ 900 return self._status 901 902 @status.setter 903 def status(self, status): 904 """Sets the status of this AccountSignature. 905 906 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 907 908 :param status: The status of this AccountSignature. # noqa: E501 909 :type: str 910 """ 911 912 self._status = status 913 914 def to_dict(self): 915 """Returns the model properties as a dict""" 916 result = {} 917 918 for attr, _ in six.iteritems(self.swagger_types): 919 value = getattr(self, attr) 920 if isinstance(value, list): 921 result[attr] = list(map( 922 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 923 value 924 )) 925 elif hasattr(value, "to_dict"): 926 result[attr] = value.to_dict() 927 elif isinstance(value, dict): 928 result[attr] = dict(map( 929 lambda item: (item[0], item[1].to_dict()) 930 if hasattr(item[1], "to_dict") else item, 931 value.items() 932 )) 933 else: 934 result[attr] = value 935 if issubclass(AccountSignature, dict): 936 for key, value in self.items(): 937 result[key] = value 938 939 return result 940 941 def to_str(self): 942 """Returns the string representation of the model""" 943 return pprint.pformat(self.to_dict()) 944 945 def __repr__(self): 946 """For `print` and `pprint`""" 947 return self.to_str() 948 949 def __eq__(self, other): 950 """Returns true if both objects are equal""" 951 if not isinstance(other, AccountSignature): 952 return False 953 954 return self.to_dict() == other.to_dict() 955 956 def __ne__(self, other): 957 """Returns true if both objects are not equal""" 958 if not isinstance(other, AccountSignature): 959 return True 960 961 return self.to_dict() != other.to_dict()
23class AccountSignature(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 'adopted_date_time': 'str', 38 'created_date_time': 'str', 39 'custom_field': 'str', 40 'date_stamp_properties': 'DateStampProperties', 41 'disallow_user_resize_stamp': 'str', 42 'error_details': 'ErrorDetails', 43 'external_id': 'str', 44 'image_base64': 'str', 45 'image_type': 'str', 46 'initials150_image_id': 'str', 47 'initials_image_uri': 'str', 48 'is_default': 'str', 49 'last_modified_date_time': 'str', 50 'nrds_id': 'str', 51 'nrds_last_name': 'str', 52 'nrds_status': 'str', 53 'phonetic_name': 'str', 54 'signature150_image_id': 'str', 55 'signature_font': 'str', 56 'signature_groups': 'list[SignatureGroup]', 57 'signature_id': 'str', 58 'signature_image_uri': 'str', 59 'signature_initials': 'str', 60 'signature_name': 'str', 61 'signature_rights': 'str', 62 'signature_type': 'str', 63 'signature_users': 'list[SignatureUser]', 64 'stamp_format': 'str', 65 'stamp_image_uri': 'str', 66 'stamp_size_mm': 'str', 67 'stamp_type': 'str', 68 'status': 'str' 69 } 70 71 attribute_map = { 72 'adopted_date_time': 'adoptedDateTime', 73 'created_date_time': 'createdDateTime', 74 'custom_field': 'customField', 75 'date_stamp_properties': 'dateStampProperties', 76 'disallow_user_resize_stamp': 'disallowUserResizeStamp', 77 'error_details': 'errorDetails', 78 'external_id': 'externalID', 79 'image_base64': 'imageBase64', 80 'image_type': 'imageType', 81 'initials150_image_id': 'initials150ImageId', 82 'initials_image_uri': 'initialsImageUri', 83 'is_default': 'isDefault', 84 'last_modified_date_time': 'lastModifiedDateTime', 85 'nrds_id': 'nrdsId', 86 'nrds_last_name': 'nrdsLastName', 87 'nrds_status': 'nrdsStatus', 88 'phonetic_name': 'phoneticName', 89 'signature150_image_id': 'signature150ImageId', 90 'signature_font': 'signatureFont', 91 'signature_groups': 'signatureGroups', 92 'signature_id': 'signatureId', 93 'signature_image_uri': 'signatureImageUri', 94 'signature_initials': 'signatureInitials', 95 'signature_name': 'signatureName', 96 'signature_rights': 'signatureRights', 97 'signature_type': 'signatureType', 98 'signature_users': 'signatureUsers', 99 'stamp_format': 'stampFormat', 100 'stamp_image_uri': 'stampImageUri', 101 'stamp_size_mm': 'stampSizeMM', 102 'stamp_type': 'stampType', 103 'status': 'status' 104 } 105 106 def __init__(self, _configuration=None, **kwargs): # noqa: E501 107 """AccountSignature - a model defined in Swagger""" # noqa: E501 108 if _configuration is None: 109 _configuration = Configuration() 110 self._configuration = _configuration 111 112 self._adopted_date_time = None 113 self._created_date_time = None 114 self._custom_field = None 115 self._date_stamp_properties = None 116 self._disallow_user_resize_stamp = None 117 self._error_details = None 118 self._external_id = None 119 self._image_base64 = None 120 self._image_type = None 121 self._initials150_image_id = None 122 self._initials_image_uri = None 123 self._is_default = None 124 self._last_modified_date_time = None 125 self._nrds_id = None 126 self._nrds_last_name = None 127 self._nrds_status = None 128 self._phonetic_name = None 129 self._signature150_image_id = None 130 self._signature_font = None 131 self._signature_groups = None 132 self._signature_id = None 133 self._signature_image_uri = None 134 self._signature_initials = None 135 self._signature_name = None 136 self._signature_rights = None 137 self._signature_type = None 138 self._signature_users = None 139 self._stamp_format = None 140 self._stamp_image_uri = None 141 self._stamp_size_mm = None 142 self._stamp_type = None 143 self._status = None 144 self.discriminator = None 145 146 setattr(self, "_{}".format('adopted_date_time'), kwargs.get('adopted_date_time', None)) 147 setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None)) 148 setattr(self, "_{}".format('custom_field'), kwargs.get('custom_field', None)) 149 setattr(self, "_{}".format('date_stamp_properties'), kwargs.get('date_stamp_properties', None)) 150 setattr(self, "_{}".format('disallow_user_resize_stamp'), kwargs.get('disallow_user_resize_stamp', None)) 151 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 152 setattr(self, "_{}".format('external_id'), kwargs.get('external_id', None)) 153 setattr(self, "_{}".format('image_base64'), kwargs.get('image_base64', None)) 154 setattr(self, "_{}".format('image_type'), kwargs.get('image_type', None)) 155 setattr(self, "_{}".format('initials150_image_id'), kwargs.get('initials150_image_id', None)) 156 setattr(self, "_{}".format('initials_image_uri'), kwargs.get('initials_image_uri', None)) 157 setattr(self, "_{}".format('is_default'), kwargs.get('is_default', None)) 158 setattr(self, "_{}".format('last_modified_date_time'), kwargs.get('last_modified_date_time', None)) 159 setattr(self, "_{}".format('nrds_id'), kwargs.get('nrds_id', None)) 160 setattr(self, "_{}".format('nrds_last_name'), kwargs.get('nrds_last_name', None)) 161 setattr(self, "_{}".format('nrds_status'), kwargs.get('nrds_status', None)) 162 setattr(self, "_{}".format('phonetic_name'), kwargs.get('phonetic_name', None)) 163 setattr(self, "_{}".format('signature150_image_id'), kwargs.get('signature150_image_id', None)) 164 setattr(self, "_{}".format('signature_font'), kwargs.get('signature_font', None)) 165 setattr(self, "_{}".format('signature_groups'), kwargs.get('signature_groups', None)) 166 setattr(self, "_{}".format('signature_id'), kwargs.get('signature_id', None)) 167 setattr(self, "_{}".format('signature_image_uri'), kwargs.get('signature_image_uri', None)) 168 setattr(self, "_{}".format('signature_initials'), kwargs.get('signature_initials', None)) 169 setattr(self, "_{}".format('signature_name'), kwargs.get('signature_name', None)) 170 setattr(self, "_{}".format('signature_rights'), kwargs.get('signature_rights', None)) 171 setattr(self, "_{}".format('signature_type'), kwargs.get('signature_type', None)) 172 setattr(self, "_{}".format('signature_users'), kwargs.get('signature_users', None)) 173 setattr(self, "_{}".format('stamp_format'), kwargs.get('stamp_format', None)) 174 setattr(self, "_{}".format('stamp_image_uri'), kwargs.get('stamp_image_uri', None)) 175 setattr(self, "_{}".format('stamp_size_mm'), kwargs.get('stamp_size_mm', None)) 176 setattr(self, "_{}".format('stamp_type'), kwargs.get('stamp_type', None)) 177 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 178 179 @property 180 def adopted_date_time(self): 181 """Gets the adopted_date_time of this AccountSignature. # noqa: E501 182 183 # noqa: E501 184 185 :return: The adopted_date_time of this AccountSignature. # noqa: E501 186 :rtype: str 187 """ 188 return self._adopted_date_time 189 190 @adopted_date_time.setter 191 def adopted_date_time(self, adopted_date_time): 192 """Sets the adopted_date_time of this AccountSignature. 193 194 # noqa: E501 195 196 :param adopted_date_time: The adopted_date_time of this AccountSignature. # noqa: E501 197 :type: str 198 """ 199 200 self._adopted_date_time = adopted_date_time 201 202 @property 203 def created_date_time(self): 204 """Gets the created_date_time of this AccountSignature. # noqa: E501 205 206 Indicates the date and time the item was created. # noqa: E501 207 208 :return: The created_date_time of this AccountSignature. # noqa: E501 209 :rtype: str 210 """ 211 return self._created_date_time 212 213 @created_date_time.setter 214 def created_date_time(self, created_date_time): 215 """Sets the created_date_time of this AccountSignature. 216 217 Indicates the date and time the item was created. # noqa: E501 218 219 :param created_date_time: The created_date_time of this AccountSignature. # noqa: E501 220 :type: str 221 """ 222 223 self._created_date_time = created_date_time 224 225 @property 226 def custom_field(self): 227 """Gets the custom_field of this AccountSignature. # noqa: E501 228 229 # noqa: E501 230 231 :return: The custom_field of this AccountSignature. # noqa: E501 232 :rtype: str 233 """ 234 return self._custom_field 235 236 @custom_field.setter 237 def custom_field(self, custom_field): 238 """Sets the custom_field of this AccountSignature. 239 240 # noqa: E501 241 242 :param custom_field: The custom_field of this AccountSignature. # noqa: E501 243 :type: str 244 """ 245 246 self._custom_field = custom_field 247 248 @property 249 def date_stamp_properties(self): 250 """Gets the date_stamp_properties of this AccountSignature. # noqa: E501 251 252 Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle. # noqa: E501 253 254 :return: The date_stamp_properties of this AccountSignature. # noqa: E501 255 :rtype: DateStampProperties 256 """ 257 return self._date_stamp_properties 258 259 @date_stamp_properties.setter 260 def date_stamp_properties(self, date_stamp_properties): 261 """Sets the date_stamp_properties of this AccountSignature. 262 263 Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle. # noqa: E501 264 265 :param date_stamp_properties: The date_stamp_properties of this AccountSignature. # noqa: E501 266 :type: DateStampProperties 267 """ 268 269 self._date_stamp_properties = date_stamp_properties 270 271 @property 272 def disallow_user_resize_stamp(self): 273 """Gets the disallow_user_resize_stamp of this AccountSignature. # noqa: E501 274 275 # noqa: E501 276 277 :return: The disallow_user_resize_stamp of this AccountSignature. # noqa: E501 278 :rtype: str 279 """ 280 return self._disallow_user_resize_stamp 281 282 @disallow_user_resize_stamp.setter 283 def disallow_user_resize_stamp(self, disallow_user_resize_stamp): 284 """Sets the disallow_user_resize_stamp of this AccountSignature. 285 286 # noqa: E501 287 288 :param disallow_user_resize_stamp: The disallow_user_resize_stamp of this AccountSignature. # noqa: E501 289 :type: str 290 """ 291 292 self._disallow_user_resize_stamp = disallow_user_resize_stamp 293 294 @property 295 def error_details(self): 296 """Gets the error_details of this AccountSignature. # noqa: E501 297 298 Array or errors. # noqa: E501 299 300 :return: The error_details of this AccountSignature. # noqa: E501 301 :rtype: ErrorDetails 302 """ 303 return self._error_details 304 305 @error_details.setter 306 def error_details(self, error_details): 307 """Sets the error_details of this AccountSignature. 308 309 Array or errors. # noqa: E501 310 311 :param error_details: The error_details of this AccountSignature. # noqa: E501 312 :type: ErrorDetails 313 """ 314 315 self._error_details = error_details 316 317 @property 318 def external_id(self): 319 """Gets the external_id of this AccountSignature. # noqa: E501 320 321 # noqa: E501 322 323 :return: The external_id of this AccountSignature. # noqa: E501 324 :rtype: str 325 """ 326 return self._external_id 327 328 @external_id.setter 329 def external_id(self, external_id): 330 """Sets the external_id of this AccountSignature. 331 332 # noqa: E501 333 334 :param external_id: The external_id of this AccountSignature. # noqa: E501 335 :type: str 336 """ 337 338 self._external_id = external_id 339 340 @property 341 def image_base64(self): 342 """Gets the image_base64 of this AccountSignature. # noqa: E501 343 344 # noqa: E501 345 346 :return: The image_base64 of this AccountSignature. # noqa: E501 347 :rtype: str 348 """ 349 return self._image_base64 350 351 @image_base64.setter 352 def image_base64(self, image_base64): 353 """Sets the image_base64 of this AccountSignature. 354 355 # noqa: E501 356 357 :param image_base64: The image_base64 of this AccountSignature. # noqa: E501 358 :type: str 359 """ 360 361 self._image_base64 = image_base64 362 363 @property 364 def image_type(self): 365 """Gets the image_type of this AccountSignature. # noqa: E501 366 367 # noqa: E501 368 369 :return: The image_type of this AccountSignature. # noqa: E501 370 :rtype: str 371 """ 372 return self._image_type 373 374 @image_type.setter 375 def image_type(self, image_type): 376 """Sets the image_type of this AccountSignature. 377 378 # noqa: E501 379 380 :param image_type: The image_type of this AccountSignature. # noqa: E501 381 :type: str 382 """ 383 384 self._image_type = image_type 385 386 @property 387 def initials150_image_id(self): 388 """Gets the initials150_image_id of this AccountSignature. # noqa: E501 389 390 # noqa: E501 391 392 :return: The initials150_image_id of this AccountSignature. # noqa: E501 393 :rtype: str 394 """ 395 return self._initials150_image_id 396 397 @initials150_image_id.setter 398 def initials150_image_id(self, initials150_image_id): 399 """Sets the initials150_image_id of this AccountSignature. 400 401 # noqa: E501 402 403 :param initials150_image_id: The initials150_image_id of this AccountSignature. # noqa: E501 404 :type: str 405 """ 406 407 self._initials150_image_id = initials150_image_id 408 409 @property 410 def initials_image_uri(self): 411 """Gets the initials_image_uri of this AccountSignature. # noqa: E501 412 413 Contains the URI for an endpoint that you can use to retrieve the initials image. # noqa: E501 414 415 :return: The initials_image_uri of this AccountSignature. # noqa: E501 416 :rtype: str 417 """ 418 return self._initials_image_uri 419 420 @initials_image_uri.setter 421 def initials_image_uri(self, initials_image_uri): 422 """Sets the initials_image_uri of this AccountSignature. 423 424 Contains the URI for an endpoint that you can use to retrieve the initials image. # noqa: E501 425 426 :param initials_image_uri: The initials_image_uri of this AccountSignature. # noqa: E501 427 :type: str 428 """ 429 430 self._initials_image_uri = initials_image_uri 431 432 @property 433 def is_default(self): 434 """Gets the is_default of this AccountSignature. # noqa: E501 435 436 # noqa: E501 437 438 :return: The is_default of this AccountSignature. # noqa: E501 439 :rtype: str 440 """ 441 return self._is_default 442 443 @is_default.setter 444 def is_default(self, is_default): 445 """Sets the is_default of this AccountSignature. 446 447 # noqa: E501 448 449 :param is_default: The is_default of this AccountSignature. # noqa: E501 450 :type: str 451 """ 452 453 self._is_default = is_default 454 455 @property 456 def last_modified_date_time(self): 457 """Gets the last_modified_date_time of this AccountSignature. # noqa: E501 458 459 The date and time the item was last modified. # noqa: E501 460 461 :return: The last_modified_date_time of this AccountSignature. # noqa: E501 462 :rtype: str 463 """ 464 return self._last_modified_date_time 465 466 @last_modified_date_time.setter 467 def last_modified_date_time(self, last_modified_date_time): 468 """Sets the last_modified_date_time of this AccountSignature. 469 470 The date and time the item was last modified. # noqa: E501 471 472 :param last_modified_date_time: The last_modified_date_time of this AccountSignature. # noqa: E501 473 :type: str 474 """ 475 476 self._last_modified_date_time = last_modified_date_time 477 478 @property 479 def nrds_id(self): 480 """Gets the nrds_id of this AccountSignature. # noqa: E501 481 482 # noqa: E501 483 484 :return: The nrds_id of this AccountSignature. # noqa: E501 485 :rtype: str 486 """ 487 return self._nrds_id 488 489 @nrds_id.setter 490 def nrds_id(self, nrds_id): 491 """Sets the nrds_id of this AccountSignature. 492 493 # noqa: E501 494 495 :param nrds_id: The nrds_id of this AccountSignature. # noqa: E501 496 :type: str 497 """ 498 499 self._nrds_id = nrds_id 500 501 @property 502 def nrds_last_name(self): 503 """Gets the nrds_last_name of this AccountSignature. # noqa: E501 504 505 # noqa: E501 506 507 :return: The nrds_last_name of this AccountSignature. # noqa: E501 508 :rtype: str 509 """ 510 return self._nrds_last_name 511 512 @nrds_last_name.setter 513 def nrds_last_name(self, nrds_last_name): 514 """Sets the nrds_last_name of this AccountSignature. 515 516 # noqa: E501 517 518 :param nrds_last_name: The nrds_last_name of this AccountSignature. # noqa: E501 519 :type: str 520 """ 521 522 self._nrds_last_name = nrds_last_name 523 524 @property 525 def nrds_status(self): 526 """Gets the nrds_status of this AccountSignature. # noqa: E501 527 528 # noqa: E501 529 530 :return: The nrds_status of this AccountSignature. # noqa: E501 531 :rtype: str 532 """ 533 return self._nrds_status 534 535 @nrds_status.setter 536 def nrds_status(self, nrds_status): 537 """Sets the nrds_status of this AccountSignature. 538 539 # noqa: E501 540 541 :param nrds_status: The nrds_status of this AccountSignature. # noqa: E501 542 :type: str 543 """ 544 545 self._nrds_status = nrds_status 546 547 @property 548 def phonetic_name(self): 549 """Gets the phonetic_name of this AccountSignature. # noqa: E501 550 551 # noqa: E501 552 553 :return: The phonetic_name of this AccountSignature. # noqa: E501 554 :rtype: str 555 """ 556 return self._phonetic_name 557 558 @phonetic_name.setter 559 def phonetic_name(self, phonetic_name): 560 """Sets the phonetic_name of this AccountSignature. 561 562 # noqa: E501 563 564 :param phonetic_name: The phonetic_name of this AccountSignature. # noqa: E501 565 :type: str 566 """ 567 568 self._phonetic_name = phonetic_name 569 570 @property 571 def signature150_image_id(self): 572 """Gets the signature150_image_id of this AccountSignature. # noqa: E501 573 574 # noqa: E501 575 576 :return: The signature150_image_id of this AccountSignature. # noqa: E501 577 :rtype: str 578 """ 579 return self._signature150_image_id 580 581 @signature150_image_id.setter 582 def signature150_image_id(self, signature150_image_id): 583 """Sets the signature150_image_id of this AccountSignature. 584 585 # noqa: E501 586 587 :param signature150_image_id: The signature150_image_id of this AccountSignature. # noqa: E501 588 :type: str 589 """ 590 591 self._signature150_image_id = signature150_image_id 592 593 @property 594 def signature_font(self): 595 """Gets the signature_font of this AccountSignature. # noqa: E501 596 597 # noqa: E501 598 599 :return: The signature_font of this AccountSignature. # noqa: E501 600 :rtype: str 601 """ 602 return self._signature_font 603 604 @signature_font.setter 605 def signature_font(self, signature_font): 606 """Sets the signature_font of this AccountSignature. 607 608 # noqa: E501 609 610 :param signature_font: The signature_font of this AccountSignature. # noqa: E501 611 :type: str 612 """ 613 614 self._signature_font = signature_font 615 616 @property 617 def signature_groups(self): 618 """Gets the signature_groups of this AccountSignature. # noqa: E501 619 620 # noqa: E501 621 622 :return: The signature_groups of this AccountSignature. # noqa: E501 623 :rtype: list[SignatureGroup] 624 """ 625 return self._signature_groups 626 627 @signature_groups.setter 628 def signature_groups(self, signature_groups): 629 """Sets the signature_groups of this AccountSignature. 630 631 # noqa: E501 632 633 :param signature_groups: The signature_groups of this AccountSignature. # noqa: E501 634 :type: list[SignatureGroup] 635 """ 636 637 self._signature_groups = signature_groups 638 639 @property 640 def signature_id(self): 641 """Gets the signature_id of this AccountSignature. # noqa: E501 642 643 Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. # noqa: E501 644 645 :return: The signature_id of this AccountSignature. # noqa: E501 646 :rtype: str 647 """ 648 return self._signature_id 649 650 @signature_id.setter 651 def signature_id(self, signature_id): 652 """Sets the signature_id of this AccountSignature. 653 654 Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as \"&\", \"<\", \">\") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. # noqa: E501 655 656 :param signature_id: The signature_id of this AccountSignature. # noqa: E501 657 :type: str 658 """ 659 660 self._signature_id = signature_id 661 662 @property 663 def signature_image_uri(self): 664 """Gets the signature_image_uri of this AccountSignature. # noqa: E501 665 666 Contains the URI for an endpoint that you can use to retrieve the signature image. # noqa: E501 667 668 :return: The signature_image_uri of this AccountSignature. # noqa: E501 669 :rtype: str 670 """ 671 return self._signature_image_uri 672 673 @signature_image_uri.setter 674 def signature_image_uri(self, signature_image_uri): 675 """Sets the signature_image_uri of this AccountSignature. 676 677 Contains the URI for an endpoint that you can use to retrieve the signature image. # noqa: E501 678 679 :param signature_image_uri: The signature_image_uri of this AccountSignature. # noqa: E501 680 :type: str 681 """ 682 683 self._signature_image_uri = signature_image_uri 684 685 @property 686 def signature_initials(self): 687 """Gets the signature_initials of this AccountSignature. # noqa: E501 688 689 # noqa: E501 690 691 :return: The signature_initials of this AccountSignature. # noqa: E501 692 :rtype: str 693 """ 694 return self._signature_initials 695 696 @signature_initials.setter 697 def signature_initials(self, signature_initials): 698 """Sets the signature_initials of this AccountSignature. 699 700 # noqa: E501 701 702 :param signature_initials: The signature_initials of this AccountSignature. # noqa: E501 703 :type: str 704 """ 705 706 self._signature_initials = signature_initials 707 708 @property 709 def signature_name(self): 710 """Gets the signature_name of this AccountSignature. # noqa: E501 711 712 Specifies the user signature name. # noqa: E501 713 714 :return: The signature_name of this AccountSignature. # noqa: E501 715 :rtype: str 716 """ 717 return self._signature_name 718 719 @signature_name.setter 720 def signature_name(self, signature_name): 721 """Sets the signature_name of this AccountSignature. 722 723 Specifies the user signature name. # noqa: E501 724 725 :param signature_name: The signature_name of this AccountSignature. # noqa: E501 726 :type: str 727 """ 728 729 self._signature_name = signature_name 730 731 @property 732 def signature_rights(self): 733 """Gets the signature_rights of this AccountSignature. # noqa: E501 734 735 # noqa: E501 736 737 :return: The signature_rights of this AccountSignature. # noqa: E501 738 :rtype: str 739 """ 740 return self._signature_rights 741 742 @signature_rights.setter 743 def signature_rights(self, signature_rights): 744 """Sets the signature_rights of this AccountSignature. 745 746 # noqa: E501 747 748 :param signature_rights: The signature_rights of this AccountSignature. # noqa: E501 749 :type: str 750 """ 751 752 self._signature_rights = signature_rights 753 754 @property 755 def signature_type(self): 756 """Gets the signature_type of this AccountSignature. # noqa: E501 757 758 # noqa: E501 759 760 :return: The signature_type of this AccountSignature. # noqa: E501 761 :rtype: str 762 """ 763 return self._signature_type 764 765 @signature_type.setter 766 def signature_type(self, signature_type): 767 """Sets the signature_type of this AccountSignature. 768 769 # noqa: E501 770 771 :param signature_type: The signature_type of this AccountSignature. # noqa: E501 772 :type: str 773 """ 774 775 self._signature_type = signature_type 776 777 @property 778 def signature_users(self): 779 """Gets the signature_users of this AccountSignature. # noqa: E501 780 781 # noqa: E501 782 783 :return: The signature_users of this AccountSignature. # noqa: E501 784 :rtype: list[SignatureUser] 785 """ 786 return self._signature_users 787 788 @signature_users.setter 789 def signature_users(self, signature_users): 790 """Sets the signature_users of this AccountSignature. 791 792 # noqa: E501 793 794 :param signature_users: The signature_users of this AccountSignature. # noqa: E501 795 :type: list[SignatureUser] 796 """ 797 798 self._signature_users = signature_users 799 800 @property 801 def stamp_format(self): 802 """Gets the stamp_format of this AccountSignature. # noqa: E501 803 804 # noqa: E501 805 806 :return: The stamp_format of this AccountSignature. # noqa: E501 807 :rtype: str 808 """ 809 return self._stamp_format 810 811 @stamp_format.setter 812 def stamp_format(self, stamp_format): 813 """Sets the stamp_format of this AccountSignature. 814 815 # noqa: E501 816 817 :param stamp_format: The stamp_format of this AccountSignature. # noqa: E501 818 :type: str 819 """ 820 821 self._stamp_format = stamp_format 822 823 @property 824 def stamp_image_uri(self): 825 """Gets the stamp_image_uri of this AccountSignature. # noqa: E501 826 827 # noqa: E501 828 829 :return: The stamp_image_uri of this AccountSignature. # noqa: E501 830 :rtype: str 831 """ 832 return self._stamp_image_uri 833 834 @stamp_image_uri.setter 835 def stamp_image_uri(self, stamp_image_uri): 836 """Sets the stamp_image_uri of this AccountSignature. 837 838 # noqa: E501 839 840 :param stamp_image_uri: The stamp_image_uri of this AccountSignature. # noqa: E501 841 :type: str 842 """ 843 844 self._stamp_image_uri = stamp_image_uri 845 846 @property 847 def stamp_size_mm(self): 848 """Gets the stamp_size_mm of this AccountSignature. # noqa: E501 849 850 # noqa: E501 851 852 :return: The stamp_size_mm of this AccountSignature. # noqa: E501 853 :rtype: str 854 """ 855 return self._stamp_size_mm 856 857 @stamp_size_mm.setter 858 def stamp_size_mm(self, stamp_size_mm): 859 """Sets the stamp_size_mm of this AccountSignature. 860 861 # noqa: E501 862 863 :param stamp_size_mm: The stamp_size_mm of this AccountSignature. # noqa: E501 864 :type: str 865 """ 866 867 self._stamp_size_mm = stamp_size_mm 868 869 @property 870 def stamp_type(self): 871 """Gets the stamp_type of this AccountSignature. # noqa: E501 872 873 # noqa: E501 874 875 :return: The stamp_type of this AccountSignature. # noqa: E501 876 :rtype: str 877 """ 878 return self._stamp_type 879 880 @stamp_type.setter 881 def stamp_type(self, stamp_type): 882 """Sets the stamp_type of this AccountSignature. 883 884 # noqa: E501 885 886 :param stamp_type: The stamp_type of this AccountSignature. # noqa: E501 887 :type: str 888 """ 889 890 self._stamp_type = stamp_type 891 892 @property 893 def status(self): 894 """Gets the status of this AccountSignature. # noqa: E501 895 896 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 897 898 :return: The status of this AccountSignature. # noqa: E501 899 :rtype: str 900 """ 901 return self._status 902 903 @status.setter 904 def status(self, status): 905 """Sets the status of this AccountSignature. 906 907 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 908 909 :param status: The status of this AccountSignature. # noqa: E501 910 :type: str 911 """ 912 913 self._status = status 914 915 def to_dict(self): 916 """Returns the model properties as a dict""" 917 result = {} 918 919 for attr, _ in six.iteritems(self.swagger_types): 920 value = getattr(self, attr) 921 if isinstance(value, list): 922 result[attr] = list(map( 923 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 924 value 925 )) 926 elif hasattr(value, "to_dict"): 927 result[attr] = value.to_dict() 928 elif isinstance(value, dict): 929 result[attr] = dict(map( 930 lambda item: (item[0], item[1].to_dict()) 931 if hasattr(item[1], "to_dict") else item, 932 value.items() 933 )) 934 else: 935 result[attr] = value 936 if issubclass(AccountSignature, dict): 937 for key, value in self.items(): 938 result[key] = value 939 940 return result 941 942 def to_str(self): 943 """Returns the string representation of the model""" 944 return pprint.pformat(self.to_dict()) 945 946 def __repr__(self): 947 """For `print` and `pprint`""" 948 return self.to_str() 949 950 def __eq__(self, other): 951 """Returns true if both objects are equal""" 952 if not isinstance(other, AccountSignature): 953 return False 954 955 return self.to_dict() == other.to_dict() 956 957 def __ne__(self, other): 958 """Returns true if both objects are not equal""" 959 if not isinstance(other, AccountSignature): 960 return True 961 962 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.
106 def __init__(self, _configuration=None, **kwargs): # noqa: E501 107 """AccountSignature - a model defined in Swagger""" # noqa: E501 108 if _configuration is None: 109 _configuration = Configuration() 110 self._configuration = _configuration 111 112 self._adopted_date_time = None 113 self._created_date_time = None 114 self._custom_field = None 115 self._date_stamp_properties = None 116 self._disallow_user_resize_stamp = None 117 self._error_details = None 118 self._external_id = None 119 self._image_base64 = None 120 self._image_type = None 121 self._initials150_image_id = None 122 self._initials_image_uri = None 123 self._is_default = None 124 self._last_modified_date_time = None 125 self._nrds_id = None 126 self._nrds_last_name = None 127 self._nrds_status = None 128 self._phonetic_name = None 129 self._signature150_image_id = None 130 self._signature_font = None 131 self._signature_groups = None 132 self._signature_id = None 133 self._signature_image_uri = None 134 self._signature_initials = None 135 self._signature_name = None 136 self._signature_rights = None 137 self._signature_type = None 138 self._signature_users = None 139 self._stamp_format = None 140 self._stamp_image_uri = None 141 self._stamp_size_mm = None 142 self._stamp_type = None 143 self._status = None 144 self.discriminator = None 145 146 setattr(self, "_{}".format('adopted_date_time'), kwargs.get('adopted_date_time', None)) 147 setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None)) 148 setattr(self, "_{}".format('custom_field'), kwargs.get('custom_field', None)) 149 setattr(self, "_{}".format('date_stamp_properties'), kwargs.get('date_stamp_properties', None)) 150 setattr(self, "_{}".format('disallow_user_resize_stamp'), kwargs.get('disallow_user_resize_stamp', None)) 151 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 152 setattr(self, "_{}".format('external_id'), kwargs.get('external_id', None)) 153 setattr(self, "_{}".format('image_base64'), kwargs.get('image_base64', None)) 154 setattr(self, "_{}".format('image_type'), kwargs.get('image_type', None)) 155 setattr(self, "_{}".format('initials150_image_id'), kwargs.get('initials150_image_id', None)) 156 setattr(self, "_{}".format('initials_image_uri'), kwargs.get('initials_image_uri', None)) 157 setattr(self, "_{}".format('is_default'), kwargs.get('is_default', None)) 158 setattr(self, "_{}".format('last_modified_date_time'), kwargs.get('last_modified_date_time', None)) 159 setattr(self, "_{}".format('nrds_id'), kwargs.get('nrds_id', None)) 160 setattr(self, "_{}".format('nrds_last_name'), kwargs.get('nrds_last_name', None)) 161 setattr(self, "_{}".format('nrds_status'), kwargs.get('nrds_status', None)) 162 setattr(self, "_{}".format('phonetic_name'), kwargs.get('phonetic_name', None)) 163 setattr(self, "_{}".format('signature150_image_id'), kwargs.get('signature150_image_id', None)) 164 setattr(self, "_{}".format('signature_font'), kwargs.get('signature_font', None)) 165 setattr(self, "_{}".format('signature_groups'), kwargs.get('signature_groups', None)) 166 setattr(self, "_{}".format('signature_id'), kwargs.get('signature_id', None)) 167 setattr(self, "_{}".format('signature_image_uri'), kwargs.get('signature_image_uri', None)) 168 setattr(self, "_{}".format('signature_initials'), kwargs.get('signature_initials', None)) 169 setattr(self, "_{}".format('signature_name'), kwargs.get('signature_name', None)) 170 setattr(self, "_{}".format('signature_rights'), kwargs.get('signature_rights', None)) 171 setattr(self, "_{}".format('signature_type'), kwargs.get('signature_type', None)) 172 setattr(self, "_{}".format('signature_users'), kwargs.get('signature_users', None)) 173 setattr(self, "_{}".format('stamp_format'), kwargs.get('stamp_format', None)) 174 setattr(self, "_{}".format('stamp_image_uri'), kwargs.get('stamp_image_uri', None)) 175 setattr(self, "_{}".format('stamp_size_mm'), kwargs.get('stamp_size_mm', None)) 176 setattr(self, "_{}".format('stamp_type'), kwargs.get('stamp_type', None)) 177 setattr(self, "_{}".format('status'), kwargs.get('status', None))
AccountSignature - a model defined in Swagger
Gets the adopted_date_time of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The adopted_date_time of this AccountSignature. # noqa: E501
Gets the created_date_time of this AccountSignature. # noqa: E501
Indicates the date and time the item was created. # noqa: E501
Returns
The created_date_time of this AccountSignature. # noqa: E501
Gets the custom_field of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The custom_field of this AccountSignature. # noqa: E501
Gets the date_stamp_properties of this AccountSignature. # noqa: E501
Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - DateAreaX
: The X axis position of the top-left corner. - DateAreaY
: The Y axis position of the top-left corner. - DateAreaWidth
: The width of the rectangle. - DateAreaHeight
: The height of the rectangle. # noqa: E501
Returns
The date_stamp_properties of this AccountSignature. # noqa: E501
Gets the disallow_user_resize_stamp of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The disallow_user_resize_stamp of this AccountSignature. # noqa: E501
Gets the error_details of this AccountSignature. # noqa: E501
Array or errors. # noqa: E501
Returns
The error_details of this AccountSignature. # noqa: E501
Gets the external_id of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The external_id of this AccountSignature. # noqa: E501
Gets the image_base64 of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The image_base64 of this AccountSignature. # noqa: E501
Gets the image_type of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The image_type of this AccountSignature. # noqa: E501
Gets the initials150_image_id of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The initials150_image_id of this AccountSignature. # noqa: E501
Gets the initials_image_uri of this AccountSignature. # noqa: E501
Contains the URI for an endpoint that you can use to retrieve the initials image. # noqa: E501
Returns
The initials_image_uri of this AccountSignature. # noqa: E501
Gets the is_default of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The is_default of this AccountSignature. # noqa: E501
Gets the last_modified_date_time of this AccountSignature. # noqa: E501
The date and time the item was last modified. # noqa: E501
Returns
The last_modified_date_time of this AccountSignature. # noqa: E501
Gets the nrds_id of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The nrds_id of this AccountSignature. # noqa: E501
Gets the nrds_last_name of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The nrds_last_name of this AccountSignature. # noqa: E501
Gets the nrds_status of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The nrds_status of this AccountSignature. # noqa: E501
Gets the phonetic_name of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The phonetic_name of this AccountSignature. # noqa: E501
Gets the signature150_image_id of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The signature150_image_id of this AccountSignature. # noqa: E501
Gets the signature_font of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The signature_font of this AccountSignature. # noqa: E501
Gets the signature_groups of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The signature_groups of this AccountSignature. # noqa: E501
Gets the signature_id of this AccountSignature. # noqa: E501
Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the signatureName
property in the body is used. This allows the use of special characters (such as "&", "<", ">") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. # noqa: E501
Returns
The signature_id of this AccountSignature. # noqa: E501
Gets the signature_image_uri of this AccountSignature. # noqa: E501
Contains the URI for an endpoint that you can use to retrieve the signature image. # noqa: E501
Returns
The signature_image_uri of this AccountSignature. # noqa: E501
Gets the signature_initials of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The signature_initials of this AccountSignature. # noqa: E501
Gets the signature_name of this AccountSignature. # noqa: E501
Specifies the user signature name. # noqa: E501
Returns
The signature_name of this AccountSignature. # noqa: E501
Gets the signature_rights of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The signature_rights of this AccountSignature. # noqa: E501
Gets the signature_type of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The signature_type of this AccountSignature. # noqa: E501
Gets the signature_users of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The signature_users of this AccountSignature. # noqa: E501
Gets the stamp_format of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The stamp_format of this AccountSignature. # noqa: E501
Gets the stamp_image_uri of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The stamp_image_uri of this AccountSignature. # noqa: E501
Gets the stamp_size_mm of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The stamp_size_mm of this AccountSignature. # noqa: E501
Gets the stamp_type of this AccountSignature. # noqa: E501
# noqa: E501
Returns
The stamp_type of this AccountSignature. # noqa: E501
Gets the status of this AccountSignature. # 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 AccountSignature. # noqa: E501
915 def to_dict(self): 916 """Returns the model properties as a dict""" 917 result = {} 918 919 for attr, _ in six.iteritems(self.swagger_types): 920 value = getattr(self, attr) 921 if isinstance(value, list): 922 result[attr] = list(map( 923 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 924 value 925 )) 926 elif hasattr(value, "to_dict"): 927 result[attr] = value.to_dict() 928 elif isinstance(value, dict): 929 result[attr] = dict(map( 930 lambda item: (item[0], item[1].to_dict()) 931 if hasattr(item[1], "to_dict") else item, 932 value.items() 933 )) 934 else: 935 result[attr] = value 936 if issubclass(AccountSignature, dict): 937 for key, value in self.items(): 938 result[key] = value 939 940 return result
Returns the model properties as a dict