| Name | Type | Description | Notes |
|---|---|---|---|
| phoneCallId | Integer | Phone call id | [optional] |
| callSid | String | Twilio Call SID | [optional] |
| timeOfCall | OffsetDateTime | Time of the call | [optional] |
| timeOfCallLocal | OffsetDateTime | Time of the call, local to the store to which the call was made | [optional] |
| storeId | Integer | ID of the store that the call was TO | [optional] |
| storeName | String | Name of the store that the call was TO | [optional] |
| callerName | String | Name of the caller | [optional] |
| callerUserId | Integer | UserID of the caller | [optional] |
| callerNumber | String | Phone number of the caller | [optional] |
| callLengthInSeconds | Integer | The amount of time the call took | [optional] |
| callStatus | CallStatusEnum | The status of the call | [optional] |
| Name | Value |
|---|---|
| QUEUED | "Queued" |
| RINGING | "Ringing" |
| INPROGRESS | "InProgress" |
| COMPLETED | "Completed" |
| FAILED | "Failed" |
| BUSY | "Busy" |
| NOANSWER | "NoAnswer" |
| UNKNOWN | "Unknown" |
| CANCELED | "Canceled" |