class DocuSign_eSign::ConsumerDisclosure

Attributes

account_esign_id[RW]

A GUID identifying the account associated with the consumer disclosure

allow_cd_withdraw[RW]

Indicates whether the customer can withdraw their acceptance of the consumer disclosure.

allow_cd_withdraw_metadata[RW]
change_email[RW]
change_email_other[RW]
company_name[RW]

The name of the company associated with the consumer disclosure.

company_phone[RW]

The phone number of the company associated with the consumer disclosure.

copy_cost_per_page[RW]
copy_fee_collection_method[RW]

Specifies the fee collection method for cases in which the customer requires paper copies of the document. Maximum Length: 255 characters

copy_request_email[RW]
custom[RW]
enable_esign[RW]
esign_agreement[RW]

The Electronic Record and Signature Disclosure text. The disclosure text includes the html formatting.

esign_text[RW]
language_code[RW]
must_agree_to_esign[RW]
pdf_id[RW]
use_brand[RW]
use_consumer_disclosure_within_account[RW]
use_consumer_disclosure_within_account_metadata[RW]
withdraw_address_line1[RW]

Contains the first address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters.

withdraw_address_line2[RW]

Contains the second address line of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters.

withdraw_by_email[RW]

Indicates whether the customer can withdraw consent by email.

withdraw_by_mail[RW]

Indicates whether the customer can withdraw consent by postal mail.

withdraw_by_phone[RW]

Indicates whether the customer can withdraw consent by phone.

withdraw_city[RW]

Contains the city of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 50 characters.

withdraw_consequences[RW]

Indicates the consequences of withdrawing consent.

withdraw_email[RW]

Contains the email address to which a customer can send a consent withdrawal notification. Maximum length: 100 characters.

withdraw_other[RW]

Indicates other information need to withdraw consent. Maximum length: 255 characters.

withdraw_phone[RW]

Contains the phone number which a customer can call to register consent withdrawal notification. Maximum length: 20 characters.

withdraw_postal_code[RW]

Contains the postal code of the postal address to which a customer can send a consent withdrawal notification. Maximum length: 20 characters.

withdraw_state[RW]

Contains the state of the postal address to which a customer can send a consent withdrawal notification.

Public Class Methods

attribute_map() click to toggle source

Attribute mapping from ruby-style variable name to JSON key.

# File lib/docusign_esign/models/consumer_disclosure.rb, line 111
def self.attribute_map
  {
    :'account_esign_id' => :'accountEsignId',
    :'allow_cd_withdraw' => :'allowCDWithdraw',
    :'allow_cd_withdraw_metadata' => :'allowCDWithdrawMetadata',
    :'change_email' => :'changeEmail',
    :'change_email_other' => :'changeEmailOther',
    :'company_name' => :'companyName',
    :'company_phone' => :'companyPhone',
    :'copy_cost_per_page' => :'copyCostPerPage',
    :'copy_fee_collection_method' => :'copyFeeCollectionMethod',
    :'copy_request_email' => :'copyRequestEmail',
    :'custom' => :'custom',
    :'enable_esign' => :'enableEsign',
    :'esign_agreement' => :'esignAgreement',
    :'esign_text' => :'esignText',
    :'language_code' => :'languageCode',
    :'must_agree_to_esign' => :'mustAgreeToEsign',
    :'pdf_id' => :'pdfId',
    :'use_brand' => :'useBrand',
    :'use_consumer_disclosure_within_account' => :'useConsumerDisclosureWithinAccount',
    :'use_consumer_disclosure_within_account_metadata' => :'useConsumerDisclosureWithinAccountMetadata',
    :'withdraw_address_line1' => :'withdrawAddressLine1',
    :'withdraw_address_line2' => :'withdrawAddressLine2',
    :'withdraw_by_email' => :'withdrawByEmail',
    :'withdraw_by_mail' => :'withdrawByMail',
    :'withdraw_by_phone' => :'withdrawByPhone',
    :'withdraw_city' => :'withdrawCity',
    :'withdraw_consequences' => :'withdrawConsequences',
    :'withdraw_email' => :'withdrawEmail',
    :'withdraw_other' => :'withdrawOther',
    :'withdraw_phone' => :'withdrawPhone',
    :'withdraw_postal_code' => :'withdrawPostalCode',
    :'withdraw_state' => :'withdrawState'
  }
end
new(attributes = {}) click to toggle source

Initializes the object @param [Hash] attributes Model attributes in the form of hash

