Method: DocuSign_eSign::AccountAddress.attribute_map
- Defined in:
- lib/docusign_esign/models/account_address.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/docusign_esign/models/account_address.rb', line 54 def self.attribute_map { :'address1' => :'address1', :'address2' => :'address2', :'city' => :'city', :'country' => :'country', :'email' => :'email', :'fax' => :'fax', :'first_name' => :'firstName', :'last_name' => :'lastName', :'phone' => :'phone', :'postal_code' => :'postalCode', :'state' => :'state', :'supported_countries' => :'supportedCountries' } end |