# egoisdk.ContactExtraFieldPhone ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fieldId** | **Number** | | [optional] **format** | **String** | Extra field format | [optional] [readonly] **value** | **String** | Phone value (country code followed by phone number, split by '-') | [optional] **status** | **String** | Extra field status | [optional] ## Enum: FormatEnum * `phone` (value: `"phone"`) ## Enum: StatusEnum * `active` (value: `"active"`) * `inactive` (value: `"inactive"`)