Sha256: 280b1467b8dfa52c650c2fd13dd604471bd29b0a3e40131b3d855fbf234f4af3
Contents?: true
Size: 1.32 KB
Versions: 8
Compression:
Stored size: 1.32 KB
Contents
# MessenteApi::ContactFields ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **phone_number** | **String** | Phone number in e.164 format | **email** | **String** | The email of the contact | [optional] **first_name** | **String** | The first name of the contact | [optional] **last_name** | **String** | The last name of the contact | [optional] **company** | **String** | The company of the contact | [optional] **title** | **String** | The title of the contact | [optional] **custom** | **String** | The first custom field | [optional] **custom2** | **String** | The second custom field | [optional] **custom3** | **String** | The third custom field | [optional] **custom4** | **String** | The fourth custom field | [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) ```
Version data entries
8 entries across 8 versions & 1 rubygems