# # ContactBaseWithStatusFieldsSchemaBase

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**contact_id** | **string** |  | [optional] [readonly] 
**status** | **string** | Status of the contact | [optional] [default to 'active']
**consent** | **string** | Contact consent | [optional] 
**first_name** | **string** | First name of the contact | [optional] 
**last_name** | **string** | Last name of the contact | [optional] 
**birth_date** | [**\DateTime**](\DateTime.md) | Birth date of the contact | [optional] 
**language** | [**\EgoiClient\EgoiModel\Language**](Language.md) |  | [optional] 
**email** | **string** | Email of the contact | [optional] 
**email_status** | **string** | Email channel status | [optional] 
**cellphone** | **string** | Cellphone of the contact | [optional] 
**cellphone_status** | **string** | Cellphone channel status | [optional] 
**phone** | **string** | Phone of the contact | [optional] 
**phone_status** | **string** | Phone channel status | [optional] 
**push_token_android** | [**\EgoiClient\EgoiModel\ContactBaseWithStatusFieldsSchemaBasePushTokenAndroid[]**](ContactBaseWithStatusFieldsSchemaBasePushTokenAndroid.md) | Android push token of the contact | [optional] 
**push_token_ios** | [**\EgoiClient\EgoiModel\ContactBaseWithStatusFieldsSchemaBasePushTokenIos[]**](ContactBaseWithStatusFieldsSchemaBasePushTokenIos.md) | IOS push token of the contact | [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)


