# MessenteApi::ContactFields ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **phone_number** | **String** | Phone number in e.164 format | **email** | **String** | | [optional] **first_name** | **String** | | [optional] **last_name** | **String** | | [optional] **company** | **String** | | [optional] **title** | **String** | | [optional] **custom** | **String** | | [optional] **custom2** | **String** | | [optional] **custom3** | **String** | | [optional] **custom4** | **String** | | [optional] ## Code Sample ```ruby require 'MessenteApi' instance = MessenteApi::ContactFields.new(phone_number: null, email: null, first_name: null, last_name: null, company: null, title: null, custom: null, custom2: null, custom3: null, custom4: null) ```