import SignAccountModel from 'clinical6/src/models/esignaccount/SignAccount.js'Constructor Summary
| Public Constructor | ||
| public |
constructor(response: Object) |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Public Constructors
public constructor(response: Object) source
Params:
| Name | Type | Attribute | Description |
| response | Object | JSON formatted response of an eSignature account. |
|
| response.id | Number | The eSignature account ID value |
|
| response.email | String | Email of the Adobe Sign account. Emails that have been registered on AdobeSign systems previously will be rejected. |
|
| response.created_at | String | Date when the eSignature account was created |
|
| response.updated_at | String | Date when the eSignature account was last updated |
|
| response.linked | Boolean | Is the eSignature account linked? |
|
| response.refresh_token | String | Used when the access_token has expired in order to regenerate a new one |
|
| response.password | String | Password that will be used for Adobe access. |
|
| response.first_name | String | First name of the sign account holder |
|
| response.last_name | String | Last name of the sign account holder |
|
| response.title | String | Title of the account holder |
|
| response.company_name | String | Company name of the account holder |
|
| response.country_code | String | Country code of the account holder |
|
| response.phone_number | String | Phone number of the account holder |
|
| response.locale | String | Locale of the account holder |
|
| response.time_zone | String | Time zone of the account holder |
Manual
Reference
Source
Test
