# UnboundCaspApi.InlineResponse2007

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operationID** | **String** | Operation ID | 
**status** | **String** | Operation status | 
**statusText** | **String** | Operation status text | 
**createdAt** | **String** | Operation creation time | 
**vaultID** | **String** | Vault ID | 
**description** | **String** | Description of the operation | 
**publicKeys** | **[String]** | the public corresponding to the private keys that will sign teh data | 
**dataToSign** | **[String]** | List data to sign | 
**signatures** | **[String]** | Signatures | 
**v** | **[Number]** | the recovery code | 
**providerData** | **String** | This is a field that can be used to store information in the CASP database. The information can subsequently be read back as needed. | 
**details** | **String** | This is a field that can be used to store formatted operation information in the CASP database. The information can subsequently be sent to the end point for display | 


<a name="StatusEnum"></a>
## Enum: StatusEnum


* `PENDING` (value: `"PENDING"`)

* `APPROVED` (value: `"APPROVED"`)

* `COMPLETED` (value: `"COMPLETED"`)

* `DECLINED` (value: `"DECLINED"`)

* `CANCELED` (value: `"CANCELED"`)

* `FAILED` (value: `"FAILED"`)

* `ERROR` (value: `"ERROR"`)




