# Flipdish.PhoneCall

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**PhoneCallId** | **Number** | Phone call id | [optional] 
**TimeOfCall** | **Date** | Time of the call | [optional] 
**TimeOfCallLocal** | **Date** | Time of the call, local to the store to which the call was made | [optional] 
**StoreId** | **Number** | 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** | **Number** | UserID of the caller | [optional] 
**CallerNumber** | **String** | Phone number of the caller | [optional] 
**CallLengthInSeconds** | **Number** | The amount of time the call took | [optional] 
**CallStatus** | **String** | The status of the call | [optional] 


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


* `Queued` (value: `"Queued"`)

* `Ringing` (value: `"Ringing"`)

* `InProgress` (value: `"InProgress"`)

* `Completed` (value: `"Completed"`)

* `Failed` (value: `"Failed"`)

* `Busy` (value: `"Busy"`)

* `NoAnswer` (value: `"NoAnswer"`)

* `Unknown` (value: `"Unknown"`)

* `Canceled` (value: `"Canceled"`)




