Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
documentUrl: * |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of a consent grant. |
|
response.id | Number | The consent grant ID value |
|
response.signing_password | String | Password to use for electronic consent |
|
response.sign_url | String | The url of the signing document |
|
response.created_at | String | Date when the consent grant was created |
|
response.updated_at | String | Date when the consent grant was last updated |
|
response.document.url | String | URL of the agreement document |