Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
signatures: * |
|
public |
|
|
public |
template: * |
|
public |
templateId: * |
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of an agreement |
|
response.id | Number | The id of the agreement |
|
response.common_id | String | The common id of the agreement |
|
response.status | String | The agreement status |
|
response.completed_at | Object | The date when the agreement was created |
|
response.updated_at | Number | The date when the agreement was last updated |
|
response.document_url | String | The document url of the Agreement |
|
response.template | Object | The agreement template object (V2) |
|
response.template.id | Number | The agreement template object's id (V2) |
|
response.template.redirect_url | String | The agreement template object's redirect url (V2) |
|
response.signatures | Array | The list of signatures (V2) |