Method: DocuSign_eSign::AddressInformation.swagger_types

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

.swagger_typesObject

Attribute type mapping.



60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'lib/docusign_esign/models/address_information.rb', line 60

def self.swagger_types
  {
    :'address1' => :'String',
    :'address2' => :'String',
    :'city' => :'String',
    :'country' => :'String',
    :'fax' => :'String',
    :'phone' => :'String',
    :'postal_code' => :'String',
    :'state_or_province' => :'String',
    :'zip_plus4' => :'String'
  }
end