# File lib/docusign_esign/models/consumer_disclosure.rb, line 188
def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }

  if attributes.has_key?(:'accountEsignId')
    self.account_esign_id = attributes[:'accountEsignId']
  end

  if attributes.has_key?(:'allowCDWithdraw')
    self.allow_cd_withdraw = attributes[:'allowCDWithdraw']
  end

  if attributes.has_key?(:'allowCDWithdrawMetadata')
    self.allow_cd_withdraw_metadata = attributes[:'allowCDWithdrawMetadata']
  end

  if attributes.has_key?(:'changeEmail')
    self.change_email = attributes[:'changeEmail']
  end

  if attributes.has_key?(:'changeEmailOther')
    self.change_email_other = attributes[:'changeEmailOther']
  end

  if attributes.has_key?(:'companyName')
    self.company_name = attributes[:'companyName']
  end

  if attributes.has_key?(:'companyPhone')
    self.company_phone = attributes[:'companyPhone']
  end

  if attributes.has_key?(:'copyCostPerPage')
    self.copy_cost_per_page = attributes[:'copyCostPerPage']
  end

  if attributes.has_key?(:'copyFeeCollectionMethod')
    self.copy_fee_collection_method = attributes[:'copyFeeCollectionMethod']
  end

  if attributes.has_key?(:'copyRequestEmail')
    self.copy_request_email = attributes[:'copyRequestEmail']
  end

  if attributes.has_key?(:'custom')
    self.custom = attributes[:'custom']
  end

  if attributes.has_key?(:'enableEsign')
    self.enable_esign = attributes[:'enableEsign']
  end

  if attributes.has_key?(:'esignAgreement')
    self.esign_agreement = attributes[:'esignAgreement']
  end

  if attributes.has_key?(:'esignText')
    self.esign_text = attributes[:'esignText']
  end

  if attributes.has_key?(:'languageCode')
    self.language_code = attributes[:'languageCode']
  end

  if attributes.has_key?(:'mustAgreeToEsign')
    self.must_agree_to_esign = attributes[:'mustAgreeToEsign']
  end

  if attributes.has_key?(:'pdfId')
    self.pdf_id = attributes[:'pdfId']
  end

  if attributes.has_key?(:'useBrand')
    self.use_brand = attributes[:'useBrand']
  end

  if attributes.has_key?(:'useConsumerDisclosureWithinAccount')
    self.use_consumer_disclosure_within_account = attributes[:'useConsumerDisclosureWithinAccount']
  end

  if attributes.has_key?(:'useConsumerDisclosureWithinAccountMetadata')
    self.use_consumer_disclosure_within_account_metadata = attributes[:'useConsumerDisclosureWithinAccountMetadata']
  end

  if attributes.has_key?(:'withdrawAddressLine1')
    self.withdraw_address_line1 = attributes[:'withdrawAddressLine1']
  end

  if attributes.has_key?(:'withdrawAddressLine2')
    self.withdraw_address_line2 = attributes[:'withdrawAddressLine2']
  end

  if attributes.has_key?(:'withdrawByEmail')
    self.withdraw_by_email = attributes[:'withdrawByEmail']
  end

  if attributes.has_key?(:'withdrawByMail')
    self.withdraw_by_mail = attributes[:'withdrawByMail']
  end

  if attributes.has_key?(:'withdrawByPhone')
    self.withdraw_by_phone = attributes[:'withdrawByPhone']
  end

  if attributes.has_key?(:'withdrawCity')
    self.withdraw_city = attributes[:'withdrawCity']
  end

  if attributes.has_key?(:'withdrawConsequences')
    self.withdraw_consequences = attributes[:'withdrawConsequences']
  end

  if attributes.has_key?(:'withdrawEmail')
    self.withdraw_email = attributes[:'withdrawEmail']
  end

  if attributes.has_key?(:'withdrawOther')
    self.withdraw_other = attributes[:'withdrawOther']
  end

  if attributes.has_key?(:'withdrawPhone')
    self.withdraw_phone = attributes[:'withdrawPhone']
  end

  if attributes.has_key?(:'withdrawPostalCode')
    self.withdraw_postal_code = attributes[:'withdrawPostalCode']
  end

  if attributes.has_key?(:'withdrawState')
    self.withdraw_state = attributes[:'withdrawState']
  end
end
swagger_types() click to toggle source

Attribute type mapping.

# File lib/docusign_esign/models/consumer_disclosure.rb, line 149
def self.swagger_types
  {
    :'account_esign_id' => :'String',
    :'allow_cd_withdraw' => :'String',
    :'allow_cd_withdraw_metadata' => :'SettingsMetadata',
    :'change_email' => :'String',
    :'change_email_other' => :'String',
    :'company_name' => :'String',
    :'company_phone' => :'String',
    :'copy_cost_per_page' => :'String',
    :'copy_fee_collection_method' => :'String',
    :'copy_request_email' => :'String',
    :'custom' => :'String',
    :'enable_esign' => :'String',
    :'esign_agreement' => :'String',
    :'esign_text' => :'String',
    :'language_code' => :'String',
    :'must_agree_to_esign' => :'String',
    :'pdf_id' => :'String',
    :'use_brand' => :'String',
    :'use_consumer_disclosure_within_account' => :'String',
    :'use_consumer_disclosure_within_account_metadata' => :'SettingsMetadata',
    :'withdraw_address_line1' => :'String',
    :'withdraw_address_line2' => :'String',
    :'withdraw_by_email' => :'String',
    :'withdraw_by_mail' => :'String',
    :'withdraw_by_phone' => :'String',
    :'withdraw_city' => :'String',
    :'withdraw_consequences' => :'String',
    :'withdraw_email' => :'String',
    :'withdraw_other' => :'String',
    :'withdraw_phone' => :'String',
    :'withdraw_postal_code' => :'String',
    :'withdraw_state' => :'String'
  }
