Method: DocuSign_eSign::AddressInformation.attribute_map

Defined in:
lib/docusign_esign/models/address_information.rb

.attribute_mapObject

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



45
46
47
48
49
50
51
52
53
54
55
56
57
# File 'lib/docusign_esign/models/address_information.rb', line 45

def self.attribute_map
  {
    :'address1' => :'address1',
    :'address2' => :'address2',
    :'city' => :'city',
    :'country' => :'country',
    :'fax' => :'fax',
    :'phone' => :'phone',
    :'postal_code' => :'postalCode',
    :'state_or_province' => :'stateOrProvince',
    :'zip_plus4' => :'zipPlus4'
  }
end