docusign_esign.models.account_information
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 AccountInformation(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 'account_id_guid': 'str', 37 'account_name': 'str', 38 'account_settings': 'AccountSettingsInformation', 39 'allow_transaction_rooms': 'str', 40 'billing_period_days_remaining': 'str', 41 'billing_period_end_date': 'str', 42 'billing_period_envelopes_allowed': 'str', 43 'billing_period_envelopes_sent': 'str', 44 'billing_period_start_date': 'str', 45 'billing_profile': 'str', 46 'brands': 'BrandsResponse', 47 'can_upgrade': 'str', 48 'connect_permission': 'str', 49 'created_date': 'str', 50 'currency_code': 'str', 51 'current_plan_id': 'str', 52 'display_appliance_start_url': 'str', 53 'display_appliance_url': 'str', 54 'distributor_code': 'str', 55 'docu_sign_landing_url': 'str', 56 'dss_values': 'dict(str, str)', 57 'envelope_sending_blocked': 'str', 58 'envelope_unit_price': 'str', 59 'external_account_id': 'str', 60 'forgotten_password_questions_count': 'str', 61 'free_envelope_sends_remaining_for_advanced_doc_gen': 'int', 62 'is_downgrade': 'str', 63 'is_free_to_trial_eligible': 'str', 64 'payment_method': 'str', 65 'plan_classification': 'str', 66 'plan_end_date': 'str', 67 'plan_name': 'str', 68 'plan_start_date': 'str', 69 'recipient_domains': 'list[RecipientDomain]', 70 'seats_allowed': 'str', 71 'seats_in_use': 'str', 72 'status21_cfr_part11': 'str', 73 'suspension_date': 'str', 74 'suspension_status': 'str', 75 'use_display_appliance': 'bool' 76 } 77 78 attribute_map = { 79 'account_id_guid': 'accountIdGuid', 80 'account_name': 'accountName', 81 'account_settings': 'accountSettings', 82 'allow_transaction_rooms': 'allowTransactionRooms', 83 'billing_period_days_remaining': 'billingPeriodDaysRemaining', 84 'billing_period_end_date': 'billingPeriodEndDate', 85 'billing_period_envelopes_allowed': 'billingPeriodEnvelopesAllowed', 86 'billing_period_envelopes_sent': 'billingPeriodEnvelopesSent', 87 'billing_period_start_date': 'billingPeriodStartDate', 88 'billing_profile': 'billingProfile', 89 'brands': 'brands', 90 'can_upgrade': 'canUpgrade', 91 'connect_permission': 'connectPermission', 92 'created_date': 'createdDate', 93 'currency_code': 'currencyCode', 94 'current_plan_id': 'currentPlanId', 95 'display_appliance_start_url': 'displayApplianceStartUrl', 96 'display_appliance_url': 'displayApplianceUrl', 97 'distributor_code': 'distributorCode', 98 'docu_sign_landing_url': 'docuSignLandingUrl', 99 'dss_values': 'dssValues', 100 'envelope_sending_blocked': 'envelopeSendingBlocked', 101 'envelope_unit_price': 'envelopeUnitPrice', 102 'external_account_id': 'externalAccountId', 103 'forgotten_password_questions_count': 'forgottenPasswordQuestionsCount', 104 'free_envelope_sends_remaining_for_advanced_doc_gen': 'freeEnvelopeSendsRemainingForAdvancedDocGen', 105 'is_downgrade': 'isDowngrade', 106 'is_free_to_trial_eligible': 'isFreeToTrialEligible', 107 'payment_method': 'paymentMethod', 108 'plan_classification': 'planClassification', 109 'plan_end_date': 'planEndDate', 110 'plan_name': 'planName', 111 'plan_start_date': 'planStartDate', 112 'recipient_domains': 'recipientDomains', 113 'seats_allowed': 'seatsAllowed', 114 'seats_in_use': 'seatsInUse', 115 'status21_cfr_part11': 'status21CFRPart11', 116 'suspension_date': 'suspensionDate', 117 'suspension_status': 'suspensionStatus', 118 'use_display_appliance': 'useDisplayAppliance' 119 } 120 121 def __init__(self, _configuration=None, **kwargs): # noqa: E501 122 """AccountInformation - a model defined in Swagger""" # noqa: E501 123 if _configuration is None: 124 _configuration = Configuration() 125 self._configuration = _configuration 126 127 self._account_id_guid = None 128 self._account_name = None 129 self._account_settings = None 130 self._allow_transaction_rooms = None 131 self._billing_period_days_remaining = None 132 self._billing_period_end_date = None 133 self._billing_period_envelopes_allowed = None 134 self._billing_period_envelopes_sent = None 135 self._billing_period_start_date = None 136 self._billing_profile = None 137 self._brands = None 138 self._can_upgrade = None 139 self._connect_permission = None 140 self._created_date = None 141 self._currency_code = None 142 self._current_plan_id = None 143 self._display_appliance_start_url = None 144 self._display_appliance_url = None 145 self._distributor_code = None 146 self._docu_sign_landing_url = None 147 self._dss_values = None 148 self._envelope_sending_blocked = None 149 self._envelope_unit_price = None 150 self._external_account_id = None 151 self._forgotten_password_questions_count = None 152 self._free_envelope_sends_remaining_for_advanced_doc_gen = None 153 self._is_downgrade = None 154 self._is_free_to_trial_eligible = None 155 self._payment_method = None 156 self._plan_classification = None 157 self._plan_end_date = None 158 self._plan_name = None 159 self._plan_start_date = None 160 self._recipient_domains = None 161 self._seats_allowed = None 162 self._seats_in_use = None 163 self._status21_cfr_part11 = None 164 self._suspension_date = None 165 self._suspension_status = None 166 self._use_display_appliance = None 167 self.discriminator = None 168 169 setattr(self, "_{}".format('account_id_guid'), kwargs.get('account_id_guid', None)) 170 setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None)) 171 setattr(self, "_{}".format('account_settings'), kwargs.get('account_settings', None)) 172 setattr(self, "_{}".format('allow_transaction_rooms'), kwargs.get('allow_transaction_rooms', None)) 173 setattr(self, "_{}".format('billing_period_days_remaining'), kwargs.get('billing_period_days_remaining', None)) 174 setattr(self, "_{}".format('billing_period_end_date'), kwargs.get('billing_period_end_date', None)) 175 setattr(self, "_{}".format('billing_period_envelopes_allowed'), kwargs.get('billing_period_envelopes_allowed', None)) 176 setattr(self, "_{}".format('billing_period_envelopes_sent'), kwargs.get('billing_period_envelopes_sent', None)) 177 setattr(self, "_{}".format('billing_period_start_date'), kwargs.get('billing_period_start_date', None)) 178 setattr(self, "_{}".format('billing_profile'), kwargs.get('billing_profile', None)) 179 setattr(self, "_{}".format('brands'), kwargs.get('brands', None)) 180 setattr(self, "_{}".format('can_upgrade'), kwargs.get('can_upgrade', None)) 181 setattr(self, "_{}".format('connect_permission'), kwargs.get('connect_permission', None)) 182 setattr(self, "_{}".format('created_date'), kwargs.get('created_date', None)) 183 setattr(self, "_{}".format('currency_code'), kwargs.get('currency_code', None)) 184 setattr(self, "_{}".format('current_plan_id'), kwargs.get('current_plan_id', None)) 185 setattr(self, "_{}".format('display_appliance_start_url'), kwargs.get('display_appliance_start_url', None)) 186 setattr(self, "_{}".format('display_appliance_url'), kwargs.get('display_appliance_url', None)) 187 setattr(self, "_{}".format('distributor_code'), kwargs.get('distributor_code', None)) 188 setattr(self, "_{}".format('docu_sign_landing_url'), kwargs.get('docu_sign_landing_url', None)) 189 setattr(self, "_{}".format('dss_values'), kwargs.get('dss_values', None)) 190 setattr(self, "_{}".format('envelope_sending_blocked'), kwargs.get('envelope_sending_blocked', None)) 191 setattr(self, "_{}".format('envelope_unit_price'), kwargs.get('envelope_unit_price', None)) 192 setattr(self, "_{}".format('external_account_id'), kwargs.get('external_account_id', None)) 193 setattr(self, "_{}".format('forgotten_password_questions_count'), kwargs.get('forgotten_password_questions_count', None)) 194 setattr(self, "_{}".format('free_envelope_sends_remaining_for_advanced_doc_gen'), kwargs.get('free_envelope_sends_remaining_for_advanced_doc_gen', None)) 195 setattr(self, "_{}".format('is_downgrade'), kwargs.get('is_downgrade', None)) 196 setattr(self, "_{}".format('is_free_to_trial_eligible'), kwargs.get('is_free_to_trial_eligible', None)) 197 setattr(self, "_{}".format('payment_method'), kwargs.get('payment_method', None)) 198 setattr(self, "_{}".format('plan_classification'), kwargs.get('plan_classification', None)) 199 setattr(self, "_{}".format('plan_end_date'), kwargs.get('plan_end_date', None)) 200 setattr(self, "_{}".format('plan_name'), kwargs.get('plan_name', None)) 201 setattr(self, "_{}".format('plan_start_date'), kwargs.get('plan_start_date', None)) 202 setattr(self, "_{}".format('recipient_domains'), kwargs.get('recipient_domains', None)) 203 setattr(self, "_{}".format('seats_allowed'), kwargs.get('seats_allowed', None)) 204 setattr(self, "_{}".format('seats_in_use'), kwargs.get('seats_in_use', None)) 205 setattr(self, "_{}".format('status21_cfr_part11'), kwargs.get('status21_cfr_part11', None)) 206 setattr(self, "_{}".format('suspension_date'), kwargs.get('suspension_date', None)) 207 setattr(self, "_{}".format('suspension_status'), kwargs.get('suspension_status', None)) 208 setattr(self, "_{}".format('use_display_appliance'), kwargs.get('use_display_appliance', None)) 209 210 @property 211 def account_id_guid(self): 212 """Gets the account_id_guid of this AccountInformation. # noqa: E501 213 214 The GUID associated with the account ID. # noqa: E501 215 216 :return: The account_id_guid of this AccountInformation. # noqa: E501 217 :rtype: str 218 """ 219 return self._account_id_guid 220 221 @account_id_guid.setter 222 def account_id_guid(self, account_id_guid): 223 """Sets the account_id_guid of this AccountInformation. 224 225 The GUID associated with the account ID. # noqa: E501 226 227 :param account_id_guid: The account_id_guid of this AccountInformation. # noqa: E501 228 :type: str 229 """ 230 231 self._account_id_guid = account_id_guid 232 233 @property 234 def account_name(self): 235 """Gets the account_name of this AccountInformation. # noqa: E501 236 237 The name of the current account. # noqa: E501 238 239 :return: The account_name of this AccountInformation. # noqa: E501 240 :rtype: str 241 """ 242 return self._account_name 243 244 @account_name.setter 245 def account_name(self, account_name): 246 """Sets the account_name of this AccountInformation. 247 248 The name of the current account. # noqa: E501 249 250 :param account_name: The account_name of this AccountInformation. # noqa: E501 251 :type: str 252 """ 253 254 self._account_name = account_name 255 256 @property 257 def account_settings(self): 258 """Gets the account_settings of this AccountInformation. # noqa: E501 259 260 The list of account settings. These determine the features available for the account. Note that some features are determined by the plan used to create the account, and cannot be overridden. # noqa: E501 261 262 :return: The account_settings of this AccountInformation. # noqa: E501 263 :rtype: AccountSettingsInformation 264 """ 265 return self._account_settings 266 267 @account_settings.setter 268 def account_settings(self, account_settings): 269 """Sets the account_settings of this AccountInformation. 270 271 The list of account settings. These determine the features available for the account. Note that some features are determined by the plan used to create the account, and cannot be overridden. # noqa: E501 272 273 :param account_settings: The account_settings of this AccountInformation. # noqa: E501 274 :type: AccountSettingsInformation 275 """ 276 277 self._account_settings = account_settings 278 279 @property 280 def allow_transaction_rooms(self): 281 """Gets the allow_transaction_rooms of this AccountInformation. # noqa: E501 282 283 When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled. # noqa: E501 284 285 :return: The allow_transaction_rooms of this AccountInformation. # noqa: E501 286 :rtype: str 287 """ 288 return self._allow_transaction_rooms 289 290 @allow_transaction_rooms.setter 291 def allow_transaction_rooms(self, allow_transaction_rooms): 292 """Sets the allow_transaction_rooms of this AccountInformation. 293 294 When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled. # noqa: E501 295 296 :param allow_transaction_rooms: The allow_transaction_rooms of this AccountInformation. # noqa: E501 297 :type: str 298 """ 299 300 self._allow_transaction_rooms = allow_transaction_rooms 301 302 @property 303 def billing_period_days_remaining(self): 304 """Gets the billing_period_days_remaining of this AccountInformation. # noqa: E501 305 306 Reserved: TBD # noqa: E501 307 308 :return: The billing_period_days_remaining of this AccountInformation. # noqa: E501 309 :rtype: str 310 """ 311 return self._billing_period_days_remaining 312 313 @billing_period_days_remaining.setter 314 def billing_period_days_remaining(self, billing_period_days_remaining): 315 """Sets the billing_period_days_remaining of this AccountInformation. 316 317 Reserved: TBD # noqa: E501 318 319 :param billing_period_days_remaining: The billing_period_days_remaining of this AccountInformation. # noqa: E501 320 :type: str 321 """ 322 323 self._billing_period_days_remaining = billing_period_days_remaining 324 325 @property 326 def billing_period_end_date(self): 327 """Gets the billing_period_end_date of this AccountInformation. # noqa: E501 328 329 Reserved: TBD # noqa: E501 330 331 :return: The billing_period_end_date of this AccountInformation. # noqa: E501 332 :rtype: str 333 """ 334 return self._billing_period_end_date 335 336 @billing_period_end_date.setter 337 def billing_period_end_date(self, billing_period_end_date): 338 """Sets the billing_period_end_date of this AccountInformation. 339 340 Reserved: TBD # noqa: E501 341 342 :param billing_period_end_date: The billing_period_end_date of this AccountInformation. # noqa: E501 343 :type: str 344 """ 345 346 self._billing_period_end_date = billing_period_end_date 347 348 @property 349 def billing_period_envelopes_allowed(self): 350 """Gets the billing_period_envelopes_allowed of this AccountInformation. # noqa: E501 351 352 Reserved: TBD # noqa: E501 353 354 :return: The billing_period_envelopes_allowed of this AccountInformation. # noqa: E501 355 :rtype: str 356 """ 357 return self._billing_period_envelopes_allowed 358 359 @billing_period_envelopes_allowed.setter 360 def billing_period_envelopes_allowed(self, billing_period_envelopes_allowed): 361 """Sets the billing_period_envelopes_allowed of this AccountInformation. 362 363 Reserved: TBD # noqa: E501 364 365 :param billing_period_envelopes_allowed: The billing_period_envelopes_allowed of this AccountInformation. # noqa: E501 366 :type: str 367 """ 368 369 self._billing_period_envelopes_allowed = billing_period_envelopes_allowed 370 371 @property 372 def billing_period_envelopes_sent(self): 373 """Gets the billing_period_envelopes_sent of this AccountInformation. # noqa: E501 374 375 Reserved: TBD # noqa: E501 376 377 :return: The billing_period_envelopes_sent of this AccountInformation. # noqa: E501 378 :rtype: str 379 """ 380 return self._billing_period_envelopes_sent 381 382 @billing_period_envelopes_sent.setter 383 def billing_period_envelopes_sent(self, billing_period_envelopes_sent): 384 """Sets the billing_period_envelopes_sent of this AccountInformation. 385 386 Reserved: TBD # noqa: E501 387 388 :param billing_period_envelopes_sent: The billing_period_envelopes_sent of this AccountInformation. # noqa: E501 389 :type: str 390 """ 391 392 self._billing_period_envelopes_sent = billing_period_envelopes_sent 393 394 @property 395 def billing_period_start_date(self): 396 """Gets the billing_period_start_date of this AccountInformation. # noqa: E501 397 398 Reserved: TBD # noqa: E501 399 400 :return: The billing_period_start_date of this AccountInformation. # noqa: E501 401 :rtype: str 402 """ 403 return self._billing_period_start_date 404 405 @billing_period_start_date.setter 406 def billing_period_start_date(self, billing_period_start_date): 407 """Sets the billing_period_start_date of this AccountInformation. 408 409 Reserved: TBD # noqa: E501 410 411 :param billing_period_start_date: The billing_period_start_date of this AccountInformation. # noqa: E501 412 :type: str 413 """ 414 415 self._billing_period_start_date = billing_period_start_date 416 417 @property 418 def billing_profile(self): 419 """Gets the billing_profile of this AccountInformation. # noqa: E501 420 421 Reserved: TBD # noqa: E501 422 423 :return: The billing_profile of this AccountInformation. # noqa: E501 424 :rtype: str 425 """ 426 return self._billing_profile 427 428 @billing_profile.setter 429 def billing_profile(self, billing_profile): 430 """Sets the billing_profile of this AccountInformation. 431 432 Reserved: TBD # noqa: E501 433 434 :param billing_profile: The billing_profile of this AccountInformation. # noqa: E501 435 :type: str 436 """ 437 438 self._billing_profile = billing_profile 439 440 @property 441 def brands(self): 442 """Gets the brands of this AccountInformation. # noqa: E501 443 444 # noqa: E501 445 446 :return: The brands of this AccountInformation. # noqa: E501 447 :rtype: BrandsResponse 448 """ 449 return self._brands 450 451 @brands.setter 452 def brands(self, brands): 453 """Sets the brands of this AccountInformation. 454 455 # noqa: E501 456 457 :param brands: The brands of this AccountInformation. # noqa: E501 458 :type: BrandsResponse 459 """ 460 461 self._brands = brands 462 463 @property 464 def can_upgrade(self): 465 """Gets the can_upgrade of this AccountInformation. # noqa: E501 466 467 When set to **true**, specifies that you can upgrade the account through the API. # noqa: E501 468 469 :return: The can_upgrade of this AccountInformation. # noqa: E501 470 :rtype: str 471 """ 472 return self._can_upgrade 473 474 @can_upgrade.setter 475 def can_upgrade(self, can_upgrade): 476 """Sets the can_upgrade of this AccountInformation. 477 478 When set to **true**, specifies that you can upgrade the account through the API. # noqa: E501 479 480 :param can_upgrade: The can_upgrade of this AccountInformation. # noqa: E501 481 :type: str 482 """ 483 484 self._can_upgrade = can_upgrade 485 486 @property 487 def connect_permission(self): 488 """Gets the connect_permission of this AccountInformation. # noqa: E501 489 490 # noqa: E501 491 492 :return: The connect_permission of this AccountInformation. # noqa: E501 493 :rtype: str 494 """ 495 return self._connect_permission 496 497 @connect_permission.setter 498 def connect_permission(self, connect_permission): 499 """Sets the connect_permission of this AccountInformation. 500 501 # noqa: E501 502 503 :param connect_permission: The connect_permission of this AccountInformation. # noqa: E501 504 :type: str 505 """ 506 507 self._connect_permission = connect_permission 508 509 @property 510 def created_date(self): 511 """Gets the created_date of this AccountInformation. # noqa: E501 512 513 # noqa: E501 514 515 :return: The created_date of this AccountInformation. # noqa: E501 516 :rtype: str 517 """ 518 return self._created_date 519 520 @created_date.setter 521 def created_date(self, created_date): 522 """Sets the created_date of this AccountInformation. 523 524 # noqa: E501 525 526 :param created_date: The created_date of this AccountInformation. # noqa: E501 527 :type: str 528 """ 529 530 self._created_date = created_date 531 532 @property 533 def currency_code(self): 534 """Gets the currency_code of this AccountInformation. # noqa: E501 535 536 Specifies the ISO currency code for the account. # noqa: E501 537 538 :return: The currency_code of this AccountInformation. # noqa: E501 539 :rtype: str 540 """ 541 return self._currency_code 542 543 @currency_code.setter 544 def currency_code(self, currency_code): 545 """Sets the currency_code of this AccountInformation. 546 547 Specifies the ISO currency code for the account. # noqa: E501 548 549 :param currency_code: The currency_code of this AccountInformation. # noqa: E501 550 :type: str 551 """ 552 553 self._currency_code = currency_code 554 555 @property 556 def current_plan_id(self): 557 """Gets the current_plan_id of this AccountInformation. # noqa: E501 558 559 Identifies the plan that was used create this account. # noqa: E501 560 561 :return: The current_plan_id of this AccountInformation. # noqa: E501 562 :rtype: str 563 """ 564 return self._current_plan_id 565 566 @current_plan_id.setter 567 def current_plan_id(self, current_plan_id): 568 """Sets the current_plan_id of this AccountInformation. 569 570 Identifies the plan that was used create this account. # noqa: E501 571 572 :param current_plan_id: The current_plan_id of this AccountInformation. # noqa: E501 573 :type: str 574 """ 575 576 self._current_plan_id = current_plan_id 577 578 @property 579 def display_appliance_start_url(self): 580 """Gets the display_appliance_start_url of this AccountInformation. # noqa: E501 581 582 # noqa: E501 583 584 :return: The display_appliance_start_url of this AccountInformation. # noqa: E501 585 :rtype: str 586 """ 587 return self._display_appliance_start_url 588 589 @display_appliance_start_url.setter 590 def display_appliance_start_url(self, display_appliance_start_url): 591 """Sets the display_appliance_start_url of this AccountInformation. 592 593 # noqa: E501 594 595 :param display_appliance_start_url: The display_appliance_start_url of this AccountInformation. # noqa: E501 596 :type: str 597 """ 598 599 self._display_appliance_start_url = display_appliance_start_url 600 601 @property 602 def display_appliance_url(self): 603 """Gets the display_appliance_url of this AccountInformation. # noqa: E501 604 605 # noqa: E501 606 607 :return: The display_appliance_url of this AccountInformation. # noqa: E501 608 :rtype: str 609 """ 610 return self._display_appliance_url 611 612 @display_appliance_url.setter 613 def display_appliance_url(self, display_appliance_url): 614 """Sets the display_appliance_url of this AccountInformation. 615 616 # noqa: E501 617 618 :param display_appliance_url: The display_appliance_url of this AccountInformation. # noqa: E501 619 :type: str 620 """ 621 622 self._display_appliance_url = display_appliance_url 623 624 @property 625 def distributor_code(self): 626 """Gets the distributor_code of this AccountInformation. # noqa: E501 627 628 The code that identifies the billing plan groups and plans for the new account. # noqa: E501 629 630 :return: The distributor_code of this AccountInformation. # noqa: E501 631 :rtype: str 632 """ 633 return self._distributor_code 634 635 @distributor_code.setter 636 def distributor_code(self, distributor_code): 637 """Sets the distributor_code of this AccountInformation. 638 639 The code that identifies the billing plan groups and plans for the new account. # noqa: E501 640 641 :param distributor_code: The distributor_code of this AccountInformation. # noqa: E501 642 :type: str 643 """ 644 645 self._distributor_code = distributor_code 646 647 @property 648 def docu_sign_landing_url(self): 649 """Gets the docu_sign_landing_url of this AccountInformation. # noqa: E501 650 651 # noqa: E501 652 653 :return: The docu_sign_landing_url of this AccountInformation. # noqa: E501 654 :rtype: str 655 """ 656 return self._docu_sign_landing_url 657 658 @docu_sign_landing_url.setter 659 def docu_sign_landing_url(self, docu_sign_landing_url): 660 """Sets the docu_sign_landing_url of this AccountInformation. 661 662 # noqa: E501 663 664 :param docu_sign_landing_url: The docu_sign_landing_url of this AccountInformation. # noqa: E501 665 :type: str 666 """ 667 668 self._docu_sign_landing_url = docu_sign_landing_url 669 670 @property 671 def dss_values(self): 672 """Gets the dss_values of this AccountInformation. # noqa: E501 673 674 # noqa: E501 675 676 :return: The dss_values of this AccountInformation. # noqa: E501 677 :rtype: dict(str, str) 678 """ 679 return self._dss_values 680 681 @dss_values.setter 682 def dss_values(self, dss_values): 683 """Sets the dss_values of this AccountInformation. 684 685 # noqa: E501 686 687 :param dss_values: The dss_values of this AccountInformation. # noqa: E501 688 :type: dict(str, str) 689 """ 690 691 self._dss_values = dss_values 692 693 @property 694 def envelope_sending_blocked(self): 695 """Gets the envelope_sending_blocked of this AccountInformation. # noqa: E501 696 697 # noqa: E501 698 699 :return: The envelope_sending_blocked of this AccountInformation. # noqa: E501 700 :rtype: str 701 """ 702 return self._envelope_sending_blocked 703 704 @envelope_sending_blocked.setter 705 def envelope_sending_blocked(self, envelope_sending_blocked): 706 """Sets the envelope_sending_blocked of this AccountInformation. 707 708 # noqa: E501 709 710 :param envelope_sending_blocked: The envelope_sending_blocked of this AccountInformation. # noqa: E501 711 :type: str 712 """ 713 714 self._envelope_sending_blocked = envelope_sending_blocked 715 716 @property 717 def envelope_unit_price(self): 718 """Gets the envelope_unit_price of this AccountInformation. # noqa: E501 719 720 # noqa: E501 721 722 :return: The envelope_unit_price of this AccountInformation. # noqa: E501 723 :rtype: str 724 """ 725 return self._envelope_unit_price 726 727 @envelope_unit_price.setter 728 def envelope_unit_price(self, envelope_unit_price): 729 """Sets the envelope_unit_price of this AccountInformation. 730 731 # noqa: E501 732 733 :param envelope_unit_price: The envelope_unit_price of this AccountInformation. # noqa: E501 734 :type: str 735 """ 736 737 self._envelope_unit_price = envelope_unit_price 738 739 @property 740 def external_account_id(self): 741 """Gets the external_account_id of this AccountInformation. # noqa: E501 742 743 # noqa: E501 744 745 :return: The external_account_id of this AccountInformation. # noqa: E501 746 :rtype: str 747 """ 748 return self._external_account_id 749 750 @external_account_id.setter 751 def external_account_id(self, external_account_id): 752 """Sets the external_account_id of this AccountInformation. 753 754 # noqa: E501 755 756 :param external_account_id: The external_account_id of this AccountInformation. # noqa: E501 757 :type: str 758 """ 759 760 self._external_account_id = external_account_id 761 762 @property 763 def forgotten_password_questions_count(self): 764 """Gets the forgotten_password_questions_count of this AccountInformation. # noqa: E501 765 766 A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. # noqa: E501 767 768 :return: The forgotten_password_questions_count of this AccountInformation. # noqa: E501 769 :rtype: str 770 """ 771 return self._forgotten_password_questions_count 772 773 @forgotten_password_questions_count.setter 774 def forgotten_password_questions_count(self, forgotten_password_questions_count): 775 """Sets the forgotten_password_questions_count of this AccountInformation. 776 777 A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. # noqa: E501 778 779 :param forgotten_password_questions_count: The forgotten_password_questions_count of this AccountInformation. # noqa: E501 780 :type: str 781 """ 782 783 self._forgotten_password_questions_count = forgotten_password_questions_count 784 785 @property 786 def free_envelope_sends_remaining_for_advanced_doc_gen(self): 787 """Gets the free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. # noqa: E501 788 789 # noqa: E501 790 791 :return: The free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. # noqa: E501 792 :rtype: int 793 """ 794 return self._free_envelope_sends_remaining_for_advanced_doc_gen 795 796 @free_envelope_sends_remaining_for_advanced_doc_gen.setter 797 def free_envelope_sends_remaining_for_advanced_doc_gen(self, free_envelope_sends_remaining_for_advanced_doc_gen): 798 """Sets the free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. 799 800 # noqa: E501 801 802 :param free_envelope_sends_remaining_for_advanced_doc_gen: The free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. # noqa: E501 803 :type: int 804 """ 805 806 self._free_envelope_sends_remaining_for_advanced_doc_gen = free_envelope_sends_remaining_for_advanced_doc_gen 807 808 @property 809 def is_downgrade(self): 810 """Gets the is_downgrade of this AccountInformation. # noqa: E501 811 812 # noqa: E501 813 814 :return: The is_downgrade of this AccountInformation. # noqa: E501 815 :rtype: str 816 """ 817 return self._is_downgrade 818 819 @is_downgrade.setter 820 def is_downgrade(self, is_downgrade): 821 """Sets the is_downgrade of this AccountInformation. 822 823 # noqa: E501 824 825 :param is_downgrade: The is_downgrade of this AccountInformation. # noqa: E501 826 :type: str 827 """ 828 829 self._is_downgrade = is_downgrade 830 831 @property 832 def is_free_to_trial_eligible(self): 833 """Gets the is_free_to_trial_eligible of this AccountInformation. # noqa: E501 834 835 # noqa: E501 836 837 :return: The is_free_to_trial_eligible of this AccountInformation. # noqa: E501 838 :rtype: str 839 """ 840 return self._is_free_to_trial_eligible 841 842 @is_free_to_trial_eligible.setter 843 def is_free_to_trial_eligible(self, is_free_to_trial_eligible): 844 """Sets the is_free_to_trial_eligible of this AccountInformation. 845 846 # noqa: E501 847 848 :param is_free_to_trial_eligible: The is_free_to_trial_eligible of this AccountInformation. # noqa: E501 849 :type: str 850 """ 851 852 self._is_free_to_trial_eligible = is_free_to_trial_eligible 853 854 @property 855 def payment_method(self): 856 """Gets the payment_method of this AccountInformation. # noqa: E501 857 858 # noqa: E501 859 860 :return: The payment_method of this AccountInformation. # noqa: E501 861 :rtype: str 862 """ 863 return self._payment_method 864 865 @payment_method.setter 866 def payment_method(self, payment_method): 867 """Sets the payment_method of this AccountInformation. 868 869 # noqa: E501 870 871 :param payment_method: The payment_method of this AccountInformation. # noqa: E501 872 :type: str 873 """ 874 875 self._payment_method = payment_method 876 877 @property 878 def plan_classification(self): 879 """Gets the plan_classification of this AccountInformation. # noqa: E501 880 881 Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 882 883 :return: The plan_classification of this AccountInformation. # noqa: E501 884 :rtype: str 885 """ 886 return self._plan_classification 887 888 @plan_classification.setter 889 def plan_classification(self, plan_classification): 890 """Sets the plan_classification of this AccountInformation. 891 892 Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 893 894 :param plan_classification: The plan_classification of this AccountInformation. # noqa: E501 895 :type: str 896 """ 897 898 self._plan_classification = plan_classification 899 900 @property 901 def plan_end_date(self): 902 """Gets the plan_end_date of this AccountInformation. # noqa: E501 903 904 The date that the current plan will end. # noqa: E501 905 906 :return: The plan_end_date of this AccountInformation. # noqa: E501 907 :rtype: str 908 """ 909 return self._plan_end_date 910 911 @plan_end_date.setter 912 def plan_end_date(self, plan_end_date): 913 """Sets the plan_end_date of this AccountInformation. 914 915 The date that the current plan will end. # noqa: E501 916 917 :param plan_end_date: The plan_end_date of this AccountInformation. # noqa: E501 918 :type: str 919 """ 920 921 self._plan_end_date = plan_end_date 922 923 @property 924 def plan_name(self): 925 """Gets the plan_name of this AccountInformation. # noqa: E501 926 927 The name of the Billing Plan. # noqa: E501 928 929 :return: The plan_name of this AccountInformation. # noqa: E501 930 :rtype: str 931 """ 932 return self._plan_name 933 934 @plan_name.setter 935 def plan_name(self, plan_name): 936 """Sets the plan_name of this AccountInformation. 937 938 The name of the Billing Plan. # noqa: E501 939 940 :param plan_name: The plan_name of this AccountInformation. # noqa: E501 941 :type: str 942 """ 943 944 self._plan_name = plan_name 945 946 @property 947 def plan_start_date(self): 948 """Gets the plan_start_date of this AccountInformation. # noqa: E501 949 950 The date that the Account started using the current plan. # noqa: E501 951 952 :return: The plan_start_date of this AccountInformation. # noqa: E501 953 :rtype: str 954 """ 955 return self._plan_start_date 956 957 @plan_start_date.setter 958 def plan_start_date(self, plan_start_date): 959 """Sets the plan_start_date of this AccountInformation. 960 961 The date that the Account started using the current plan. # noqa: E501 962 963 :param plan_start_date: The plan_start_date of this AccountInformation. # noqa: E501 964 :type: str 965 """ 966 967 self._plan_start_date = plan_start_date 968 969 @property 970 def recipient_domains(self): 971 """Gets the recipient_domains of this AccountInformation. # noqa: E501 972 973 # noqa: E501 974 975 :return: The recipient_domains of this AccountInformation. # noqa: E501 976 :rtype: list[RecipientDomain] 977 """ 978 return self._recipient_domains 979 980 @recipient_domains.setter 981 def recipient_domains(self, recipient_domains): 982 """Sets the recipient_domains of this AccountInformation. 983 984 # noqa: E501 985 986 :param recipient_domains: The recipient_domains of this AccountInformation. # noqa: E501 987 :type: list[RecipientDomain] 988 """ 989 990 self._recipient_domains = recipient_domains 991 992 @property 993 def seats_allowed(self): 994 """Gets the seats_allowed of this AccountInformation. # noqa: E501 995 996 # noqa: E501 997 998 :return: The seats_allowed of this AccountInformation. # noqa: E501 999 :rtype: str 1000 """ 1001 return self._seats_allowed 1002 1003 @seats_allowed.setter 1004 def seats_allowed(self, seats_allowed): 1005 """Sets the seats_allowed of this AccountInformation. 1006 1007 # noqa: E501 1008 1009 :param seats_allowed: The seats_allowed of this AccountInformation. # noqa: E501 1010 :type: str 1011 """ 1012 1013 self._seats_allowed = seats_allowed 1014 1015 @property 1016 def seats_in_use(self): 1017 """Gets the seats_in_use of this AccountInformation. # noqa: E501 1018 1019 # noqa: E501 1020 1021 :return: The seats_in_use of this AccountInformation. # noqa: E501 1022 :rtype: str 1023 """ 1024 return self._seats_in_use 1025 1026 @seats_in_use.setter 1027 def seats_in_use(self, seats_in_use): 1028 """Sets the seats_in_use of this AccountInformation. 1029 1030 # noqa: E501 1031 1032 :param seats_in_use: The seats_in_use of this AccountInformation. # noqa: E501 1033 :type: str 1034 """ 1035 1036 self._seats_in_use = seats_in_use 1037 1038 @property 1039 def status21_cfr_part11(self): 1040 """Gets the status21_cfr_part11 of this AccountInformation. # noqa: E501 1041 1042 # noqa: E501 1043 1044 :return: The status21_cfr_part11 of this AccountInformation. # noqa: E501 1045 :rtype: str 1046 """ 1047 return self._status21_cfr_part11 1048 1049 @status21_cfr_part11.setter 1050 def status21_cfr_part11(self, status21_cfr_part11): 1051 """Sets the status21_cfr_part11 of this AccountInformation. 1052 1053 # noqa: E501 1054 1055 :param status21_cfr_part11: The status21_cfr_part11 of this AccountInformation. # noqa: E501 1056 :type: str 1057 """ 1058 1059 self._status21_cfr_part11 = status21_cfr_part11 1060 1061 @property 1062 def suspension_date(self): 1063 """Gets the suspension_date of this AccountInformation. # noqa: E501 1064 1065 # noqa: E501 1066 1067 :return: The suspension_date of this AccountInformation. # noqa: E501 1068 :rtype: str 1069 """ 1070 return self._suspension_date 1071 1072 @suspension_date.setter 1073 def suspension_date(self, suspension_date): 1074 """Sets the suspension_date of this AccountInformation. 1075 1076 # noqa: E501 1077 1078 :param suspension_date: The suspension_date of this AccountInformation. # noqa: E501 1079 :type: str 1080 """ 1081 1082 self._suspension_date = suspension_date 1083 1084 @property 1085 def suspension_status(self): 1086 """Gets the suspension_status of this AccountInformation. # noqa: E501 1087 1088 # noqa: E501 1089 1090 :return: The suspension_status of this AccountInformation. # noqa: E501 1091 :rtype: str 1092 """ 1093 return self._suspension_status 1094 1095 @suspension_status.setter 1096 def suspension_status(self, suspension_status): 1097 """Sets the suspension_status of this AccountInformation. 1098 1099 # noqa: E501 1100 1101 :param suspension_status: The suspension_status of this AccountInformation. # noqa: E501 1102 :type: str 1103 """ 1104 1105 self._suspension_status = suspension_status 1106 1107 @property 1108 def use_display_appliance(self): 1109 """Gets the use_display_appliance of this AccountInformation. # noqa: E501 1110 1111 # noqa: E501 1112 1113 :return: The use_display_appliance of this AccountInformation. # noqa: E501 1114 :rtype: bool 1115 """ 1116 return self._use_display_appliance 1117 1118 @use_display_appliance.setter 1119 def use_display_appliance(self, use_display_appliance): 1120 """Sets the use_display_appliance of this AccountInformation. 1121 1122 # noqa: E501 1123 1124 :param use_display_appliance: The use_display_appliance of this AccountInformation. # noqa: E501 1125 :type: bool 1126 """ 1127 1128 self._use_display_appliance = use_display_appliance 1129 1130 def to_dict(self): 1131 """Returns the model properties as a dict""" 1132 result = {} 1133 1134 for attr, _ in six.iteritems(self.swagger_types): 1135 value = getattr(self, attr) 1136 if isinstance(value, list): 1137 result[attr] = list(map( 1138 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 1139 value 1140 )) 1141 elif hasattr(value, "to_dict"): 1142 result[attr] = value.to_dict() 1143 elif isinstance(value, dict): 1144 result[attr] = dict(map( 1145 lambda item: (item[0], item[1].to_dict()) 1146 if hasattr(item[1], "to_dict") else item, 1147 value.items() 1148 )) 1149 else: 1150 result[attr] = value 1151 if issubclass(AccountInformation, dict): 1152 for key, value in self.items(): 1153 result[key] = value 1154 1155 return result 1156 1157 def to_str(self): 1158 """Returns the string representation of the model""" 1159 return pprint.pformat(self.to_dict()) 1160 1161 def __repr__(self): 1162 """For `print` and `pprint`""" 1163 return self.to_str() 1164 1165 def __eq__(self, other): 1166 """Returns true if both objects are equal""" 1167 if not isinstance(other, AccountInformation): 1168 return False 1169 1170 return self.to_dict() == other.to_dict() 1171 1172 def __ne__(self, other): 1173 """Returns true if both objects are not equal""" 1174 if not isinstance(other, AccountInformation): 1175 return True 1176 1177 return self.to_dict() != other.to_dict()
23class AccountInformation(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 'account_id_guid': 'str', 38 'account_name': 'str', 39 'account_settings': 'AccountSettingsInformation', 40 'allow_transaction_rooms': 'str', 41 'billing_period_days_remaining': 'str', 42 'billing_period_end_date': 'str', 43 'billing_period_envelopes_allowed': 'str', 44 'billing_period_envelopes_sent': 'str', 45 'billing_period_start_date': 'str', 46 'billing_profile': 'str', 47 'brands': 'BrandsResponse', 48 'can_upgrade': 'str', 49 'connect_permission': 'str', 50 'created_date': 'str', 51 'currency_code': 'str', 52 'current_plan_id': 'str', 53 'display_appliance_start_url': 'str', 54 'display_appliance_url': 'str', 55 'distributor_code': 'str', 56 'docu_sign_landing_url': 'str', 57 'dss_values': 'dict(str, str)', 58 'envelope_sending_blocked': 'str', 59 'envelope_unit_price': 'str', 60 'external_account_id': 'str', 61 'forgotten_password_questions_count': 'str', 62 'free_envelope_sends_remaining_for_advanced_doc_gen': 'int', 63 'is_downgrade': 'str', 64 'is_free_to_trial_eligible': 'str', 65 'payment_method': 'str', 66 'plan_classification': 'str', 67 'plan_end_date': 'str', 68 'plan_name': 'str', 69 'plan_start_date': 'str', 70 'recipient_domains': 'list[RecipientDomain]', 71 'seats_allowed': 'str', 72 'seats_in_use': 'str', 73 'status21_cfr_part11': 'str', 74 'suspension_date': 'str', 75 'suspension_status': 'str', 76 'use_display_appliance': 'bool' 77 } 78 79 attribute_map = { 80 'account_id_guid': 'accountIdGuid', 81 'account_name': 'accountName', 82 'account_settings': 'accountSettings', 83 'allow_transaction_rooms': 'allowTransactionRooms', 84 'billing_period_days_remaining': 'billingPeriodDaysRemaining', 85 'billing_period_end_date': 'billingPeriodEndDate', 86 'billing_period_envelopes_allowed': 'billingPeriodEnvelopesAllowed', 87 'billing_period_envelopes_sent': 'billingPeriodEnvelopesSent', 88 'billing_period_start_date': 'billingPeriodStartDate', 89 'billing_profile': 'billingProfile', 90 'brands': 'brands', 91 'can_upgrade': 'canUpgrade', 92 'connect_permission': 'connectPermission', 93 'created_date': 'createdDate', 94 'currency_code': 'currencyCode', 95 'current_plan_id': 'currentPlanId', 96 'display_appliance_start_url': 'displayApplianceStartUrl', 97 'display_appliance_url': 'displayApplianceUrl', 98 'distributor_code': 'distributorCode', 99 'docu_sign_landing_url': 'docuSignLandingUrl', 100 'dss_values': 'dssValues', 101 'envelope_sending_blocked': 'envelopeSendingBlocked', 102 'envelope_unit_price': 'envelopeUnitPrice', 103 'external_account_id': 'externalAccountId', 104 'forgotten_password_questions_count': 'forgottenPasswordQuestionsCount', 105 'free_envelope_sends_remaining_for_advanced_doc_gen': 'freeEnvelopeSendsRemainingForAdvancedDocGen', 106 'is_downgrade': 'isDowngrade', 107 'is_free_to_trial_eligible': 'isFreeToTrialEligible', 108 'payment_method': 'paymentMethod', 109 'plan_classification': 'planClassification', 110 'plan_end_date': 'planEndDate', 111 'plan_name': 'planName', 112 'plan_start_date': 'planStartDate', 113 'recipient_domains': 'recipientDomains', 114 'seats_allowed': 'seatsAllowed', 115 'seats_in_use': 'seatsInUse', 116 'status21_cfr_part11': 'status21CFRPart11', 117 'suspension_date': 'suspensionDate', 118 'suspension_status': 'suspensionStatus', 119 'use_display_appliance': 'useDisplayAppliance' 120 } 121 122 def __init__(self, _configuration=None, **kwargs): # noqa: E501 123 """AccountInformation - a model defined in Swagger""" # noqa: E501 124 if _configuration is None: 125 _configuration = Configuration() 126 self._configuration = _configuration 127 128 self._account_id_guid = None 129 self._account_name = None 130 self._account_settings = None 131 self._allow_transaction_rooms = None 132 self._billing_period_days_remaining = None 133 self._billing_period_end_date = None 134 self._billing_period_envelopes_allowed = None 135 self._billing_period_envelopes_sent = None 136 self._billing_period_start_date = None 137 self._billing_profile = None 138 self._brands = None 139 self._can_upgrade = None 140 self._connect_permission = None 141 self._created_date = None 142 self._currency_code = None 143 self._current_plan_id = None 144 self._display_appliance_start_url = None 145 self._display_appliance_url = None 146 self._distributor_code = None 147 self._docu_sign_landing_url = None 148 self._dss_values = None 149 self._envelope_sending_blocked = None 150 self._envelope_unit_price = None 151 self._external_account_id = None 152 self._forgotten_password_questions_count = None 153 self._free_envelope_sends_remaining_for_advanced_doc_gen = None 154 self._is_downgrade = None 155 self._is_free_to_trial_eligible = None 156 self._payment_method = None 157 self._plan_classification = None 158 self._plan_end_date = None 159 self._plan_name = None 160 self._plan_start_date = None 161 self._recipient_domains = None 162 self._seats_allowed = None 163 self._seats_in_use = None 164 self._status21_cfr_part11 = None 165 self._suspension_date = None 166 self._suspension_status = None 167 self._use_display_appliance = None 168 self.discriminator = None 169 170 setattr(self, "_{}".format('account_id_guid'), kwargs.get('account_id_guid', None)) 171 setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None)) 172 setattr(self, "_{}".format('account_settings'), kwargs.get('account_settings', None)) 173 setattr(self, "_{}".format('allow_transaction_rooms'), kwargs.get('allow_transaction_rooms', None)) 174 setattr(self, "_{}".format('billing_period_days_remaining'), kwargs.get('billing_period_days_remaining', None)) 175 setattr(self, "_{}".format('billing_period_end_date'), kwargs.get('billing_period_end_date', None)) 176 setattr(self, "_{}".format('billing_period_envelopes_allowed'), kwargs.get('billing_period_envelopes_allowed', None)) 177 setattr(self, "_{}".format('billing_period_envelopes_sent'), kwargs.get('billing_period_envelopes_sent', None)) 178 setattr(self, "_{}".format('billing_period_start_date'), kwargs.get('billing_period_start_date', None)) 179 setattr(self, "_{}".format('billing_profile'), kwargs.get('billing_profile', None)) 180 setattr(self, "_{}".format('brands'), kwargs.get('brands', None)) 181 setattr(self, "_{}".format('can_upgrade'), kwargs.get('can_upgrade', None)) 182 setattr(self, "_{}".format('connect_permission'), kwargs.get('connect_permission', None)) 183 setattr(self, "_{}".format('created_date'), kwargs.get('created_date', None)) 184 setattr(self, "_{}".format('currency_code'), kwargs.get('currency_code', None)) 185 setattr(self, "_{}".format('current_plan_id'), kwargs.get('current_plan_id', None)) 186 setattr(self, "_{}".format('display_appliance_start_url'), kwargs.get('display_appliance_start_url', None)) 187 setattr(self, "_{}".format('display_appliance_url'), kwargs.get('display_appliance_url', None)) 188 setattr(self, "_{}".format('distributor_code'), kwargs.get('distributor_code', None)) 189 setattr(self, "_{}".format('docu_sign_landing_url'), kwargs.get('docu_sign_landing_url', None)) 190 setattr(self, "_{}".format('dss_values'), kwargs.get('dss_values', None)) 191 setattr(self, "_{}".format('envelope_sending_blocked'), kwargs.get('envelope_sending_blocked', None)) 192 setattr(self, "_{}".format('envelope_unit_price'), kwargs.get('envelope_unit_price', None)) 193 setattr(self, "_{}".format('external_account_id'), kwargs.get('external_account_id', None)) 194 setattr(self, "_{}".format('forgotten_password_questions_count'), kwargs.get('forgotten_password_questions_count', None)) 195 setattr(self, "_{}".format('free_envelope_sends_remaining_for_advanced_doc_gen'), kwargs.get('free_envelope_sends_remaining_for_advanced_doc_gen', None)) 196 setattr(self, "_{}".format('is_downgrade'), kwargs.get('is_downgrade', None)) 197 setattr(self, "_{}".format('is_free_to_trial_eligible'), kwargs.get('is_free_to_trial_eligible', None)) 198 setattr(self, "_{}".format('payment_method'), kwargs.get('payment_method', None)) 199 setattr(self, "_{}".format('plan_classification'), kwargs.get('plan_classification', None)) 200 setattr(self, "_{}".format('plan_end_date'), kwargs.get('plan_end_date', None)) 201 setattr(self, "_{}".format('plan_name'), kwargs.get('plan_name', None)) 202 setattr(self, "_{}".format('plan_start_date'), kwargs.get('plan_start_date', None)) 203 setattr(self, "_{}".format('recipient_domains'), kwargs.get('recipient_domains', None)) 204 setattr(self, "_{}".format('seats_allowed'), kwargs.get('seats_allowed', None)) 205 setattr(self, "_{}".format('seats_in_use'), kwargs.get('seats_in_use', None)) 206 setattr(self, "_{}".format('status21_cfr_part11'), kwargs.get('status21_cfr_part11', None)) 207 setattr(self, "_{}".format('suspension_date'), kwargs.get('suspension_date', None)) 208 setattr(self, "_{}".format('suspension_status'), kwargs.get('suspension_status', None)) 209 setattr(self, "_{}".format('use_display_appliance'), kwargs.get('use_display_appliance', None)) 210 211 @property 212 def account_id_guid(self): 213 """Gets the account_id_guid of this AccountInformation. # noqa: E501 214 215 The GUID associated with the account ID. # noqa: E501 216 217 :return: The account_id_guid of this AccountInformation. # noqa: E501 218 :rtype: str 219 """ 220 return self._account_id_guid 221 222 @account_id_guid.setter 223 def account_id_guid(self, account_id_guid): 224 """Sets the account_id_guid of this AccountInformation. 225 226 The GUID associated with the account ID. # noqa: E501 227 228 :param account_id_guid: The account_id_guid of this AccountInformation. # noqa: E501 229 :type: str 230 """ 231 232 self._account_id_guid = account_id_guid 233 234 @property 235 def account_name(self): 236 """Gets the account_name of this AccountInformation. # noqa: E501 237 238 The name of the current account. # noqa: E501 239 240 :return: The account_name of this AccountInformation. # noqa: E501 241 :rtype: str 242 """ 243 return self._account_name 244 245 @account_name.setter 246 def account_name(self, account_name): 247 """Sets the account_name of this AccountInformation. 248 249 The name of the current account. # noqa: E501 250 251 :param account_name: The account_name of this AccountInformation. # noqa: E501 252 :type: str 253 """ 254 255 self._account_name = account_name 256 257 @property 258 def account_settings(self): 259 """Gets the account_settings of this AccountInformation. # noqa: E501 260 261 The list of account settings. These determine the features available for the account. Note that some features are determined by the plan used to create the account, and cannot be overridden. # noqa: E501 262 263 :return: The account_settings of this AccountInformation. # noqa: E501 264 :rtype: AccountSettingsInformation 265 """ 266 return self._account_settings 267 268 @account_settings.setter 269 def account_settings(self, account_settings): 270 """Sets the account_settings of this AccountInformation. 271 272 The list of account settings. These determine the features available for the account. Note that some features are determined by the plan used to create the account, and cannot be overridden. # noqa: E501 273 274 :param account_settings: The account_settings of this AccountInformation. # noqa: E501 275 :type: AccountSettingsInformation 276 """ 277 278 self._account_settings = account_settings 279 280 @property 281 def allow_transaction_rooms(self): 282 """Gets the allow_transaction_rooms of this AccountInformation. # noqa: E501 283 284 When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled. # noqa: E501 285 286 :return: The allow_transaction_rooms of this AccountInformation. # noqa: E501 287 :rtype: str 288 """ 289 return self._allow_transaction_rooms 290 291 @allow_transaction_rooms.setter 292 def allow_transaction_rooms(self, allow_transaction_rooms): 293 """Sets the allow_transaction_rooms of this AccountInformation. 294 295 When set to **true**, the transaction rooms feature exposed through the Workspaces API is enabled. # noqa: E501 296 297 :param allow_transaction_rooms: The allow_transaction_rooms of this AccountInformation. # noqa: E501 298 :type: str 299 """ 300 301 self._allow_transaction_rooms = allow_transaction_rooms 302 303 @property 304 def billing_period_days_remaining(self): 305 """Gets the billing_period_days_remaining of this AccountInformation. # noqa: E501 306 307 Reserved: TBD # noqa: E501 308 309 :return: The billing_period_days_remaining of this AccountInformation. # noqa: E501 310 :rtype: str 311 """ 312 return self._billing_period_days_remaining 313 314 @billing_period_days_remaining.setter 315 def billing_period_days_remaining(self, billing_period_days_remaining): 316 """Sets the billing_period_days_remaining of this AccountInformation. 317 318 Reserved: TBD # noqa: E501 319 320 :param billing_period_days_remaining: The billing_period_days_remaining of this AccountInformation. # noqa: E501 321 :type: str 322 """ 323 324 self._billing_period_days_remaining = billing_period_days_remaining 325 326 @property 327 def billing_period_end_date(self): 328 """Gets the billing_period_end_date of this AccountInformation. # noqa: E501 329 330 Reserved: TBD # noqa: E501 331 332 :return: The billing_period_end_date of this AccountInformation. # noqa: E501 333 :rtype: str 334 """ 335 return self._billing_period_end_date 336 337 @billing_period_end_date.setter 338 def billing_period_end_date(self, billing_period_end_date): 339 """Sets the billing_period_end_date of this AccountInformation. 340 341 Reserved: TBD # noqa: E501 342 343 :param billing_period_end_date: The billing_period_end_date of this AccountInformation. # noqa: E501 344 :type: str 345 """ 346 347 self._billing_period_end_date = billing_period_end_date 348 349 @property 350 def billing_period_envelopes_allowed(self): 351 """Gets the billing_period_envelopes_allowed of this AccountInformation. # noqa: E501 352 353 Reserved: TBD # noqa: E501 354 355 :return: The billing_period_envelopes_allowed of this AccountInformation. # noqa: E501 356 :rtype: str 357 """ 358 return self._billing_period_envelopes_allowed 359 360 @billing_period_envelopes_allowed.setter 361 def billing_period_envelopes_allowed(self, billing_period_envelopes_allowed): 362 """Sets the billing_period_envelopes_allowed of this AccountInformation. 363 364 Reserved: TBD # noqa: E501 365 366 :param billing_period_envelopes_allowed: The billing_period_envelopes_allowed of this AccountInformation. # noqa: E501 367 :type: str 368 """ 369 370 self._billing_period_envelopes_allowed = billing_period_envelopes_allowed 371 372 @property 373 def billing_period_envelopes_sent(self): 374 """Gets the billing_period_envelopes_sent of this AccountInformation. # noqa: E501 375 376 Reserved: TBD # noqa: E501 377 378 :return: The billing_period_envelopes_sent of this AccountInformation. # noqa: E501 379 :rtype: str 380 """ 381 return self._billing_period_envelopes_sent 382 383 @billing_period_envelopes_sent.setter 384 def billing_period_envelopes_sent(self, billing_period_envelopes_sent): 385 """Sets the billing_period_envelopes_sent of this AccountInformation. 386 387 Reserved: TBD # noqa: E501 388 389 :param billing_period_envelopes_sent: The billing_period_envelopes_sent of this AccountInformation. # noqa: E501 390 :type: str 391 """ 392 393 self._billing_period_envelopes_sent = billing_period_envelopes_sent 394 395 @property 396 def billing_period_start_date(self): 397 """Gets the billing_period_start_date of this AccountInformation. # noqa: E501 398 399 Reserved: TBD # noqa: E501 400 401 :return: The billing_period_start_date of this AccountInformation. # noqa: E501 402 :rtype: str 403 """ 404 return self._billing_period_start_date 405 406 @billing_period_start_date.setter 407 def billing_period_start_date(self, billing_period_start_date): 408 """Sets the billing_period_start_date of this AccountInformation. 409 410 Reserved: TBD # noqa: E501 411 412 :param billing_period_start_date: The billing_period_start_date of this AccountInformation. # noqa: E501 413 :type: str 414 """ 415 416 self._billing_period_start_date = billing_period_start_date 417 418 @property 419 def billing_profile(self): 420 """Gets the billing_profile of this AccountInformation. # noqa: E501 421 422 Reserved: TBD # noqa: E501 423 424 :return: The billing_profile of this AccountInformation. # noqa: E501 425 :rtype: str 426 """ 427 return self._billing_profile 428 429 @billing_profile.setter 430 def billing_profile(self, billing_profile): 431 """Sets the billing_profile of this AccountInformation. 432 433 Reserved: TBD # noqa: E501 434 435 :param billing_profile: The billing_profile of this AccountInformation. # noqa: E501 436 :type: str 437 """ 438 439 self._billing_profile = billing_profile 440 441 @property 442 def brands(self): 443 """Gets the brands of this AccountInformation. # noqa: E501 444 445 # noqa: E501 446 447 :return: The brands of this AccountInformation. # noqa: E501 448 :rtype: BrandsResponse 449 """ 450 return self._brands 451 452 @brands.setter 453 def brands(self, brands): 454 """Sets the brands of this AccountInformation. 455 456 # noqa: E501 457 458 :param brands: The brands of this AccountInformation. # noqa: E501 459 :type: BrandsResponse 460 """ 461 462 self._brands = brands 463 464 @property 465 def can_upgrade(self): 466 """Gets the can_upgrade of this AccountInformation. # noqa: E501 467 468 When set to **true**, specifies that you can upgrade the account through the API. # noqa: E501 469 470 :return: The can_upgrade of this AccountInformation. # noqa: E501 471 :rtype: str 472 """ 473 return self._can_upgrade 474 475 @can_upgrade.setter 476 def can_upgrade(self, can_upgrade): 477 """Sets the can_upgrade of this AccountInformation. 478 479 When set to **true**, specifies that you can upgrade the account through the API. # noqa: E501 480 481 :param can_upgrade: The can_upgrade of this AccountInformation. # noqa: E501 482 :type: str 483 """ 484 485 self._can_upgrade = can_upgrade 486 487 @property 488 def connect_permission(self): 489 """Gets the connect_permission of this AccountInformation. # noqa: E501 490 491 # noqa: E501 492 493 :return: The connect_permission of this AccountInformation. # noqa: E501 494 :rtype: str 495 """ 496 return self._connect_permission 497 498 @connect_permission.setter 499 def connect_permission(self, connect_permission): 500 """Sets the connect_permission of this AccountInformation. 501 502 # noqa: E501 503 504 :param connect_permission: The connect_permission of this AccountInformation. # noqa: E501 505 :type: str 506 """ 507 508 self._connect_permission = connect_permission 509 510 @property 511 def created_date(self): 512 """Gets the created_date of this AccountInformation. # noqa: E501 513 514 # noqa: E501 515 516 :return: The created_date of this AccountInformation. # noqa: E501 517 :rtype: str 518 """ 519 return self._created_date 520 521 @created_date.setter 522 def created_date(self, created_date): 523 """Sets the created_date of this AccountInformation. 524 525 # noqa: E501 526 527 :param created_date: The created_date of this AccountInformation. # noqa: E501 528 :type: str 529 """ 530 531 self._created_date = created_date 532 533 @property 534 def currency_code(self): 535 """Gets the currency_code of this AccountInformation. # noqa: E501 536 537 Specifies the ISO currency code for the account. # noqa: E501 538 539 :return: The currency_code of this AccountInformation. # noqa: E501 540 :rtype: str 541 """ 542 return self._currency_code 543 544 @currency_code.setter 545 def currency_code(self, currency_code): 546 """Sets the currency_code of this AccountInformation. 547 548 Specifies the ISO currency code for the account. # noqa: E501 549 550 :param currency_code: The currency_code of this AccountInformation. # noqa: E501 551 :type: str 552 """ 553 554 self._currency_code = currency_code 555 556 @property 557 def current_plan_id(self): 558 """Gets the current_plan_id of this AccountInformation. # noqa: E501 559 560 Identifies the plan that was used create this account. # noqa: E501 561 562 :return: The current_plan_id of this AccountInformation. # noqa: E501 563 :rtype: str 564 """ 565 return self._current_plan_id 566 567 @current_plan_id.setter 568 def current_plan_id(self, current_plan_id): 569 """Sets the current_plan_id of this AccountInformation. 570 571 Identifies the plan that was used create this account. # noqa: E501 572 573 :param current_plan_id: The current_plan_id of this AccountInformation. # noqa: E501 574 :type: str 575 """ 576 577 self._current_plan_id = current_plan_id 578 579 @property 580 def display_appliance_start_url(self): 581 """Gets the display_appliance_start_url of this AccountInformation. # noqa: E501 582 583 # noqa: E501 584 585 :return: The display_appliance_start_url of this AccountInformation. # noqa: E501 586 :rtype: str 587 """ 588 return self._display_appliance_start_url 589 590 @display_appliance_start_url.setter 591 def display_appliance_start_url(self, display_appliance_start_url): 592 """Sets the display_appliance_start_url of this AccountInformation. 593 594 # noqa: E501 595 596 :param display_appliance_start_url: The display_appliance_start_url of this AccountInformation. # noqa: E501 597 :type: str 598 """ 599 600 self._display_appliance_start_url = display_appliance_start_url 601 602 @property 603 def display_appliance_url(self): 604 """Gets the display_appliance_url of this AccountInformation. # noqa: E501 605 606 # noqa: E501 607 608 :return: The display_appliance_url of this AccountInformation. # noqa: E501 609 :rtype: str 610 """ 611 return self._display_appliance_url 612 613 @display_appliance_url.setter 614 def display_appliance_url(self, display_appliance_url): 615 """Sets the display_appliance_url of this AccountInformation. 616 617 # noqa: E501 618 619 :param display_appliance_url: The display_appliance_url of this AccountInformation. # noqa: E501 620 :type: str 621 """ 622 623 self._display_appliance_url = display_appliance_url 624 625 @property 626 def distributor_code(self): 627 """Gets the distributor_code of this AccountInformation. # noqa: E501 628 629 The code that identifies the billing plan groups and plans for the new account. # noqa: E501 630 631 :return: The distributor_code of this AccountInformation. # noqa: E501 632 :rtype: str 633 """ 634 return self._distributor_code 635 636 @distributor_code.setter 637 def distributor_code(self, distributor_code): 638 """Sets the distributor_code of this AccountInformation. 639 640 The code that identifies the billing plan groups and plans for the new account. # noqa: E501 641 642 :param distributor_code: The distributor_code of this AccountInformation. # noqa: E501 643 :type: str 644 """ 645 646 self._distributor_code = distributor_code 647 648 @property 649 def docu_sign_landing_url(self): 650 """Gets the docu_sign_landing_url of this AccountInformation. # noqa: E501 651 652 # noqa: E501 653 654 :return: The docu_sign_landing_url of this AccountInformation. # noqa: E501 655 :rtype: str 656 """ 657 return self._docu_sign_landing_url 658 659 @docu_sign_landing_url.setter 660 def docu_sign_landing_url(self, docu_sign_landing_url): 661 """Sets the docu_sign_landing_url of this AccountInformation. 662 663 # noqa: E501 664 665 :param docu_sign_landing_url: The docu_sign_landing_url of this AccountInformation. # noqa: E501 666 :type: str 667 """ 668 669 self._docu_sign_landing_url = docu_sign_landing_url 670 671 @property 672 def dss_values(self): 673 """Gets the dss_values of this AccountInformation. # noqa: E501 674 675 # noqa: E501 676 677 :return: The dss_values of this AccountInformation. # noqa: E501 678 :rtype: dict(str, str) 679 """ 680 return self._dss_values 681 682 @dss_values.setter 683 def dss_values(self, dss_values): 684 """Sets the dss_values of this AccountInformation. 685 686 # noqa: E501 687 688 :param dss_values: The dss_values of this AccountInformation. # noqa: E501 689 :type: dict(str, str) 690 """ 691 692 self._dss_values = dss_values 693 694 @property 695 def envelope_sending_blocked(self): 696 """Gets the envelope_sending_blocked of this AccountInformation. # noqa: E501 697 698 # noqa: E501 699 700 :return: The envelope_sending_blocked of this AccountInformation. # noqa: E501 701 :rtype: str 702 """ 703 return self._envelope_sending_blocked 704 705 @envelope_sending_blocked.setter 706 def envelope_sending_blocked(self, envelope_sending_blocked): 707 """Sets the envelope_sending_blocked of this AccountInformation. 708 709 # noqa: E501 710 711 :param envelope_sending_blocked: The envelope_sending_blocked of this AccountInformation. # noqa: E501 712 :type: str 713 """ 714 715 self._envelope_sending_blocked = envelope_sending_blocked 716 717 @property 718 def envelope_unit_price(self): 719 """Gets the envelope_unit_price of this AccountInformation. # noqa: E501 720 721 # noqa: E501 722 723 :return: The envelope_unit_price of this AccountInformation. # noqa: E501 724 :rtype: str 725 """ 726 return self._envelope_unit_price 727 728 @envelope_unit_price.setter 729 def envelope_unit_price(self, envelope_unit_price): 730 """Sets the envelope_unit_price of this AccountInformation. 731 732 # noqa: E501 733 734 :param envelope_unit_price: The envelope_unit_price of this AccountInformation. # noqa: E501 735 :type: str 736 """ 737 738 self._envelope_unit_price = envelope_unit_price 739 740 @property 741 def external_account_id(self): 742 """Gets the external_account_id of this AccountInformation. # noqa: E501 743 744 # noqa: E501 745 746 :return: The external_account_id of this AccountInformation. # noqa: E501 747 :rtype: str 748 """ 749 return self._external_account_id 750 751 @external_account_id.setter 752 def external_account_id(self, external_account_id): 753 """Sets the external_account_id of this AccountInformation. 754 755 # noqa: E501 756 757 :param external_account_id: The external_account_id of this AccountInformation. # noqa: E501 758 :type: str 759 """ 760 761 self._external_account_id = external_account_id 762 763 @property 764 def forgotten_password_questions_count(self): 765 """Gets the forgotten_password_questions_count of this AccountInformation. # noqa: E501 766 767 A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. # noqa: E501 768 769 :return: The forgotten_password_questions_count of this AccountInformation. # noqa: E501 770 :rtype: str 771 """ 772 return self._forgotten_password_questions_count 773 774 @forgotten_password_questions_count.setter 775 def forgotten_password_questions_count(self, forgotten_password_questions_count): 776 """Sets the forgotten_password_questions_count of this AccountInformation. 777 778 A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. # noqa: E501 779 780 :param forgotten_password_questions_count: The forgotten_password_questions_count of this AccountInformation. # noqa: E501 781 :type: str 782 """ 783 784 self._forgotten_password_questions_count = forgotten_password_questions_count 785 786 @property 787 def free_envelope_sends_remaining_for_advanced_doc_gen(self): 788 """Gets the free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. # noqa: E501 789 790 # noqa: E501 791 792 :return: The free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. # noqa: E501 793 :rtype: int 794 """ 795 return self._free_envelope_sends_remaining_for_advanced_doc_gen 796 797 @free_envelope_sends_remaining_for_advanced_doc_gen.setter 798 def free_envelope_sends_remaining_for_advanced_doc_gen(self, free_envelope_sends_remaining_for_advanced_doc_gen): 799 """Sets the free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. 800 801 # noqa: E501 802 803 :param free_envelope_sends_remaining_for_advanced_doc_gen: The free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. # noqa: E501 804 :type: int 805 """ 806 807 self._free_envelope_sends_remaining_for_advanced_doc_gen = free_envelope_sends_remaining_for_advanced_doc_gen 808 809 @property 810 def is_downgrade(self): 811 """Gets the is_downgrade of this AccountInformation. # noqa: E501 812 813 # noqa: E501 814 815 :return: The is_downgrade of this AccountInformation. # noqa: E501 816 :rtype: str 817 """ 818 return self._is_downgrade 819 820 @is_downgrade.setter 821 def is_downgrade(self, is_downgrade): 822 """Sets the is_downgrade of this AccountInformation. 823 824 # noqa: E501 825 826 :param is_downgrade: The is_downgrade of this AccountInformation. # noqa: E501 827 :type: str 828 """ 829 830 self._is_downgrade = is_downgrade 831 832 @property 833 def is_free_to_trial_eligible(self): 834 """Gets the is_free_to_trial_eligible of this AccountInformation. # noqa: E501 835 836 # noqa: E501 837 838 :return: The is_free_to_trial_eligible of this AccountInformation. # noqa: E501 839 :rtype: str 840 """ 841 return self._is_free_to_trial_eligible 842 843 @is_free_to_trial_eligible.setter 844 def is_free_to_trial_eligible(self, is_free_to_trial_eligible): 845 """Sets the is_free_to_trial_eligible of this AccountInformation. 846 847 # noqa: E501 848 849 :param is_free_to_trial_eligible: The is_free_to_trial_eligible of this AccountInformation. # noqa: E501 850 :type: str 851 """ 852 853 self._is_free_to_trial_eligible = is_free_to_trial_eligible 854 855 @property 856 def payment_method(self): 857 """Gets the payment_method of this AccountInformation. # noqa: E501 858 859 # noqa: E501 860 861 :return: The payment_method of this AccountInformation. # noqa: E501 862 :rtype: str 863 """ 864 return self._payment_method 865 866 @payment_method.setter 867 def payment_method(self, payment_method): 868 """Sets the payment_method of this AccountInformation. 869 870 # noqa: E501 871 872 :param payment_method: The payment_method of this AccountInformation. # noqa: E501 873 :type: str 874 """ 875 876 self._payment_method = payment_method 877 878 @property 879 def plan_classification(self): 880 """Gets the plan_classification of this AccountInformation. # noqa: E501 881 882 Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 883 884 :return: The plan_classification of this AccountInformation. # noqa: E501 885 :rtype: str 886 """ 887 return self._plan_classification 888 889 @plan_classification.setter 890 def plan_classification(self, plan_classification): 891 """Sets the plan_classification of this AccountInformation. 892 893 Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501 894 895 :param plan_classification: The plan_classification of this AccountInformation. # noqa: E501 896 :type: str 897 """ 898 899 self._plan_classification = plan_classification 900 901 @property 902 def plan_end_date(self): 903 """Gets the plan_end_date of this AccountInformation. # noqa: E501 904 905 The date that the current plan will end. # noqa: E501 906 907 :return: The plan_end_date of this AccountInformation. # noqa: E501 908 :rtype: str 909 """ 910 return self._plan_end_date 911 912 @plan_end_date.setter 913 def plan_end_date(self, plan_end_date): 914 """Sets the plan_end_date of this AccountInformation. 915 916 The date that the current plan will end. # noqa: E501 917 918 :param plan_end_date: The plan_end_date of this AccountInformation. # noqa: E501 919 :type: str 920 """ 921 922 self._plan_end_date = plan_end_date 923 924 @property 925 def plan_name(self): 926 """Gets the plan_name of this AccountInformation. # noqa: E501 927 928 The name of the Billing Plan. # noqa: E501 929 930 :return: The plan_name of this AccountInformation. # noqa: E501 931 :rtype: str 932 """ 933 return self._plan_name 934 935 @plan_name.setter 936 def plan_name(self, plan_name): 937 """Sets the plan_name of this AccountInformation. 938 939 The name of the Billing Plan. # noqa: E501 940 941 :param plan_name: The plan_name of this AccountInformation. # noqa: E501 942 :type: str 943 """ 944 945 self._plan_name = plan_name 946 947 @property 948 def plan_start_date(self): 949 """Gets the plan_start_date of this AccountInformation. # noqa: E501 950 951 The date that the Account started using the current plan. # noqa: E501 952 953 :return: The plan_start_date of this AccountInformation. # noqa: E501 954 :rtype: str 955 """ 956 return self._plan_start_date 957 958 @plan_start_date.setter 959 def plan_start_date(self, plan_start_date): 960 """Sets the plan_start_date of this AccountInformation. 961 962 The date that the Account started using the current plan. # noqa: E501 963 964 :param plan_start_date: The plan_start_date of this AccountInformation. # noqa: E501 965 :type: str 966 """ 967 968 self._plan_start_date = plan_start_date 969 970 @property 971 def recipient_domains(self): 972 """Gets the recipient_domains of this AccountInformation. # noqa: E501 973 974 # noqa: E501 975 976 :return: The recipient_domains of this AccountInformation. # noqa: E501 977 :rtype: list[RecipientDomain] 978 """ 979 return self._recipient_domains 980 981 @recipient_domains.setter 982 def recipient_domains(self, recipient_domains): 983 """Sets the recipient_domains of this AccountInformation. 984 985 # noqa: E501 986 987 :param recipient_domains: The recipient_domains of this AccountInformation. # noqa: E501 988 :type: list[RecipientDomain] 989 """ 990 991 self._recipient_domains = recipient_domains 992 993 @property 994 def seats_allowed(self): 995 """Gets the seats_allowed of this AccountInformation. # noqa: E501 996 997 # noqa: E501 998 999 :return: The seats_allowed of this AccountInformation. # noqa: E501 1000 :rtype: str 1001 """ 1002 return self._seats_allowed 1003 1004 @seats_allowed.setter 1005 def seats_allowed(self, seats_allowed): 1006 """Sets the seats_allowed of this AccountInformation. 1007 1008 # noqa: E501 1009 1010 :param seats_allowed: The seats_allowed of this AccountInformation. # noqa: E501 1011 :type: str 1012 """ 1013 1014 self._seats_allowed = seats_allowed 1015 1016 @property 1017 def seats_in_use(self): 1018 """Gets the seats_in_use of this AccountInformation. # noqa: E501 1019 1020 # noqa: E501 1021 1022 :return: The seats_in_use of this AccountInformation. # noqa: E501 1023 :rtype: str 1024 """ 1025 return self._seats_in_use 1026 1027 @seats_in_use.setter 1028 def seats_in_use(self, seats_in_use): 1029 """Sets the seats_in_use of this AccountInformation. 1030 1031 # noqa: E501 1032 1033 :param seats_in_use: The seats_in_use of this AccountInformation. # noqa: E501 1034 :type: str 1035 """ 1036 1037 self._seats_in_use = seats_in_use 1038 1039 @property 1040 def status21_cfr_part11(self): 1041 """Gets the status21_cfr_part11 of this AccountInformation. # noqa: E501 1042 1043 # noqa: E501 1044 1045 :return: The status21_cfr_part11 of this AccountInformation. # noqa: E501 1046 :rtype: str 1047 """ 1048 return self._status21_cfr_part11 1049 1050 @status21_cfr_part11.setter 1051 def status21_cfr_part11(self, status21_cfr_part11): 1052 """Sets the status21_cfr_part11 of this AccountInformation. 1053 1054 # noqa: E501 1055 1056 :param status21_cfr_part11: The status21_cfr_part11 of this AccountInformation. # noqa: E501 1057 :type: str 1058 """ 1059 1060 self._status21_cfr_part11 = status21_cfr_part11 1061 1062 @property 1063 def suspension_date(self): 1064 """Gets the suspension_date of this AccountInformation. # noqa: E501 1065 1066 # noqa: E501 1067 1068 :return: The suspension_date of this AccountInformation. # noqa: E501 1069 :rtype: str 1070 """ 1071 return self._suspension_date 1072 1073 @suspension_date.setter 1074 def suspension_date(self, suspension_date): 1075 """Sets the suspension_date of this AccountInformation. 1076 1077 # noqa: E501 1078 1079 :param suspension_date: The suspension_date of this AccountInformation. # noqa: E501 1080 :type: str 1081 """ 1082 1083 self._suspension_date = suspension_date 1084 1085 @property 1086 def suspension_status(self): 1087 """Gets the suspension_status of this AccountInformation. # noqa: E501 1088 1089 # noqa: E501 1090 1091 :return: The suspension_status of this AccountInformation. # noqa: E501 1092 :rtype: str 1093 """ 1094 return self._suspension_status 1095 1096 @suspension_status.setter 1097 def suspension_status(self, suspension_status): 1098 """Sets the suspension_status of this AccountInformation. 1099 1100 # noqa: E501 1101 1102 :param suspension_status: The suspension_status of this AccountInformation. # noqa: E501 1103 :type: str 1104 """ 1105 1106 self._suspension_status = suspension_status 1107 1108 @property 1109 def use_display_appliance(self): 1110 """Gets the use_display_appliance of this AccountInformation. # noqa: E501 1111 1112 # noqa: E501 1113 1114 :return: The use_display_appliance of this AccountInformation. # noqa: E501 1115 :rtype: bool 1116 """ 1117 return self._use_display_appliance 1118 1119 @use_display_appliance.setter 1120 def use_display_appliance(self, use_display_appliance): 1121 """Sets the use_display_appliance of this AccountInformation. 1122 1123 # noqa: E501 1124 1125 :param use_display_appliance: The use_display_appliance of this AccountInformation. # noqa: E501 1126 :type: bool 1127 """ 1128 1129 self._use_display_appliance = use_display_appliance 1130 1131 def to_dict(self): 1132 """Returns the model properties as a dict""" 1133 result = {} 1134 1135 for attr, _ in six.iteritems(self.swagger_types): 1136 value = getattr(self, attr) 1137 if isinstance(value, list): 1138 result[attr] = list(map( 1139 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 1140 value 1141 )) 1142 elif hasattr(value, "to_dict"): 1143 result[attr] = value.to_dict() 1144 elif isinstance(value, dict): 1145 result[attr] = dict(map( 1146 lambda item: (item[0], item[1].to_dict()) 1147 if hasattr(item[1], "to_dict") else item, 1148 value.items() 1149 )) 1150 else: 1151 result[attr] = value 1152 if issubclass(AccountInformation, dict): 1153 for key, value in self.items(): 1154 result[key] = value 1155 1156 return result 1157 1158 def to_str(self): 1159 """Returns the string representation of the model""" 1160 return pprint.pformat(self.to_dict()) 1161 1162 def __repr__(self): 1163 """For `print` and `pprint`""" 1164 return self.to_str() 1165 1166 def __eq__(self, other): 1167 """Returns true if both objects are equal""" 1168 if not isinstance(other, AccountInformation): 1169 return False 1170 1171 return self.to_dict() == other.to_dict() 1172 1173 def __ne__(self, other): 1174 """Returns true if both objects are not equal""" 1175 if not isinstance(other, AccountInformation): 1176 return True 1177 1178 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.
122 def __init__(self, _configuration=None, **kwargs): # noqa: E501 123 """AccountInformation - a model defined in Swagger""" # noqa: E501 124 if _configuration is None: 125 _configuration = Configuration() 126 self._configuration = _configuration 127 128 self._account_id_guid = None 129 self._account_name = None 130 self._account_settings = None 131 self._allow_transaction_rooms = None 132 self._billing_period_days_remaining = None 133 self._billing_period_end_date = None 134 self._billing_period_envelopes_allowed = None 135 self._billing_period_envelopes_sent = None 136 self._billing_period_start_date = None 137 self._billing_profile = None 138 self._brands = None 139 self._can_upgrade = None 140 self._connect_permission = None 141 self._created_date = None 142 self._currency_code = None 143 self._current_plan_id = None 144 self._display_appliance_start_url = None 145 self._display_appliance_url = None 146 self._distributor_code = None 147 self._docu_sign_landing_url = None 148 self._dss_values = None 149 self._envelope_sending_blocked = None 150 self._envelope_unit_price = None 151 self._external_account_id = None 152 self._forgotten_password_questions_count = None 153 self._free_envelope_sends_remaining_for_advanced_doc_gen = None 154 self._is_downgrade = None 155 self._is_free_to_trial_eligible = None 156 self._payment_method = None 157 self._plan_classification = None 158 self._plan_end_date = None 159 self._plan_name = None 160 self._plan_start_date = None 161 self._recipient_domains = None 162 self._seats_allowed = None 163 self._seats_in_use = None 164 self._status21_cfr_part11 = None 165 self._suspension_date = None 166 self._suspension_status = None 167 self._use_display_appliance = None 168 self.discriminator = None 169 170 setattr(self, "_{}".format('account_id_guid'), kwargs.get('account_id_guid', None)) 171 setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None)) 172 setattr(self, "_{}".format('account_settings'), kwargs.get('account_settings', None)) 173 setattr(self, "_{}".format('allow_transaction_rooms'), kwargs.get('allow_transaction_rooms', None)) 174 setattr(self, "_{}".format('billing_period_days_remaining'), kwargs.get('billing_period_days_remaining', None)) 175 setattr(self, "_{}".format('billing_period_end_date'), kwargs.get('billing_period_end_date', None)) 176 setattr(self, "_{}".format('billing_period_envelopes_allowed'), kwargs.get('billing_period_envelopes_allowed', None)) 177 setattr(self, "_{}".format('billing_period_envelopes_sent'), kwargs.get('billing_period_envelopes_sent', None)) 178 setattr(self, "_{}".format('billing_period_start_date'), kwargs.get('billing_period_start_date', None)) 179 setattr(self, "_{}".format('billing_profile'), kwargs.get('billing_profile', None)) 180 setattr(self, "_{}".format('brands'), kwargs.get('brands', None)) 181 setattr(self, "_{}".format('can_upgrade'), kwargs.get('can_upgrade', None)) 182 setattr(self, "_{}".format('connect_permission'), kwargs.get('connect_permission', None)) 183 setattr(self, "_{}".format('created_date'), kwargs.get('created_date', None)) 184 setattr(self, "_{}".format('currency_code'), kwargs.get('currency_code', None)) 185 setattr(self, "_{}".format('current_plan_id'), kwargs.get('current_plan_id', None)) 186 setattr(self, "_{}".format('display_appliance_start_url'), kwargs.get('display_appliance_start_url', None)) 187 setattr(self, "_{}".format('display_appliance_url'), kwargs.get('display_appliance_url', None)) 188 setattr(self, "_{}".format('distributor_code'), kwargs.get('distributor_code', None)) 189 setattr(self, "_{}".format('docu_sign_landing_url'), kwargs.get('docu_sign_landing_url', None)) 190 setattr(self, "_{}".format('dss_values'), kwargs.get('dss_values', None)) 191 setattr(self, "_{}".format('envelope_sending_blocked'), kwargs.get('envelope_sending_blocked', None)) 192 setattr(self, "_{}".format('envelope_unit_price'), kwargs.get('envelope_unit_price', None)) 193 setattr(self, "_{}".format('external_account_id'), kwargs.get('external_account_id', None)) 194 setattr(self, "_{}".format('forgotten_password_questions_count'), kwargs.get('forgotten_password_questions_count', None)) 195 setattr(self, "_{}".format('free_envelope_sends_remaining_for_advanced_doc_gen'), kwargs.get('free_envelope_sends_remaining_for_advanced_doc_gen', None)) 196 setattr(self, "_{}".format('is_downgrade'), kwargs.get('is_downgrade', None)) 197 setattr(self, "_{}".format('is_free_to_trial_eligible'), kwargs.get('is_free_to_trial_eligible', None)) 198 setattr(self, "_{}".format('payment_method'), kwargs.get('payment_method', None)) 199 setattr(self, "_{}".format('plan_classification'), kwargs.get('plan_classification', None)) 200 setattr(self, "_{}".format('plan_end_date'), kwargs.get('plan_end_date', None)) 201 setattr(self, "_{}".format('plan_name'), kwargs.get('plan_name', None)) 202 setattr(self, "_{}".format('plan_start_date'), kwargs.get('plan_start_date', None)) 203 setattr(self, "_{}".format('recipient_domains'), kwargs.get('recipient_domains', None)) 204 setattr(self, "_{}".format('seats_allowed'), kwargs.get('seats_allowed', None)) 205 setattr(self, "_{}".format('seats_in_use'), kwargs.get('seats_in_use', None)) 206 setattr(self, "_{}".format('status21_cfr_part11'), kwargs.get('status21_cfr_part11', None)) 207 setattr(self, "_{}".format('suspension_date'), kwargs.get('suspension_date', None)) 208 setattr(self, "_{}".format('suspension_status'), kwargs.get('suspension_status', None)) 209 setattr(self, "_{}".format('use_display_appliance'), kwargs.get('use_display_appliance', None))
AccountInformation - a model defined in Swagger
Gets the account_id_guid of this AccountInformation. # noqa: E501
The GUID associated with the account ID. # noqa: E501
Returns
The account_id_guid of this AccountInformation. # noqa: E501
Gets the account_name of this AccountInformation. # noqa: E501
The name of the current account. # noqa: E501
Returns
The account_name of this AccountInformation. # noqa: E501
Gets the account_settings of this AccountInformation. # noqa: E501
The list of account settings. These determine the features available for the account. Note that some features are determined by the plan used to create the account, and cannot be overridden. # noqa: E501
Returns
The account_settings of this AccountInformation. # noqa: E501
Gets the allow_transaction_rooms of this AccountInformation. # noqa: E501
When set to true, the transaction rooms feature exposed through the Workspaces API is enabled. # noqa: E501
Returns
The allow_transaction_rooms of this AccountInformation. # noqa: E501
Gets the billing_period_days_remaining of this AccountInformation. # noqa: E501
Reserved: TBD # noqa: E501
Returns
The billing_period_days_remaining of this AccountInformation. # noqa: E501
Gets the billing_period_end_date of this AccountInformation. # noqa: E501
Reserved: TBD # noqa: E501
Returns
The billing_period_end_date of this AccountInformation. # noqa: E501
Gets the billing_period_envelopes_allowed of this AccountInformation. # noqa: E501
Reserved: TBD # noqa: E501
Returns
The billing_period_envelopes_allowed of this AccountInformation. # noqa: E501
Gets the billing_period_envelopes_sent of this AccountInformation. # noqa: E501
Reserved: TBD # noqa: E501
Returns
The billing_period_envelopes_sent of this AccountInformation. # noqa: E501
Gets the billing_period_start_date of this AccountInformation. # noqa: E501
Reserved: TBD # noqa: E501
Returns
The billing_period_start_date of this AccountInformation. # noqa: E501
Gets the billing_profile of this AccountInformation. # noqa: E501
Reserved: TBD # noqa: E501
Returns
The billing_profile of this AccountInformation. # noqa: E501
Gets the brands of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The brands of this AccountInformation. # noqa: E501
Gets the can_upgrade of this AccountInformation. # noqa: E501
When set to true, specifies that you can upgrade the account through the API. # noqa: E501
Returns
The can_upgrade of this AccountInformation. # noqa: E501
Gets the connect_permission of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The connect_permission of this AccountInformation. # noqa: E501
Gets the created_date of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The created_date of this AccountInformation. # noqa: E501
Gets the currency_code of this AccountInformation. # noqa: E501
Specifies the ISO currency code for the account. # noqa: E501
Returns
The currency_code of this AccountInformation. # noqa: E501
Gets the current_plan_id of this AccountInformation. # noqa: E501
Identifies the plan that was used create this account. # noqa: E501
Returns
The current_plan_id of this AccountInformation. # noqa: E501
Gets the display_appliance_start_url of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The display_appliance_start_url of this AccountInformation. # noqa: E501
Gets the display_appliance_url of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The display_appliance_url of this AccountInformation. # noqa: E501
Gets the distributor_code of this AccountInformation. # noqa: E501
The code that identifies the billing plan groups and plans for the new account. # noqa: E501
Returns
The distributor_code of this AccountInformation. # noqa: E501
Gets the docu_sign_landing_url of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The docu_sign_landing_url of this AccountInformation. # noqa: E501
Gets the dss_values of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The dss_values of this AccountInformation. # noqa: E501
Gets the envelope_sending_blocked of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The envelope_sending_blocked of this AccountInformation. # noqa: E501
Gets the envelope_unit_price of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The envelope_unit_price of this AccountInformation. # noqa: E501
Gets the external_account_id of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The external_account_id of this AccountInformation. # noqa: E501
Gets the forgotten_password_questions_count of this AccountInformation. # noqa: E501
A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. # noqa: E501
Returns
The forgotten_password_questions_count of this AccountInformation. # noqa: E501
Gets the free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The free_envelope_sends_remaining_for_advanced_doc_gen of this AccountInformation. # noqa: E501
Gets the is_downgrade of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The is_downgrade of this AccountInformation. # noqa: E501
Gets the is_free_to_trial_eligible of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The is_free_to_trial_eligible of this AccountInformation. # noqa: E501
Gets the payment_method of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The payment_method of this AccountInformation. # noqa: E501
Gets the plan_classification of this AccountInformation. # noqa: E501
Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. # noqa: E501
Returns
The plan_classification of this AccountInformation. # noqa: E501
Gets the plan_end_date of this AccountInformation. # noqa: E501
The date that the current plan will end. # noqa: E501
Returns
The plan_end_date of this AccountInformation. # noqa: E501
Gets the plan_name of this AccountInformation. # noqa: E501
The name of the Billing Plan. # noqa: E501
Returns
The plan_name of this AccountInformation. # noqa: E501
Gets the plan_start_date of this AccountInformation. # noqa: E501
The date that the Account started using the current plan. # noqa: E501
Returns
The plan_start_date of this AccountInformation. # noqa: E501
Gets the recipient_domains of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The recipient_domains of this AccountInformation. # noqa: E501
Gets the seats_allowed of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The seats_allowed of this AccountInformation. # noqa: E501
Gets the seats_in_use of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The seats_in_use of this AccountInformation. # noqa: E501
Gets the status21_cfr_part11 of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The status21_cfr_part11 of this AccountInformation. # noqa: E501
Gets the suspension_date of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The suspension_date of this AccountInformation. # noqa: E501
Gets the suspension_status of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The suspension_status of this AccountInformation. # noqa: E501
Gets the use_display_appliance of this AccountInformation. # noqa: E501
# noqa: E501
Returns
The use_display_appliance of this AccountInformation. # noqa: E501
1131 def to_dict(self): 1132 """Returns the model properties as a dict""" 1133 result = {} 1134 1135 for attr, _ in six.iteritems(self.swagger_types): 1136 value = getattr(self, attr) 1137 if isinstance(value, list): 1138 result[attr] = list(map( 1139 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 1140 value 1141 )) 1142 elif hasattr(value, "to_dict"): 1143 result[attr] = value.to_dict() 1144 elif isinstance(value, dict): 1145 result[attr] = dict(map( 1146 lambda item: (item[0], item[1].to_dict()) 1147 if hasattr(item[1], "to_dict") else item, 1148 value.items() 1149 )) 1150 else: 1151 result[attr] = value 1152 if issubclass(AccountInformation, dict): 1153 for key, value in self.items(): 1154 result[key] = value 1155 1156 return result
Returns the model properties as a dict