end

Public Instance Methods

==(o) click to toggle source

Checks equality by comparing each attribute. @param [Object] Object to be compared

# File lib/docusign_esign/models/consumer_disclosure.rb, line 338
def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      account_esign_id == o.account_esign_id &&
      allow_cd_withdraw == o.allow_cd_withdraw &&
      allow_cd_withdraw_metadata == o.allow_cd_withdraw_metadata &&
      change_email == o.change_email &&
      change_email_other == o.change_email_other &&
      company_name == o.company_name &&
      company_phone == o.company_phone &&
      copy_cost_per_page == o.copy_cost_per_page &&
      copy_fee_collection_method == o.copy_fee_collection_method &&
      copy_request_email == o.copy_request_email &&
      custom == o.custom &&
      enable_esign == o.enable_esign &&
      esign_agreement == o.esign_agreement &&
      esign_text == o.esign_text &&
      language_code == o.language_code &&
      must_agree_to_esign == o.must_agree_to_esign &&
      pdf_id == o.pdf_id &&
      use_brand == o.use_brand &&
      use_consumer_disclosure_within_account == o.use_consumer_disclosure_within_account &&
      use_consumer_disclosure_within_account_metadata == o.use_consumer_disclosure_within_account_metadata &&
      withdraw_address_line1 == o.withdraw_address_line1 &&
      withdraw_address_line2 == o.withdraw_address_line2 &&
      withdraw_by_email == o.withdraw_by_email &&
      withdraw_by_mail == o.withdraw_by_mail &&
      withdraw_by_phone == o.withdraw_by_phone &&
      withdraw_city == o.withdraw_city &&
      withdraw_consequences == o.withdraw_consequences &&
      withdraw_email == o.withdraw_email &&
      withdraw_other == o.withdraw_other &&
      withdraw_phone == o.withdraw_phone &&
      withdraw_postal_code == o.withdraw_postal_code &&
      withdraw_state == o.withdraw_state
end
_deserialize(type, value) click to toggle source

Deserializes the data based on type @param string type Data type @param string value Value to be deserialized @return [Object] Deserialized data

# File lib/docusign_esign/models/consumer_disclosure.rb, line 411
def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = DocuSign_eSign.const_get(type).new
    temp_model.build_from_hash(value)
  end
end
_to_hash(value) click to toggle source

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value @param [Object] value Any valid value @return [Hash] Returns the value in the form of hash

# File lib/docusign_esign/models/consumer_disclosure.rb, line 477
def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end
build_from_hash(attributes) click to toggle source

Builds the object from hash @param [Hash] attributes Model attributes in the form of hash @return [Object] Returns the model itself

# File lib/docusign_esign/models/consumer_disclosure.rb, line 390
def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end
eql?(o) click to toggle source

@see the ‘==` method @param [Object] Object to be compared

# File lib/docusign_esign/models/consumer_disclosure.rb, line 377
def eql?(o)
  self == o
end
hash() click to toggle source

Calculates hash code according to all attributes. @return [Fixnum] Hash code

# File lib/docusign_esign/models/consumer_disclosure.rb, line 383
def hash
  [account_esign_id, allow_cd_withdraw, allow_cd_withdraw_metadata, change_email, change_email_other, company_name, company_phone, copy_cost_per_page, copy_fee_collection_method, copy_request_email, custom, enable_esign, esign_agreement, esign_text, language_code, must_agree_to_esign, pdf_id, use_brand, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, withdraw_address_line1, withdraw_address_line2, withdraw_by_email, withdraw_by_mail, withdraw_by_phone, withdraw_city, withdraw_consequences, withdraw_email, withdraw_other, withdraw_phone, withdraw_postal_code, withdraw_state].hash
end
list_invalid_properties() click to toggle source

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

# File lib/docusign_esign/models/consumer_disclosure.rb, line 325
def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end
to_body() click to toggle source

to_body is an alias to to_hash (backward compatibility) @return [Hash] Returns the object in the form of hash

# File lib/docusign_esign/models/consumer_disclosure.rb, line 457
def to_body
  to_hash
end
to_hash() click to toggle source

Returns the object in the form of hash @return [Hash] Returns the object in the form of hash

# File lib/docusign_esign/models/consumer_disclosure.rb, line 463
def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end
to_s() click to toggle source

Returns the string representation of the object @return [String] String presentation of the object

# File lib/docusign_esign/models/consumer_disclosure.rb, line 451
def to_s
  to_hash.to_s
end
valid?() click to toggle source

Check to see if the all the properties in the model are valid @return true if the model is valid

# File lib/docusign_esign/models/consumer_disclosure.rb, line 332
def valid?
  true
end