# DialmycallsJsClient.CallRecipient

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**firstname** | **String** | The recipient&#39;s first name. | [optional] 
**lastname** | **String** | The recipient&#39;s last name. | [optional] 
**miscellaneous** | **String** | Miscellaneous information. | [optional] 
**email** | **String** | The recipient&#39;s email address. | [optional] 
**phone** | **String** | The recipient&#39;s phone number. | [optional] 
**extension** | **String** | The recipient&#39;s phone extension. | [optional] 
**status** | **String** | Status of the call. Options: live_answer, vm, busy, no_answer, dialing, not_connected, queued | [optional] 
**duration** | **Integer** | Duration of the call in seconds. | [optional] 
**addOn** | **String** | Result from add-on feature. | [optional] 
**attempts** | **String** | Number of attempts to call was made. | [optional] 
**successful** | **Boolean** | Whether the call was successful or not. | [optional] 
**calledAt** | **String** | When the recipient was contacted. | [optional] 


