Sha256: 8a2c9b0c29d473b6da307fd56d7432709fecebc28287d72967fd0e31f3ad653b
Contents?: true
Size: 1006 Bytes
Versions: 3
Compression:
Stored size: 1006 Bytes
Contents
# MessenteApi::ContactUpdateFields ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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] | ## Example ```ruby require 'messente_api' instance = MessenteApi::ContactUpdateFields.new( email: null, first_name: null, last_name: null, company: null, title: null, custom: null, custom2: null, custom3: null, custom4: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
messente_api-2.3.0 | docs/ContactUpdateFields.md |
messente_api-2.2.0 | docs/ContactUpdateFields.md |
messente_api-2.1.0 | docs/ContactUpdateFields.md |