Method: DocuSign_eSign::NewAccountSummary.attribute_map
- Defined in:
- lib/docusign_esign/models/new_account_summary.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/docusign_esign/models/new_account_summary.rb', line 38 def self.attribute_map { :'account_id' => :'accountId', :'account_id_guid' => :'accountIdGuid', :'account_name' => :'accountName', :'api_password' => :'apiPassword', :'base_url' => :'baseUrl', :'billing_plan_preview' => :'billingPlanPreview', :'user_id' => :'userId' } end |