Method: DocuSign_eSign::NewAccountSummary.swagger_types

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

.swagger_typesObject

Attribute type mapping.



51
52
53
54
55
56
57
58
59
60
61
# File 'lib/docusign_esign/models/new_account_summary.rb', line 51

def self.swagger_types
  {
    :'account_id' => :'String',
    :'account_id_guid' => :'String',
    :'account_name' => :'String',
    :'api_password' => :'String',
    :'base_url' => :'String',
    :'billing_plan_preview' => :'BillingPlanPreview',
    :'user_id' => :'String'
  }
end