Method: DocuSign_eSign::AccountAddress.swagger_types

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

.swagger_typesObject

Attribute type mapping.



72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# File 'lib/docusign_esign/models/account_address.rb', line 72

def self.swagger_types
  {
    :'address1' => :'String',
    :'address2' => :'String',
    :'city' => :'String',
    :'country' => :'String',
    :'email' => :'String',
    :'fax' => :'String',
    :'first_name' => :'String',
    :'last_name' => :'String',
    :'phone' => :'String',
    :'postal_code' => :'String',
    :'state' => :'String',
    :'supported_countries' => :'Array<Country>'
  }
end