UNPKG

infusionsoft-nodejs

Version:

A NodeJS SDK automatically generated from Infusionsoft API Swagger definitions.

67 lines (34 loc) 1.25 kB
# InfusionsoftRestApi.CustomFieldMetaData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fieldType** | **String** | | [optional] **id** | **Number** | | [optional] **label** | **String** | | [optional] **options** | [**[CustomFieldOption]**](CustomFieldOption.md) | | [optional] <a name="FieldTypeEnum"></a> ## Enum: FieldTypeEnum * `Currency` (value: `"Currency"`) * `Date` (value: `"Date"`) * `DateTime` (value: `"DateTime"`) * `DayOfWeek` (value: `"DayOfWeek"`) * `Drilldown` (value: `"Drilldown"`) * `Email` (value: `"Email"`) * `Month` (value: `"Month"`) * `ListBox` (value: `"ListBox"`) * `Name` (value: `"Name"`) * `WholeNumber` (value: `"WholeNumber"`) * `DecimalNumber` (value: `"DecimalNumber"`) * `Percent` (value: `"Percent"`) * `PhoneNumber` (value: `"PhoneNumber"`) * `Radio` (value: `"Radio"`) * `Dropdown` (value: `"Dropdown"`) * `SocialSecurityNumber` (value: `"SocialSecurityNumber"`) * `State` (value: `"State"`) * `Text` (value: `"Text"`) * `TextArea` (value: `"TextArea"`) * `User` (value: `"User"`) * `UserListBox` (value: `"UserListBox"`) * `Website` (value: `"Website"`) * `Year` (value: `"Year"`) * `YesNo` (value: `"YesNo"`)