# DealPersonDataWithId
## Properties
**active_flag** | Option<**bool**> | Whether the associated person is active or not | [optional]
**name** | Option<**String**> | The name of the person associated with the deal | [optional]
**email** | Option<[**Vec<crate::models::DealPersonDataWithIdAllOfEmailInner>**](dealPersonDataWithId_allOf_email_inner.md)> | The emails of the person associated with the deal | [optional]
**phone** | Option<[**Vec<crate::models::DealPersonDataWithIdAllOfPhoneInner>**](dealPersonDataWithId_allOf_phone_inner.md)> | The phone numbers of the person associated with the deal | [optional]
**owner_id** | Option<**i32**> | The ID of the owner of the person that is associated with the deal | [optional]
**value** | Option<**i32**> | The ID of the person associated with the deal | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)